]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/ns.h
lib, pimd: Remove PIM_NODE as it is not needed
[mirror_frr.git] / lib / ns.h
index c492d6600bed18a1a007509679a26cbf1f6974aa..79b4cab04d03c8bb5e3b2d187f2ca2c0faf43b5f 100644 (file)
--- a/lib/ns.h
+++ b/lib/ns.h
 #include "openbsd-tree.h"
 #include "linklist.h"
 
-typedef u_int16_t ns_id_t;
+typedef u_int32_t ns_id_t;
 
-/* The default NS ID */
+/* the default NS ID */
 #define NS_DEFAULT 0
+#define NS_UNKNOWN UINT32_MAX
 
 /* Default netns directory (Linux) */
 #define NS_RUN_DIR         "/var/run/netns"