diff options
author | Christian Hopps <chopps@labn.net> | 2025-01-08 15:57:10 +0100 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2025-01-14 05:40:52 +0100 |
commit | e64966876ce454e6b7f8ccc67f630ed5e0dc0235 (patch) | |
tree | 2a60ad6c89bf1246889704b396768dd4d2712142 /zebra/main.c | |
parent | lib: northbound: add basic oper-state update functions (diff) | |
download | frr-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.c | 2 |
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); |