summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_dump.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-11-30 00:07:11 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-11-30 00:07:11 +0100
commit3a2d747c2e229f47f5dc32c774ba4e2a07275022 (patch)
tree9c44b94025384d94b4b2d314c9ceb40cc6f850b4 /bgpd/bgp_dump.c
parentlib: allow all characters in WORD tokens (diff)
downloadfrr-3a2d747c2e229f47f5dc32c774ba4e2a07275022.tar.xz
frr-3a2d747c2e229f47f5dc32c774ba4e2a07275022.zip
all: Fix all underfull doc strings
Additionally: * Add [ip] to a couple bgp show commands * Quick refactor of a couple ISIS commands * Quick refactor of a couple OSPF6 commands Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_dump.c')
-rw-r--r--bgpd/bgp_dump.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bgpd/bgp_dump.c b/bgpd/bgp_dump.c
index 511eb3402..add653193 100644
--- a/bgpd/bgp_dump.c
+++ b/bgpd/bgp_dump.c
@@ -792,7 +792,9 @@ DEFUN (no_dump_bgp_all,
"Stop dump process all-et\n"
"Stop dump process updates\n"
"Stop dump process updates-et\n"
- "Stop dump process route-mrt\n")
+ "Stop dump process route-mrt\n"
+ "Output filename\n"
+ "Interval of output\n")
{
int idx_dump_routes = 3;
int bgp_dump_type = 0;