]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Make SAFI-1 and SAFI-4 use the same table
authorDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 30 Jun 2017 13:55:47 +0000 (13:55 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 30 Jun 2017 13:55:47 +0000 (13:55 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
bgpd/bgp_vty.c

index 51d1bd3bf9ceff11cb3648d7f0470c3bffdd51a0..56f2b1ea04fc0d5e3e4d875a9f7e9386d5789d16 100644 (file)
@@ -6306,7 +6306,7 @@ DEFUN_NOSH (address_family_ipv4_safi,
        "address-family ipv4 [<unicast|multicast|vpn|labeled-unicast>]",
        "Enter Address Family command mode\n"
        "Address Family\n"
-       BGP_SAFI_HELP_STR)
+       BGP_SAFI_WITH_LABEL_HELP_STR)
 {
 
   if (argc == 3)
@@ -6325,7 +6325,7 @@ DEFUN_NOSH (address_family_ipv6_safi,
        "address-family ipv6 [<unicast|multicast|vpn|labeled-unicast>]",
        "Enter Address Family command mode\n"
        "Address Family\n"
-       BGP_SAFI_HELP_STR)
+       BGP_SAFI_WITH_LABEL_HELP_STR)
 {
   if (argc == 3)
     {