summaryrefslogtreecommitdiff
path: root/curvetun_server.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-25xmalloc: Add and use xcallocTobias Klauser1-2/+2
2014-04-10poll: changed to include <poll.h> instead of <sys/poll.h>Christian Wiese1-1/+1
2013-07-11curvetun_mgmt: consolidate the two mgmt include files into oneDaniel Borkmann1-1/+1
2013-07-11curvetun: renamed client, server, and management filesDaniel Borkmann1-0/+812
id'>76644232e6122808947aa329bb995ea68ad01442 (diff)
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>
Diffstat