Louis Scalbert
Louis Scalbert
This is the continuation of the work from @slankdev https://github.com/FRRouting/frr/pull/10403 Some bugs have been fixed and most of the TODO have been completed. There is still some work to do....
Replace https://github.com/FRRouting/frr/pull/10044 Route leaking from network statement does not work. Add this to r1 on bgp_l3vpn_to_bgp_vrf topotest to reproduce the problems. The related topotest update is in progress. ``` router...
re-open https://github.com/FRRouting/frr/pull/10962 that was reverted in https://github.com/FRRouting/frr/pull/11579
The "advertise-map" feature causes crashes when configured on vpn or evpn. For example: > router bgp 65500 > address-family ipv4 vpn > neighbor 10.125.0.2 activate > neighbor 10.125.0.2 advertise-map RMAP-COND...
636f76088d ("bgpd: router-id change reflect to vpn auto rd rt") has introduced an automatic configuration change of the `rd vpn export` and `rt vpn export` attributes after a router-id modification...
When the last IP v4 address of an interface is deleted, Linux removes all routes using this interface without any Netlink advertisement. With the following scenarii, zebra routes are unsynchronized...
Will be useful for flex-algo. Tab algos are stored in the code as follows: > struct XX { > uint8_t algo[ALGORITHM_COUNT]; > } A SR_ALGORITHM_UNSET value in the tab at...
Fixes for show isis database [detail] json - Clean JSON format. - Display multiple values into array. They were mixed together in the same dict.
Each namespace has a loopback interface, named lo. Adding another interface with the LOOPBACK flag is not permitted. Linux VRF does not provide a loopback but FRR considers VRF interfaces...
Since the commit da0c0ef70c ("bgpd: VRF-Lite fix best path selection"), the best path selection is made from the comparison of the attributes of the original route i.e. the ultimate path....