summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-07-05 14:30:36 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-07-05 15:33:00 -0400
commit7111c1a0cd00440fc5aa188eedbabde2a706bff0 (patch)
treeb0edfbb66cc31d9547db5bd7659dbbe23eaa8e6d /ospf6d/ospf6_interface.c
parentebb0813089c7bcc8e23b7921a77dc5b2d0d02709 (diff)
*: fix excess docstring
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_interface.c')
-rw-r--r--ospf6d/ospf6_interface.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c
index e50de6fab2..e91c249845 100644
--- a/ospf6d/ospf6_interface.c
+++ b/ospf6d/ospf6_interface.c
@@ -1729,9 +1729,7 @@ DEFUN (no_ipv6_ospf6_network,
NO_STR
IP6_STR
OSPF6_STR
- "Network type\n"
- "Default to whatever interface type system specifies"
- )
+ "Set default network type\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
struct ospf6_interface *oi;