summaryrefslogtreecommitdiffstats
path: root/ospf6d
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-11-17 21:39:41 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-11-17 21:39:41 +0100
commit98cfd06b41622c3b0c2be8b2fa00079696f5fd0d (patch)
tree8f5b1f50891a69df247620b0e8a02e2141e38f3b /ospf6d
parentospfd, ospf6d: Clean up and unify doc strings (diff)
downloadfrr-98cfd06b41622c3b0c2be8b2fa00079696f5fd0d.tar.xz
frr-98cfd06b41622c3b0c2be8b2fa00079696f5fd0d.zip
lib, ospf6d: Change SECONDS_STR to be more generic
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospf6d')
-rw-r--r--ospf6d/ospf6_interface.c3
1 files changed, 1 insertions, 2 deletions
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;