mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 14:42:06 +00:00
lib: change M:A:C to X:X:X:X:X:X
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
0abf76d519
commit
6163c6cca1
@ -1380,7 +1380,7 @@ DEFUN (no_debug_bgp_update_direct_peer,
|
|||||||
|
|
||||||
DEFPY (debug_bgp_update_prefix_afi_safi,
|
DEFPY (debug_bgp_update_prefix_afi_safi,
|
||||||
debug_bgp_update_prefix_afi_safi_cmd,
|
debug_bgp_update_prefix_afi_safi_cmd,
|
||||||
"debug bgp updates prefix l2vpn$afi evpn$safi type <macip mac <M:A:C|M:A:C/M> [ip <A.B.C.D|X:X::X:X>]|multicast ip <A.B.C.D|X:X::X:X>|prefix ip <A.B.C.D/M|X:X::X:X/M>>",
|
"debug bgp updates prefix l2vpn$afi evpn$safi type <macip mac <X:X:X:X:X:X|X:X:X:X:X:X/M> [ip <A.B.C.D|X:X::X:X>]|multicast ip <A.B.C.D|X:X::X:X>|prefix ip <A.B.C.D/M|X:X::X:X/M>>",
|
||||||
DEBUG_STR
|
DEBUG_STR
|
||||||
BGP_STR
|
BGP_STR
|
||||||
"BGP updates\n"
|
"BGP updates\n"
|
||||||
@ -1443,7 +1443,7 @@ DEFPY (debug_bgp_update_prefix_afi_safi,
|
|||||||
|
|
||||||
DEFPY (no_debug_bgp_update_prefix_afi_safi,
|
DEFPY (no_debug_bgp_update_prefix_afi_safi,
|
||||||
no_debug_bgp_update_prefix_afi_safi_cmd,
|
no_debug_bgp_update_prefix_afi_safi_cmd,
|
||||||
"no debug bgp updates prefix l2vpn$afi evpn$safi type <macip mac <M:A:C|M:A:C/M> [ip <A.B.C.D|X:X::X:X>]|multicast ip <A.B.C.D|X:X::X:X>|prefix ip <A.B.C.D/M|X:X::X:X/M>>",
|
"no debug bgp updates prefix l2vpn$afi evpn$safi type <macip mac <X:X:X:X:X:X|X:X:X:X:X:X/M> [ip <A.B.C.D|X:X::X:X>]|multicast ip <A.B.C.D|X:X::X:X>|prefix ip <A.B.C.D/M|X:X::X:X/M>>",
|
||||||
NO_STR
|
NO_STR
|
||||||
DEBUG_STR
|
DEBUG_STR
|
||||||
BGP_STR
|
BGP_STR
|
||||||
|
@ -48,8 +48,8 @@ IPV4 A\.B\.C\.D
|
|||||||
IPV4_PREFIX A\.B\.C\.D\/M
|
IPV4_PREFIX A\.B\.C\.D\/M
|
||||||
IPV6 X:X::X:X
|
IPV6 X:X::X:X
|
||||||
IPV6_PREFIX X:X::X:X\/M
|
IPV6_PREFIX X:X::X:X\/M
|
||||||
MAC M:A:C
|
MAC X:X:X:X:X:X
|
||||||
MAC_PREFIX M:A:C\/M
|
MAC_PREFIX X:X:X:X:X:X\/M
|
||||||
VARIABLE [A-Z][-_A-Z:0-9]+
|
VARIABLE [A-Z][-_A-Z:0-9]+
|
||||||
WORD (\-|\+)?[a-zA-Z0-9\*][-+_a-zA-Z0-9\*]*
|
WORD (\-|\+)?[a-zA-Z0-9\*][-+_a-zA-Z0-9\*]*
|
||||||
NUMBER (\-|\+)?[0-9]{1,20}
|
NUMBER (\-|\+)?[0-9]{1,20}
|
||||||
|
@ -1302,7 +1302,7 @@ static int filter_set_zebra(struct vty *vty, const char *name_str,
|
|||||||
|
|
||||||
DEFUN (mac_access_list,
|
DEFUN (mac_access_list,
|
||||||
mac_access_list_cmd,
|
mac_access_list_cmd,
|
||||||
"mac access-list WORD <deny|permit> MAC",
|
"mac access-list WORD <deny|permit> X:X:X:X:X:X",
|
||||||
"Add a mac access-list\n"
|
"Add a mac access-list\n"
|
||||||
"Add an access list entry\n"
|
"Add an access list entry\n"
|
||||||
"MAC zebra access-list name\n"
|
"MAC zebra access-list name\n"
|
||||||
@ -1316,7 +1316,7 @@ DEFUN (mac_access_list,
|
|||||||
|
|
||||||
DEFUN (no_mac_access_list,
|
DEFUN (no_mac_access_list,
|
||||||
no_mac_access_list_cmd,
|
no_mac_access_list_cmd,
|
||||||
"no mac access-list WORD <deny|permit> MAC",
|
"no mac access-list WORD <deny|permit> X:X:X:X:X:X",
|
||||||
NO_STR
|
NO_STR
|
||||||
"Remove a mac access-list\n"
|
"Remove a mac access-list\n"
|
||||||
"Remove an access list entry\n"
|
"Remove an access list entry\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user