summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_top.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-02-21 06:38:13 +0100
committerDavid Lamparter <equinox@diac24.net>2021-03-17 06:18:37 +0100
commit96244aca23adec551c29b78f26605f8af8eea53e (patch)
tree1f4b4216f3a73e5bddffa2898495a74b2992af0f /ospf6d/ospf6_top.c
parent*: require semicolon after DEFINE_HOOK & co. (diff)
downloadfrr-96244aca23adec551c29b78f26605f8af8eea53e.tar.xz
frr-96244aca23adec551c29b78f26605f8af8eea53e.zip
*: require semicolon after DEFINE_QOBJ & co.
Again, see previous commits. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ospf6d/ospf6_top.c')
-rw-r--r--ospf6d/ospf6_top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c
index 3f72ec828..fea510da3 100644
--- a/ospf6d/ospf6_top.c
+++ b/ospf6d/ospf6_top.c
@@ -53,7 +53,7 @@
#include "ospf6d.h"
#include "lib/json.h"
-DEFINE_QOBJ_TYPE(ospf6)
+DEFINE_QOBJ_TYPE(ospf6);
FRR_CFG_DEFAULT_BOOL(OSPF6_LOG_ADJACENCY_CHANGES,
{ .val_bool = true, .match_profile = "datacenter", },