Home
last modified time | relevance | path

Searched hist:"38 f507f1ba013effec3d7deb84273ac1829e6b87" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Dnet_namespace.cdiff 38f507f1ba013effec3d7deb84273ac1829e6b87 Thu Sep 01 23:53:44 CDT 2016 WANG Cong <xiyou.wangcong@gmail.com> vxlan: call peernet2id() in fdb notification

netns id should be already allocated each time we change
netns, that is, in dev_change_net_namespace() (more precisely
in rtnl_fill_ifinfo()). It is safe to just call peernet2id() here.

Cc: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>