From 03fba42ebb5947d43728ee5d0e07dbbba009c7cf Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 9 Jul 2020 11:57:22 -0400 Subject: zebra: Allow router-id to be part of the vrf sub node Modify zebra to accept router-id's as part of the vrf subnode. Signed-off-by: Donald Sharp --- zebra/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/main.c') diff --git a/zebra/main.c b/zebra/main.c index 71c7ebb62..c0921566e 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -415,12 +415,12 @@ int main(int argc, char **argv) rib_init(); zebra_if_init(); zebra_debug_init(); - router_id_cmd_init(); /* * Initialize NS( and implicitly the VRF module), and make kernel * routing socket. */ zebra_ns_init((const char *)vrf_default_name_configured); + router_id_cmd_init(); zebra_vty_init(); access_list_init(); prefix_list_init(); -- cgit v1.2.3