]> git.proxmox.com Git - mirror_frr.git/blobdiff - staticd/static_vrf.c
*: add a vrf update hook to be informed of the vrf name
[mirror_frr.git] / staticd / static_vrf.c
index 6946f21271e455a602d83597e67683e880f96225..d33c1539c8142cb4fc21350e02067b05ad99db6a 100644 (file)
@@ -190,7 +190,7 @@ int static_vrf_has_config(struct static_vrf *svrf)
 void static_vrf_init(void)
 {
        vrf_init(static_vrf_new, static_vrf_enable,
-                static_vrf_disable, static_vrf_delete);
+                static_vrf_disable, static_vrf_delete, NULL);
 
        vrf_cmd_init(static_vrf_config_write, &static_privs);
 }