mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 23:11:21 +00:00
bgpd, etc: changed .LINE to LINE...
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
This commit is contained in:
parent
31500417e4
commit
e961923c72
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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")
|
||||
{
|
||||
|
@ -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")
|
||||
{
|
||||
|
@ -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")
|
||||
{
|
||||
|
@ -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")
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user