diff options
| author | Russ White <russ@riw.us> | 2017-07-07 13:31:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-07 13:31:08 -0400 |
| commit | ceae5559a51b79ae86cfcae52d9ef512f36e3eb1 (patch) | |
| tree | 0dbfcf927f26651c906ccd0db434be789427b66b /ospf6d/ospf6_interface.c | |
| parent | 6ce6de887f53cbffa5bca7a02ef218d9776bb57a (diff) | |
| parent | 007b0667e00fde98ccac07680291f5845e5da806 (diff) | |
Merge pull request #778 from qlyoung/fix-excess-docstring
Fix excess docstring
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 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; |
