]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_filter.c
convert <1-255> to (1-255), ()s to <>s, etc
[mirror_frr.git] / bgpd / bgp_filter.c
index 1235e50d22ca116d802536befce167ad8d4087dd..6a39d021749a42b60ce50bd2334829a03dc86679 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"
@@ -484,7 +484,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"