]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: do not update leak label at loopback up down 16403/head
authorLoïc Sang <loic.sang@6wind.com>
Wed, 17 Jul 2024 12:40:09 +0000 (14:40 +0200)
committerLoïc Sang <loic.sang@6wind.com>
Wed, 17 Jul 2024 13:42:12 +0000 (15:42 +0200)
commitc21c597d5d885b46765ede114a96634d51071530
tree050905ac6efacd318eef37ad901de31f7a381350
parent8b81f32e97876eefe13370d1efba6a7aeb1c6771
bgpd: do not update leak label at loopback up down

The up/down state of the lo loopback interface does not determine the
availability of the default vrf-lite.

Do not update leak label at lo loopback up/down change.

Fixes: b45c5cd959 ("bgpd: update route leak when vrf state changes")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
bgpd/bgp_zebra.c