diff options
Diffstat (limited to 'zebra/test_main.c')
| -rw-r--r-- | zebra/test_main.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/zebra/test_main.c b/zebra/test_main.c index fea673694d..6639bc3499 100644 --- a/zebra/test_main.c +++ b/zebra/test_main.c @@ -210,7 +210,7 @@ zebra_vrf_new (vrf_id_t vrf_id, const char *name, void **info) if (! zvrf) { - zvrf = zebra_vrf_alloc (vrf_id); + zvrf = zebra_vrf_alloc (vrf_id, name); *info = (void *)zvrf; } @@ -225,9 +225,6 @@ zebra_vrf_enable (vrf_id_t vrf_id, const char *name, void **info) assert (zvrf); - kernel_init (zvrf); - route_read (zvrf); - return 0; } @@ -252,8 +249,6 @@ zebra_vrf_disable (vrf_id_t vrf_id, const char *name, void **info) if_down (ifp); } - kernel_terminate (zvrf); - return 0; } |
