summaryrefslogtreecommitdiff
path: root/ospfd/ospf_interface.h
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2024-07-03 08:51:51 +0200
committerPhilippe Guibert <philippe.guibert@6wind.com>2024-07-08 15:42:02 +0200
commit731f74e35fa2c1636208f4bf64650d2d00a199b4 (patch)
treee93118cd9143a15c62c20c71f81521c124f61909 /ospfd/ospf_interface.h
parent7dfe12eef838f2a8be15e8c58e47f4bcd8b64239 (diff)
zebra, topotests: do not set nexthop's FIB flag when DUPLICATE present
The bgp_duplicate_nexthop test installs routes with nexthop's flags set to both DUPLICATE and FIB: this should not happen. The DUPLICATE flag of a nexthop indicates this nexthop is already used in the same nexthop-group, and there is no need to install it twice in the system; having the FIB flag set indicates that the nexthop is installed in the system. This is why both flags should not be set on the same nexthop. This case happens at installation time, but can also happen at update time. - Fix this by not setting the FIB flag value when the DUPLICATE flag is present. - Modify the bgp_duplicate_test to check that the FIB flag is not present on duplicated nexthops. - Modify the bgp_peer_type_multipath_relax test. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'ospfd/ospf_interface.h')
0 files changed, 0 insertions, 0 deletions