summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_top.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-07-05 20:30:36 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-07-05 21:33:00 +0200
commit7111c1a0cd00440fc5aa188eedbabde2a706bff0 (patch)
treeb0edfbb66cc31d9547db5bd7659dbbe23eaa8e6d /ospf6d/ospf6_top.c
parentlib: warn about too much docstring (diff)
downloadfrr-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.c2
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;