FRRouting / frr

The FRRouting Protocol Suite
https://frrouting.org/
Other
3.12k stars 1.2k forks source link

Local connected #16300

Open donaldsharp opened 1 week ago

donaldsharp commented 1 week ago

Allow kernel routes to be read in when they are created in linux. Additionally treat the connected routes as connected. This fixes one of the issues seen with NOPREFIXROUTE

riw777 commented 5 days ago

looks like this might be related --

E   AssertionError: Testcase test_verify_default_originate_after_BGP_and_FRR_restart_p2 : Failed : Redistributed routes from R0 is not learned in Router R1 RIB 
Error: Missing route in RIB of router r1, routes: ['2001:db8:f::1:17/128']
assert "Missing route in RIB of router r1, routes: ['2001:db8:f::1:17/128']\n" is True

but I'm trying to rerun just that test again to make certain