summaryrefslogtreecommitdiffstats
path: root/zebra/irdp_interface.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-11-08 02:46:04 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-11-08 02:46:04 +0100
commitd7fa34c1bc00b5704fefd0dc1cafc1bd314a3ea9 (patch)
tree47762aa13ed38caf7bf71cef66b123ee562e1cd4 /zebra/irdp_interface.c
parentbgpd: Fix `maximum-paths (1-255)` (diff)
downloadfrr-d7fa34c1bc00b5704fefd0dc1cafc1bd314a3ea9.tar.xz
frr-d7fa34c1bc00b5704fefd0dc1cafc1bd314a3ea9.zip
all: Fix underfull doc strings, part 2
Add missing docstrings and separating \n. Also eat some low-hanging refactoring fruit. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/irdp_interface.c')
-rw-r--r--zebra/irdp_interface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/irdp_interface.c b/zebra/irdp_interface.c
index 3e244f5af..fde759df9 100644
--- a/zebra/irdp_interface.c
+++ b/zebra/irdp_interface.c
@@ -415,6 +415,7 @@ DEFUN (ip_irdp_shutdown,
ip_irdp_shutdown_cmd,
"ip irdp shutdown",
IP_STR
+ "ICMP Router discovery on this interface\n"
"ICMP Router discovery shutdown on this interface\n")
{
VTY_DECLVAR_CONTEXT (interface, ifp);
@@ -428,6 +429,7 @@ DEFUN (no_ip_irdp_shutdown,
"no ip irdp shutdown",
NO_STR
IP_STR
+ "ICMP Router discovery on this interface\n"
"ICMP Router discovery no shutdown on this interface\n")
{
VTY_DECLVAR_CONTEXT (interface, ifp);