diff options
author | zsdc <taras@vyos.io> | 2023-05-24 20:58:04 +0300 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2023-05-24 20:58:04 +0300 |
commit | 0c56ce9671024912b60952d09e0d9f6f686c96b5 (patch) | |
tree | 2a93d8ba38012153950c3abf3dc6a3b216972ede /.github | |
parent | 9b60bf0a5f5bbedb2769472037050b058fe5fe72 (diff) | |
download | vyos-build-0c56ce9671024912b60952d09e0d9f6f686c96b5.tar.gz vyos-build-0c56ce9671024912b60952d09e0d9f6f686c96b5.zip |
frr: T4737: Replaced patch for connected routes processing
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.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions