]> git.puffer.fish Git - matthieu/frr.git/commit
lib: ns_id_t changed to 32 bit
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 10 Jan 2018 13:13:50 +0000 (14:13 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 22 Jan 2018 12:52:24 +0000 (13:52 +0100)
commit3eca551fecb96994c076512e6e553d6035030865
tree428be5dbf72b29104d73996fda9492c0a8da258b
parent3bd74754c9200f5aa7f5bf5a93c621ee04f1e0a3
lib: ns_id_t changed to 32 bit

Because the VRF_ID is mapped into 32 bit, and because when NETNS will be
the backend of VRF, then the NS identifier must also be encoded as 32
bit.
Also, the NS_UNKNOWN value is changed accordingly to UINT32_MAX.
Also, the NS_UNKNOWN and NS_DEFAULT values are removed from zebra_ns.h
and kept on ns.h header file.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/ns.h
zebra/zebra_ns.h