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 /pimd/pim_cmd.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 'pimd/pim_cmd.c')
| -rw-r--r-- | pimd/pim_cmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index 318bd1ba1c..afc42a9561 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -3189,6 +3189,7 @@ DEFUN (interface_ip_pim_drprio, DEFUN (interface_no_ip_pim_drprio, interface_no_ip_pim_drprio_cmd, "no ip pim drpriority [(1-4294967295)]", + NO_STR IP_STR PIM_STR "Revert the Designated Router Priority to default\n" |
