summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/neighbour.h
diff options
context:
space:
mode:
authorNicolas Dichtel2015-01-26 14:10:53 +0100
committerDavid S. Miller2015-01-28 02:11:07 +0100
commit4967082b469320eeba54ffbca632af1962858fb7 (patch)
tree358f3258d1ab3bbcf261786d3bd66a7a9650943b /include/uapi/linux/neighbour.h
parentMerge branch 'bonding-next' (diff)
downloadkernel-qcow2-linux-4967082b469320eeba54ffbca632af1962858fb7.tar.gz
kernel-qcow2-linux-4967082b469320eeba54ffbca632af1962858fb7.tar.xz
kernel-qcow2-linux-4967082b469320eeba54ffbca632af1962858fb7.zip
vxlan: advertise link netns in fdb messages
Previous commit is based on a wrong assumption, fdb messages are always sent into the netns where the interface stands (see vxlan_fdb_notify()). These fdb messages doesn't embed the rtnl attribute IFLA_LINK_NETNSID, thus we need to add it (useful to interpret NDA_IFINDEX or NDA_DST for example). Note also that vxlan_nlmsg_size() was not updated. Fixes: 193523bf9373 ("vxlan: advertise netns of vxlan dev in fdb msg") Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/neighbour.h')
-rw-r--r--include/uapi/linux/neighbour.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/neighbour.h b/include/uapi/linux/neighbour.h
index 38f236853cc0..3873a35509aa 100644
--- a/include/uapi/linux/neighbour.h
+++ b/include/uapi/linux/neighbour.h
@@ -25,7 +25,7 @@ enum {
NDA_VNI,
NDA_IFINDEX,
NDA_MASTER,
- NDA_NDM_IFINDEX_NETNSID,
+ NDA_LINK_NETNSID,
__NDA_MAX
};