diff options
author | Siva Mannem <siva.mannem.lnx@gmail.com> | 2015-02-02 22:51:54 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-04 13:51:10 -0800 |
commit | 9a05dde59a35eee5643366d3d1e1f43fc9069adb (patch) | |
tree | 64b39f5dce23706927a2e3198adfa4c32c64d6bd /fs/qnx6 | |
parent | 4fc9b87bae25e843989d022bed66dd009bdc5a71 (diff) | |
download | linux-9a05dde59a35eee5643366d3d1e1f43fc9069adb.tar.gz linux-9a05dde59a35eee5643366d3d1e1f43fc9069adb.tar.bz2 linux-9a05dde59a35eee5643366d3d1e1f43fc9069adb.zip |
bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging
When 'learned_sync' flag is turned on, the offloaded switch
port syncs learned MAC addresses to bridge's FDB via switchdev notifier
(NETDEV_SWITCH_FDB_ADD). Currently, FDB entries learnt via this mechanism are
wrongly being deleted by bridge aging logic. This patch ensures that FDB
entries synced from offloaded switch ports are not deleted by bridging logic.
Such entries can only be deleted via switchdev notifier
(NETDEV_SWITCH_FDB_DEL).
Signed-off-by: Siva Mannem <siva.mannem.lnx@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/qnx6')
0 files changed, 0 insertions, 0 deletions