]> git.proxmox.com Git - mirror_frr.git/blobdiff - staticd/static_vrf.c
*: rework renaming the default VRF
[mirror_frr.git] / staticd / static_vrf.c
index 6ba0bf4544d3040ee71cfa39a0d3165d34f7e829..37cd199c4f8772d1b7735d90890d74f820669e3a 100644 (file)
@@ -153,8 +153,8 @@ static int static_vrf_config_write(struct vty *vty)
 
 void static_vrf_init(void)
 {
-       vrf_init(static_vrf_new, static_vrf_enable,
-                static_vrf_disable, static_vrf_delete, NULL);
+       vrf_init(static_vrf_new, static_vrf_enable, static_vrf_disable,
+                static_vrf_delete);
 
        vrf_cmd_init(static_vrf_config_write);
 }