]> git.proxmox.com Git - mirror_frr.git/blobdiff - vrrpd/vrrp.c
*: rework renaming the default VRF
[mirror_frr.git] / vrrpd / vrrp.c
index 4e2c12c4e0a76ff6f9d1f46039b26e3dc9c1a0f2..5c34c66df5c6dff8e22ee8471197eb4885a557a5 100644 (file)
@@ -2398,7 +2398,7 @@ void vrrp_init(void)
        vrrp_autoconfig_version = 3;
        vrrp_vrouters_hash = hash_create(&vrrp_hash_key, vrrp_hash_cmp,
                                         "VRRP virtual router hash");
-       vrf_init(NULL, NULL, NULL, NULL, NULL);
+       vrf_init(NULL, NULL, NULL, NULL);
 }
 
 void vrrp_fini(void)