diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-23 13:47:20 +0000 | 
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-23 13:47:20 +0000 | 
| commit | 6147e2c694b53647895f048645182065bc25fd05 (patch) | |
| tree | 312a6d95b8efca2df2743a183488ed8baea0de16 /bgpd/bgp_filter.c | |
| parent | a5b5627b8b7e63f73d856802394ed7e39e26da0b (diff) | |
convert <1-255> to (1-255), ()s to <>s, etc
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_filter.c')
| -rw-r--r-- | bgpd/bgp_filter.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_filter.c b/bgpd/bgp_filter.c index 1235e50d22..6a39d02174 100644 --- a/bgpd/bgp_filter.c +++ b/bgpd/bgp_filter.c @@ -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"  | 
