summaryrefslogtreecommitdiffstats
path: root/zebra/main.c
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2025-01-08 15:57:10 +0100
committerChristian Hopps <chopps@labn.net>2025-01-14 05:40:52 +0100
commite64966876ce454e6b7f8ccc67f630ed5e0dc0235 (patch)
tree2a60ad6c89bf1246889704b396768dd4d2712142 /zebra/main.c
parentlib: northbound: add basic oper-state update functions (diff)
downloadfrr-e64966876ce454e6b7f8ccc67f630ed5e0dc0235.tar.xz
frr-e64966876ce454e6b7f8ccc67f630ed5e0dc0235.zip
lib: vrf: track oper-state inline
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/main.c b/zebra/main.c
index 4546d1477..dacc63d80 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -356,6 +356,8 @@ int main(int argc, char **argv)
zserv_path = NULL;
+ vrf_notify_oper_changes = true;
+
vrf_configure_backend(VRF_BACKEND_VRF_LITE);
frr_preinit(&zebra_di, argc, argv);