summaryrefslogtreecommitdiff
path: root/staticd/static_memory.c
diff options
context:
space:
mode:
authorvdhingra <vdhingra@vmware.com>2020-04-24 05:38:43 -0700
committervdhingra <vdhingra@vmware.com>2020-07-16 08:33:00 -0700
commit88fa5104a04af60b7d1107f02ee84fb9c0a15abe (patch)
treec2bbeecd9a5c384b7a615032c5fe13a1ff495c36 /staticd/static_memory.c
parent7441ea1afd4400ca74f97138e20e4ffb9f0b125e (diff)
staticd : Configuration northbound implementation
1. Modifies the data structs to make the distance, tag and table-id property of a route, i.e created a hireachical data struct to save route and nexthop information. 2. Backend northbound implementation Signed-off-by: VishalDhingra <vdhingra@vmware.com>
Diffstat (limited to 'staticd/static_memory.c')
-rw-r--r--staticd/static_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staticd/static_memory.c b/staticd/static_memory.c
index 77ca4a3439..122cc9fce1 100644
--- a/staticd/static_memory.c
+++ b/staticd/static_memory.c
@@ -25,4 +25,4 @@
DEFINE_MGROUP(STATIC, "staticd")
-DEFINE_MTYPE(STATIC, STATIC_ROUTE, "Static Route");
+DEFINE_MTYPE(STATIC, STATIC_NEXTHOP, "Static Nexthop");