summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6d.h
diff options
context:
space:
mode:
authorrgirada <rgirada@vmware.com>2021-06-28 00:04:54 -0700
committerrgirada <rgirada@vmware.com>2021-08-10 02:57:23 -0700
commit59790f521a843d46b0640592c34bdc0731d7f8db (patch)
tree77fe449919857a4da8e94edfd76feee3155d617b /ospf6d/ospf6d.h
parent91c169f7d78e71417431c4297da008145da98d9d (diff)
ospf6d: Init/De-init gr helper functionality
Description: Graceful restart helper functionality initialisation and deinit apis. Signed-off-by: Rajesh Girada <rgirada@vmware.com>
Diffstat (limited to 'ospf6d/ospf6d.h')
-rw-r--r--ospf6d/ospf6d.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h
index 5afece9b0a..d5170be7cc 100644
--- a/ospf6d/ospf6d.h
+++ b/ospf6d/ospf6d.h
@@ -108,6 +108,12 @@ extern struct thread_master *master;
vrf_name = VRF_DEFAULT_NAME; \
}
+#define OSPF6_FALSE false
+#define OSPF6_TRUE true
+#define OSPF6_SUCCESS 1
+#define OSPF6_FAILURE 0
+#define OSPF6_INVALID -1
+
extern struct zebra_privs_t ospf6d_privs;
/* Function Prototypes */