]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix prefix VRF leaking with 'network import-check' (3/5)
authorLouis Scalbert <louis.scalbert@6wind.com>
Tue, 5 Jul 2022 13:22:12 +0000 (15:22 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Fri, 16 Dec 2022 13:52:47 +0000 (14:52 +0100)
commitd0a55f87e9cd4d67e9514f31cfe589eeaec0ed4a
tree1e324dabea6aafdbef06370c209b5a38053020fe
parent1565c70984d286aceb2ed30de27a2d64359ca3c5
bgpd: fix prefix VRF leaking with 'network import-check' (3/5)

"if not XX else" statements are confusing.

Replace two "if not XX else" statements by "if XX else" to prepare next
commits. The patch is only cosmetic.

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