]> git.puffer.fish Git - matthieu/frr.git/commit
lib, zebra: Cleanup vrf api some
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 15 May 2017 23:02:34 +0000 (19:02 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 15 May 2017 23:02:34 +0000 (19:02 -0400)
commit7922fc65ae0bf5ec211064d8610d4122ddbb4e20
treec3bc6ecb0418fe2ce1faa11807c800d440637919
parent057fad8dfb65167925c01237af31e1a4ecadabb3
lib, zebra: Cleanup vrf api some

Segregate the vrf enable/disable functionality from other vrf
code.  This is to ensure that people are not actually using
the functions when they should not be.  Also document the
why of it properly in the new vrf_int.h header.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/vrf.c
lib/vrf.h
lib/vrf_int.h [new file with mode: 0644]
lib/zclient.c
zebra/if_netlink.c