From: Donatas Abraitis Date: Fri, 19 Oct 2018 12:56:09 +0000 (+0300) Subject: bgpd: Select default routing table when importing VRF routes into global X-Git-Tag: frr-7.1-dev~249^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=4d1b335c74e605876d80f36037244bc549ea61e4;p=matthieu%2Ffrr.git bgpd: Select default routing table when importing VRF routes into global Signed-off-by: Donatas Abraitis --- diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 5af9f7e24c..4bd152cda9 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -6749,13 +6749,12 @@ ALIAS(af_import_vrf_route_map, af_no_import_vrf_route_map_cmd, "Vrf routes being filtered\n" "Specify route map\n") -DEFPY (bgp_imexport_vrf, - bgp_imexport_vrf_cmd, - "[no] import vrf NAME$import_name", - NO_STR - "Import routes from another VRF\n" - "VRF to import from\n" - "The name of the VRF\n") +DEFPY(bgp_imexport_vrf, bgp_imexport_vrf_cmd, + "[no] import vrf VIEWVRFNAME$import_name", + NO_STR + "Import routes from another VRF\n" + "VRF to import from\n" + "The name of the VRF\n") { VTY_DECLVAR_CONTEXT(bgp, bgp); struct listnode *node;