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_interface.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_interface.c')
-rw-r--r-- | ospf6d/ospf6_interface.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index e50de6fab..e91c24984 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; |