]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Create zebra_static.[ch] to isolate code
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 1 Sep 2016 11:20:02 +0000 (07:20 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 1 Sep 2016 11:20:02 +0000 (07:20 -0400)
commit28f6dde859dad5785aa40067a9ce611684e28fb4
tree0eec75011e5aa89f109bce8c126f10d8d889d663
parenta782e613dd44a4447e4a9ef08cfe014e09da2b2f
zebra: Create zebra_static.[ch] to isolate code

Isolate the zebra static_XXX functions from zebra_rib.c
This is the first in a series of changes to clean up
the zebra code a bit more.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/Makefile.am
zebra/rib.h
zebra/zebra_rib.c
zebra/zebra_static.c [new file with mode: 0644]
zebra/zebra_static.h [new file with mode: 0644]
zebra/zebra_vrf.c
zebra/zebra_vty.c