]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd, etc: changed .LINE to LINE...
authorDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 27 Sep 2016 00:07:46 +0000 (00:07 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 27 Sep 2016 00:07:46 +0000 (00:07 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
bgpd/bgp_filter.c
bgpd/bgp_routemap.c
bgpd/bgp_vty.c
lib/filter.c
lib/plist.c
pimd/pim_cmd.c
tests/heavy-thread.c
tests/heavy-wq.c
tests/heavy.c
vtysh/vtysh.c
zebra/zebra_vty.c

index 05d5eafae69e4ff87c2f90fa9f84cfc6fa811208..5af840810bc1e7264d201c62af8c9eb2a34923bd 100644 (file)
@@ -428,7 +428,7 @@ as_list_dup_check (struct as_list *aslist, struct as_filter *new)
 
 DEFUN (ip_as_path,
        ip_as_path_cmd,
-       "ip as-path access-list WORD <deny|permit> .LINE",
+       "ip as-path access-list WORD <deny|permit> LINE...",
        IP_STR
        "BGP autonomous system path filter\n"
        "Specify an access list name\n"
@@ -486,7 +486,7 @@ DEFUN (ip_as_path,
 
 DEFUN (no_ip_as_path,
        no_ip_as_path_cmd,
-       "no ip as-path access-list WORD <deny|permit> .LINE",
+       "no ip as-path access-list WORD <deny|permit> LINE...",
        NO_STR
        IP_STR
        "BGP autonomous system path filter\n"
index e1d8ca896d2dc5e9abbdf3cfb5335b7263c30d3d..dc90094f65e5af16adf90e8b3ebcdb3dd3397922 100644 (file)
@@ -3938,7 +3938,7 @@ DEFUN (no_set_aspath_exclude,
 
 DEFUN (set_community,
        set_community_cmd,
-       "set community .AA:NN",
+       "set community AA:NN...",
        SET_STR
        "BGP community attribute\n"
        COMMUNITY_VAL_STR)
@@ -4047,7 +4047,7 @@ DEFUN (set_community_none,
  *     "BGP community attribute\n"
  *     "No community attribute\n"
  *
- * "no set community .AA:NN",
+ * "no set community AA:NN...",
  *     NO_STR
  *     SET_STR
  *     "BGP community attribute\n"
index 46072a8c6ffa6bb41dcbd7ecac1fb0dcd5ca43c6..1fcdede2db6be4417a462c9f01a289a0fd931585 100644 (file)
@@ -4338,7 +4338,7 @@ DEFUN (no_neighbor_disable_connected_check,
 
 DEFUN (neighbor_description,
        neighbor_description_cmd,
-       "neighbor <A.B.C.D|X:X::X:X|WORD> description .LINE",
+       "neighbor <A.B.C.D|X:X::X:X|WORD> description LINE...",
        NEIGHBOR_STR
        NEIGHBOR_ADDR_STR2
        "Neighbor specific description\n"
@@ -11293,7 +11293,7 @@ community_list_unset_vty (struct vty *vty, int argc, struct cmd_token **argv,
 /* ip community-list standard */
 DEFUN (ip_community_list_standard,
        ip_community_list_standard_cmd,
-       "ip community-list <(1-99)|standard WORD> <deny|permit> [.AA:NN]",
+       "ip community-list <(1-99)|standard WORD> <deny|permit> AA:NN...",
        IP_STR
        COMMUNITY_LIST_STR
        "Community list number (standard)\n"
@@ -11308,7 +11308,7 @@ DEFUN (ip_community_list_standard,
 
 DEFUN (no_ip_community_list_standard_all,
        no_ip_community_list_standard_all_cmd,
-       "no ip community-list <(1-99)|standard WORD> [<deny|permit> [.AA:NN]]",
+       "no ip community-list <(1-99)|standard WORD> <deny|permit> AA:NN...",
        NO_STR
        IP_STR
        COMMUNITY_LIST_STR
@@ -11325,7 +11325,7 @@ DEFUN (no_ip_community_list_standard_all,
 /* ip community-list expanded */
 DEFUN (ip_community_list_expanded_all,
        ip_community_list_expanded_all_cmd,
-       "ip community-list <(100-500)|expanded WORD> [<deny|permit> [.LINE]]",
+       "ip community-list <(100-500)|expanded WORD> <deny|permit> LINE...",
        IP_STR
        COMMUNITY_LIST_STR
        "Community list number (expanded)\n"
@@ -11340,7 +11340,7 @@ DEFUN (ip_community_list_expanded_all,
 
 DEFUN (no_ip_community_list_expanded_all,
        no_ip_community_list_expanded_all_cmd,
-       "no ip community-list <(100-500)|expanded WORD> [<deny|permit> [.LINE]]",
+       "no ip community-list <(100-500)|expanded WORD> <deny|permit> LINE...",
        NO_STR
        IP_STR
        COMMUNITY_LIST_STR
@@ -11532,7 +11532,7 @@ extcommunity_list_unset_vty (struct vty *vty, int argc, struct cmd_token **argv,
 
 DEFUN (ip_extcommunity_list_standard,
        ip_extcommunity_list_standard_cmd,
-       "ip extcommunity-list <(1-99)|standard WORD> <deny|permit> [.AA:NN]",
+       "ip extcommunity-list <(1-99)|standard WORD> <deny|permit> AA:NN...",
        IP_STR
        EXTCOMMUNITY_LIST_STR
        "Extended Community list number (standard)\n"
@@ -11547,7 +11547,7 @@ DEFUN (ip_extcommunity_list_standard,
 
 DEFUN (ip_extcommunity_list_name_expanded,
        ip_extcommunity_list_name_expanded_cmd,
-       "ip extcommunity-list <(100-500)|expanded WORD> <deny|permit> [.LINE]",
+       "ip extcommunity-list <(100-500)|expanded WORD> <deny|permit> LINE...",
        IP_STR
        EXTCOMMUNITY_LIST_STR
        "Extended Community list number (expanded)\n"
@@ -11562,7 +11562,7 @@ DEFUN (ip_extcommunity_list_name_expanded,
 
 DEFUN (no_ip_extcommunity_list_standard_all,
        no_ip_extcommunity_list_standard_all_cmd,
-       "no ip extcommunity-list <(1-99)|standard WORD> <deny|permit> [.AA:NN]",
+       "no ip extcommunity-list <(1-99)|standard WORD> <deny|permit> AA:NN...",
        NO_STR
        IP_STR
        EXTCOMMUNITY_LIST_STR
@@ -11578,7 +11578,7 @@ DEFUN (no_ip_extcommunity_list_standard_all,
 
 DEFUN (no_ip_extcommunity_list_expanded_all,
        no_ip_extcommunity_list_expanded_all_cmd,
-       "no ip extcommunity-list <(100-500)|expanded WORD> <deny|permit> [.LINE]",
+       "no ip extcommunity-list <(100-500)|expanded WORD> <deny|permit> LINE...",
        NO_STR
        IP_STR
        EXTCOMMUNITY_LIST_STR
index 40bf0a339559358f63971b6a192343c9be775554..11dd7cd1c9aec1852f983ca122da012aa8df1b88 100644 (file)
@@ -1470,7 +1470,7 @@ DEFUN (no_access_list_all,
 
 DEFUN (access_list_remark,
        access_list_remark_cmd,
-       "access-list <(1-99)|(100-199)|(1300-1999)|(2000-2699)|WORD> remark .LINE",
+       "access-list <(1-99)|(100-199)|(1300-1999)|(2000-2699)|WORD> remark LINE...",
        "Add an access list entry\n"
        "IP standard access list\n"
        "IP extended access list\n"
@@ -1666,7 +1666,7 @@ DEFUN (no_ipv6_access_list_all,
 
 DEFUN (ipv6_access_list_remark,
        ipv6_access_list_remark_cmd,
-       "ipv6 access-list WORD remark .LINE",
+       "ipv6 access-list WORD remark LINE...",
        IPV6_STR
        "Add an access list entry\n"
        "IPv6 zebra access-list\n"
index 5911d6cf7f200cdfcd188e0315484243285ba9e7..0d1cafde66517dd8eaa0bdfdd899bc2dbf28d19f 100644 (file)
@@ -1898,7 +1898,7 @@ DEFUN (no_ip_prefix_list_sequence_number,
 
 DEFUN (ip_prefix_list_description,
        ip_prefix_list_description_cmd,
-       "ip prefix-list WORD description .LINE",
+       "ip prefix-list WORD description LINE...",
        IP_STR
        PREFIX_LIST_STR
        "Name of a prefix list\n"
@@ -2609,7 +2609,7 @@ DEFUN (no_ipv6_prefix_list_sequence_number,
 
 DEFUN (ipv6_prefix_list_description,
        ipv6_prefix_list_description_cmd,
-       "ipv6 prefix-list WORD description .LINE",
+       "ipv6 prefix-list WORD description LINE...",
        IPV6_STR
        PREFIX_LIST_STR
        "Name of a prefix list\n"
index 52302a64601a496c6c36a8f89e9600994403fad6..f1c2753526f710f9a431bd6499bc78e26b68b2f9 100644 (file)
@@ -4160,7 +4160,7 @@ static struct igmp_sock *find_igmp_sock_by_fd(int fd)
 
 DEFUN (test_igmp_receive_report,
        test_igmp_receive_report_cmd,
-       "test igmp receive report (0-65535) A.B.C.D (1-6) .LINE",
+       "test igmp receive report (0-65535) A.B.C.D (1-6) LINE...",
        "Test\n"
        "Test IGMP protocol\n"
        "Test IGMP message\n"
@@ -4276,7 +4276,7 @@ static int hexval(uint8_t ch)
 
 DEFUN (test_pim_receive_dump,
        test_pim_receive_dump_cmd,
-       "test pim receive dump INTERFACE A.B.C.D .LINE",
+       "test pim receive dump INTERFACE A.B.C.D LINE...",
        "Test\n"
        "Test PIM protocol\n"
        "Test PIM message reception\n"
index c2e71c17d652fa3aeef91d77aee504a8e556c9f9..c43fa76c0ec0a22f879de0cdc7d1626afe97a58b 100644 (file)
@@ -104,7 +104,7 @@ clear_something (struct thread *thread)
 
 DEFUN (clear_foo,
        clear_foo_cmd,
-       "clear foo .LINE",
+       "clear foo LINE...",
        "clear command\n"
        "arbitrary string\n")
 {
index 2d15dc37bdeb7ee91a57f772f8a509070b034bbc..97371face1b6678d1f91a6c969b524860762299d 100644 (file)
@@ -140,7 +140,7 @@ clear_something (struct vty *vty, const char *str)
 
 DEFUN (clear_foo,
        clear_foo_cmd,
-       "clear foo .LINE",
+       "clear foo LINE...",
        "clear command\n"
        "arbitrary string\n")
 {
index 9af46c88f7a3e34ad664b5c9950948bd5987392d..6ba8d9aa6d57772347334321242fc054b1340a2d 100644 (file)
@@ -82,7 +82,7 @@ clear_something (struct vty *vty, const char *str)
 
 DEFUN (clear_foo,
        clear_foo_cmd,
-       "clear foo .LINE",
+       "clear foo LINE...",
        "clear command\n"
        "arbitrary string\n")
 {
index 05fb0381848667c3094a7b2e4c5110cc0ff42ab4..e6aebd6b1a90274634b50c84d404a06e9a08cf8b 100644 (file)
@@ -1700,7 +1700,7 @@ ALIAS (vtysh_exit_vrf,
  * and isisd. */
 DEFSH (VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_OSPFD,
        interface_desc_cmd,
-       "description .LINE",
+       "description LINE...",
        "Interface specific description\n"
        "Characters describing this interface\n")
        
index a9f0e8701722cab6b0a0467eafab084c28d28a1d..88036f44bd0644223c9ec92cfea71fe61e488bea 100644 (file)
@@ -1562,7 +1562,7 @@ DEFUN (show_ip_route_supernets,
 
 DEFUN (show_ip_route_protocol,
        show_ip_route_protocol_cmd,
-       "show ip route [vrf NAME] " QUAGGA_IP_REDIST_STR_ZEBRA,
+       "show ip route [vrf NAME] <kernel|connected|static|rip|ospf|isis|bgp|pim|table>",
        SHOW_STR
        IP_STR
        "IP routing table\n"
@@ -2163,7 +2163,7 @@ DEFUN (show_ip_route_vrf_all_supernets,
 
 DEFUN (show_ip_route_vrf_all_protocol,
        show_ip_route_vrf_all_protocol_cmd,
-       "show ip route vrf all " QUAGGA_IP_REDIST_STR_ZEBRA,
+       "show ip route vrf all <kernel|connected|static|rip|ospf|isis|bgp|pim|table>",
        SHOW_STR
        IP_STR
        "IP routing table\n"