mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 00:27:35 +00:00

A NS identifier is collected by netlink. This identifier is a 32 bit identifier that is either generated by the kernel (if not set) or manually set by a set netlink command. The commit here is getting the NSID from the newly created NS. If the linux option to create or get a new NSID from the kernel does not exist, then the NSID is locally genrated. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
noinst_HEADERS += \
|
|
include/linux/if_bridge.h \
|
|
include/linux/if_link.h \
|
|
include/linux/lwtunnel.h \
|
|
include/linux/mpls_iptunnel.h \
|
|
include/linux/neighbour.h \
|
|
include/linux/rtnetlink.h \
|
|
include/linux/socket.h \
|
|
include/linux/net_namespace.h \
|
|
# end
|