diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-01 13:20:02 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-01 13:20:02 +0200 |
commit | 28f6dde859dad5785aa40067a9ce611684e28fb4 (patch) | |
tree | 0eec75011e5aa89f109bce8c126f10d8d889d663 /zebra/zebra_vrf.c | |
parent | quagga-reload.py should be importable (diff) | |
download | frr-28f6dde859dad5785aa40067a9ce611684e28fb4.tar.xz frr-28f6dde859dad5785aa40067a9ce611684e28fb4.zip |
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>
Diffstat (limited to 'zebra/zebra_vrf.c')
-rw-r--r-- | zebra/zebra_vrf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_vrf.c b/zebra/zebra_vrf.c index 46dc29d10..d9bd919bf 100644 --- a/zebra/zebra_vrf.c +++ b/zebra/zebra_vrf.c @@ -29,6 +29,7 @@ #include "zebra/rib.h" #include "zebra/zebra_vrf.h" #include "zebra/router-id.h" +#include "zebra/zebra_static.h" extern struct zebra_t zebrad; struct list *zvrf_list; |