summaryrefslogtreecommitdiff
path: root/drivers/net/macvlan.c
diff options
context:
space:
mode:
authorToshiaki Makita <makita.toshiaki@lab.ntt.co.jp>2014-07-30 08:31:51 +0400
committerDavid S. Miller <davem@davemloft.net>2014-07-31 23:18:44 +0400
commit47fab41ab51a18a2e5fc4ec63f16b4c6702809b6 (patch)
tree669e5b6dbbab7092176c3e2759f0712d3fe4d9d5 /drivers/net/macvlan.c
parent7afcaec4969652e177cf0b247a1530ac927a20f8 (diff)
downloadlinux-47fab41ab51a18a2e5fc4ec63f16b4c6702809b6.tar.xz
bridge: Don't include NDA_VLAN for FDB entries with vid 0
An FDB entry with vlan_id 0 doesn't mean it is used in vlan 0, but used when vlan_filtering is disabled. There is inconsistency around NDA_VLAN whose payload is 0 - even if we add an entry by RTM_NEWNEIGH without any NDA_VLAN, and even though adding an entry with NDA_VLAN 0 is prohibited, we get an entry with NDA_VLAN 0 by RTM_GETNEIGH. Dumping an FDB entry with vlan_id 0 shouldn't include NDA_VLAN. Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/macvlan.c')
0 files changed, 0 insertions, 0 deletions