]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Select default routing table when importing VRF routes into global
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 19 Oct 2018 12:56:09 +0000 (15:56 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 23 Oct 2018 15:00:02 +0000 (18:00 +0300)
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
bgpd/bgp_vty.c

index 5af9f7e24c69b812393ede7724846749f3fcd586..4bd152cda90084656b9a9b94c39dc96634ac567a 100644 (file)
@@ -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;