]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_fpm.c
zebra: Refactor zebra_vrf
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 14 Apr 2016 13:20:47 +0000 (09:20 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 15 Apr 2016 00:57:04 +0000 (20:57 -0400)
commit7c5519562ec585e9f75fd4dfd88710f4c9df5567
treecff935dc5927ebe4ef322e0f21c763ba0d5363da
parentfe18ee2d44027e0d1933b462868a938005174259
zebra: Refactor zebra_vrf

Move zebra_vrf_XXX functionality into it's own
file so that we can isolate a bit the api edges

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Reviewed-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
23 files changed:
zebra/Makefile.am
zebra/interface.c
zebra/main.c
zebra/redistribute.c
zebra/redistribute.h
zebra/redistribute_null.c
zebra/rib.h
zebra/router-id.c
zebra/rt_netlink.c
zebra/rtadv.c
zebra/test_main.c
zebra/zebra_fpm.c
zebra/zebra_fpm_netlink.c
zebra/zebra_ns.c
zebra/zebra_ptm.c
zebra/zebra_rib.c
zebra/zebra_rnh.c
zebra/zebra_vrf.c [new file with mode: 0644]
zebra/zebra_vrf.h [new file with mode: 0644]
zebra/zebra_vty.c
zebra/zserv.c
zebra/zserv.h
zebra/zserv_null.c [new file with mode: 0644]