diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-07-05 20:30:36 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-07-05 21:33:00 +0200 |
commit | 7111c1a0cd00440fc5aa188eedbabde2a706bff0 (patch) | |
tree | b0edfbb66cc31d9547db5bd7659dbbe23eaa8e6d /ospf6d/ospf6_top.c | |
parent | lib: warn about too much docstring (diff) | |
download | frr-7111c1a0cd00440fc5aa188eedbabde2a706bff0.tar.xz frr-7111c1a0cd00440fc5aa188eedbabde2a706bff0.zip |
*: fix excess docstring
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_top.c')
-rw-r--r-- | ospf6d/ospf6_top.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index 2f157d98a..268b7a60a 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -697,7 +697,6 @@ DEFUN (ospf6_stub_router_admin, ospf6_stub_router_admin_cmd, "stub-router administrative", "Make router a stub router\n" - "Advertise inability to be a transit router\n" "Administratively applied, for an indefinite period\n") { struct listnode *node; @@ -722,7 +721,6 @@ DEFUN (no_ospf6_stub_router_admin, "no stub-router administrative", NO_STR "Make router a stub router\n" - "Advertise ability to be a transit router\n" "Administratively applied, for an indefinite period\n") { struct listnode *node; |