From: Nicolas Dichtel Date: Tue, 20 Jan 2015 14:15:47 +0000 (+0100) Subject: vxlan: advertise netns of vxlan dev in fdb msg X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~161^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=193523bf9373;p=pandora-kernel.git vxlan: advertise netns of vxlan dev in fdb msg Netlink FDB messages are sent in the link netns. The header of these messages contains the ifindex (ndm_ifindex) of the netdevice, but this ifindex is unusable in case of x-netns vxlan. I named the new attribute NDA_NDM_IFINDEX_NETNSID, to avoid confusion with NDA_IFINDEX. Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed