diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-06 15:58:21 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-06 15:58:21 +0100 |
commit | 3b14d86eed3c042db718c7e006ca5299f473c88e (patch) | |
tree | 4efde6b2d77f5229ace3375da3471b0db1daa695 /zebra/zebra_routemap.c | |
parent | Merge pull request #43 from pguibert6WIND/frr_6wind_mpbgpgracefulrestart_1 (diff) | |
parent | Merge pull request #41 from donaldsharp/quagga_to_frr (diff) | |
download | frr-3b14d86eed3c042db718c7e006ca5299f473c88e.tar.xz frr-3b14d86eed3c042db718c7e006ca5299f473c88e.zip |
Merge remote-tracking branch 'origin/stable/2.0'
Diffstat (limited to 'zebra/zebra_routemap.c')
-rw-r--r-- | zebra/zebra_routemap.c | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/zebra/zebra_routemap.c b/zebra/zebra_routemap.c index 111b55ff7..c467609f0 100644 --- a/zebra/zebra_routemap.c +++ b/zebra/zebra_routemap.c @@ -446,7 +446,7 @@ DEFUN (ip_protocol, "ip protocol <kernel|connected|static|rip|ospf|isis|bgp|pim|table|any> route-map ROUTE-MAP", IP_STR "Filter routing info exchanged between zebra and protocol\n" - QUAGGA_IP_PROTOCOL_MAP_HELP_STR_ZEBRA + FRR_IP_PROTOCOL_MAP_HELP_STR_ZEBRA "Specify route-map\n" "Route map name\n") { @@ -486,7 +486,7 @@ DEFUN (no_ip_protocol, NO_STR IP_STR "Stop filtering routing info between zebra and protocol\n" - QUAGGA_IP_PROTOCOL_MAP_HELP_STR_ZEBRA + FRR_IP_PROTOCOL_MAP_HELP_STR_ZEBRA "Specify route map\n" "Route map name\n") { @@ -521,7 +521,6 @@ DEFUN (no_ip_protocol, return CMD_SUCCESS; } - DEFUN (show_ip_protocol, show_ip_protocol_cmd, "show ip protocol", @@ -556,7 +555,7 @@ DEFUN (ipv6_protocol, "ipv6 protocol <kernel|connected|static|ripng|ospf6|isis|bgp|table|any> route-map ROUTE-MAP", IP6_STR "Filter IPv6 routing info exchanged between zebra and protocol\n" - QUAGGA_IP6_PROTOCOL_MAP_HELP_STR_ZEBRA + FRR_IP6_PROTOCOL_MAP_HELP_STR_ZEBRA "Specify route map\n" "Route map name\n") { @@ -596,7 +595,7 @@ DEFUN (no_ipv6_protocol, NO_STR IP6_STR "Stop filtering IPv6 routing info between zebra and protocol\n" - QUAGGA_IP6_PROTOCOL_MAP_HELP_STR_ZEBRA + FRR_IP6_PROTOCOL_MAP_HELP_STR_ZEBRA "Specify route map\n" "Route map name\n") { @@ -630,7 +629,6 @@ DEFUN (no_ipv6_protocol, return CMD_SUCCESS; } - DEFUN (show_ipv6_protocol, show_ipv6_protocol_cmd, "show ipv6 protocol", @@ -665,7 +663,7 @@ DEFUN (ip_protocol_nht_rmap, "ip nht <kernel|connected|static|rip|ospf|isis|bgp|pim|table|any> route-map ROUTE-MAP", IP_STR "Filter Next Hop tracking route resolution\n" - QUAGGA_IP_PROTOCOL_MAP_HELP_STR_ZEBRA + FRR_IP_PROTOCOL_MAP_HELP_STR_ZEBRA "Specify route map\n" "Route map name\n") { @@ -702,7 +700,7 @@ DEFUN (no_ip_protocol_nht_rmap, NO_STR IP_STR "Filter Next Hop tracking route resolution\n" - QUAGGA_IP_PROTOCOL_MAP_HELP_STR_ZEBRA + FRR_IP_PROTOCOL_MAP_HELP_STR_ZEBRA "Specify route map\n" "Route map name\n") { @@ -730,7 +728,6 @@ DEFUN (no_ip_protocol_nht_rmap, return CMD_SUCCESS; } - DEFUN (show_ip_protocol_nht, show_ip_protocol_nht_cmd, "show ip nht route-map", @@ -766,7 +763,7 @@ DEFUN (ipv6_protocol_nht_rmap, "ipv6 nht <kernel|connected|static|ripng|ospf6|isis|bgp|table|any> route-map ROUTE-MAP", IP6_STR "Filter Next Hop tracking route resolution\n" - QUAGGA_IP6_PROTOCOL_MAP_HELP_STR_ZEBRA + FRR_IP6_PROTOCOL_MAP_HELP_STR_ZEBRA "Specify route map\n" "Route map name\n") { @@ -797,7 +794,7 @@ DEFUN (no_ipv6_protocol_nht_rmap, NO_STR IP6_STR "Filter Next Hop tracking route resolution\n" - QUAGGA_IP6_PROTOCOL_MAP_HELP_STR_ZEBRA + FRR_IP6_PROTOCOL_MAP_HELP_STR_ZEBRA "Specify route map\n" "Route map name\n") { @@ -832,7 +829,6 @@ DEFUN (no_ipv6_protocol_nht_rmap, return CMD_SUCCESS; } - DEFUN (show_ipv6_protocol_nht, show_ipv6_protocol_nht_cmd, "show ipv6 nht route-map", |