summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2019-04-23 10:38:59 +0200
committerDonatas Abraitis <donatas.abraitis@gmail.com>2019-04-23 21:35:20 +0200
commita818ea74e69fa60401377a7525c2b6465243bbbd (patch)
tree83e674033b1e2910456e95bf34084ee96de606d8 /bgpd/bgp_route.c
parentMerge pull request #4173 from mjstapp/fix_linklist_warning (diff)
downloadfrr-a818ea74e69fa60401377a7525c2b6465243bbbd.tar.xz
frr-a818ea74e69fa60401377a7525c2b6465243bbbd.zip
doc: Specify allowed chars in bgp regular expressions
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'bgpd/bgp_route.c')
-rw-r--r--bgpd/bgp_route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c
index 7036ededa..638b2b02b 100644
--- a/bgpd/bgp_route.c
+++ b/bgpd/bgp_route.c
@@ -9927,7 +9927,7 @@ DEFUN (show_ip_bgp_regexp,
BGP_AFI_HELP_STR
BGP_SAFI_WITH_LABEL_HELP_STR
"Display routes matching the AS path regular expression\n"
- "A regular-expression to match the BGP AS paths\n")
+ "A regular-expression (1234567890_^|[,{}() ]$*+.?-\\) to match the BGP AS paths\n")
{
afi_t afi = AFI_IP6;
safi_t safi = SAFI_UNICAST;