mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 08:57:29 +00:00
ripd: update the default vrf name by registering to callback
if default vrf name is updated, then rip contexts based on that hypothetical vrfname, will be enabled. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
f06e248c53
commit
100db763b7
@ -3682,7 +3682,7 @@ static int rip_vrf_disable(struct vrf *vrf)
|
|||||||
void rip_vrf_init(void)
|
void rip_vrf_init(void)
|
||||||
{
|
{
|
||||||
vrf_init(rip_vrf_new, rip_vrf_enable, rip_vrf_disable, rip_vrf_delete,
|
vrf_init(rip_vrf_new, rip_vrf_enable, rip_vrf_disable, rip_vrf_delete,
|
||||||
NULL);
|
rip_vrf_enable);
|
||||||
}
|
}
|
||||||
|
|
||||||
void rip_vrf_terminate(void)
|
void rip_vrf_terminate(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user