diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-08 01:46:04 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-08 01:46:04 +0000 |
| commit | d7fa34c1bc00b5704fefd0dc1cafc1bd314a3ea9 (patch) | |
| tree | 47762aa13ed38caf7bf71cef66b123ee562e1cd4 /zebra/irdp_interface.c | |
| parent | dff6764af2a8884d538219aae2d1bca9103e1341 (diff) | |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/irdp_interface.c b/zebra/irdp_interface.c index 3e244f5af3..fde759df98 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); |
