diff options
-rw-r--r-- | lib/command.h | 2 | ||||
-rw-r--r-- | ospf6d/ospf6_interface.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/command.h b/lib/command.h index 50323d375..f5572f7f8 100644 --- a/lib/command.h +++ b/lib/command.h @@ -367,7 +367,7 @@ struct cmd_element #define IP6_STR "IPv6 Information\n" #define OSPF6_STR "Open Shortest Path First (OSPF) for IPv6\n" #define OSPF6_INSTANCE_STR "(1-65535) Instance ID\n" -#define SECONDS_STR "(1-65535) Seconds\n" +#define SECONDS_STR "Seconds\n" #define ROUTE_STR "Routing Table\n" #define PREFIX_LIST_STR "Build a prefix list\n" #define OSPF6_DUMP_TYPE_LIST \ diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index 3d15b0b3f..8ea4b1695 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -1381,8 +1381,7 @@ DEFUN (ipv6_ospf6_transmitdelay, IP6_STR OSPF6_STR "Link state transmit delay\n" - SECONDS_STR - ) + SECONDS_STR) { int idx_number = 3; struct ospf6_interface *oi; |