]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: update route leak when vrf appears
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 9 Feb 2024 15:28:23 +0000 (16:28 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Wed, 14 Feb 2024 15:39:51 +0000 (16:39 +0100)
commit94d12dc490d7c4109828e7d4421e7ae0d84c3448
treee1319cc243763d5bbf14ef631024a99cdf2360fa
parent5709e89f6c6a11154b8c89664a49d4d239b4fc8c
bgpd: update route leak when vrf appears

If the VRF is not yet created and a BGP instance is created for the
VRF, dependent leaked routes are inactive, which is normal. However,
when the VRF interface appears, they remains inactive.

Update route leak when a VRF interface appears. Note that routes to a
deleted VRF are already removed by zebra.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
bgpd/bgp_zebra.c