Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-24 | frr: T4737: Replaced patch for connected routes processing | zsdc | |
An old patch breaks connected routes in a situation when more than one IP address is presented on an interface and it switches state from down to up: ``` ip link set eth0 down ip a add 192.0.2.50/24 dev eth0 ip a add 192.0.2.51/24 dev eth0 ip link set eth0 up ``` A new version includes more backports from frr upstream, which work well regardless of an interface state. | |||
2023-01-31 | frr: T4737: Fixed connected to BGP routes redistribution | zsdc | |
This is backported commit for FRR 7.5.1 https://github.com/FRRouting/frr/commit/92980561382fc04380414a6e2f6ca6746c2fe5e9 |