Age | Commit message (Collapse) | Author |
|
CVE-2023-38802"
This reverts commit 13a5fa10d8c8632d08cf48a445c7d5925d3d42c4.
Patch merged upstream
|
|
CVE-2023-38802
Before this path we used session reset method, which is discouraged by rfc7606.
Handle this as rfc requires.
This addes the fix submitted as https://github.com/FRRouting/frr/pull/14381
upstream. Using VyOS patch until the above mentioned PR is merged.
|
|
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.
|
|
Override peer's ASN even if original as-path contains other ASNs
This is a backport of 9bbdb4572d3bb255211fecf1c756452ab27e91c2 from
the main FRR repository
|
|
This is backported commit for FRR 7.5.1
https://github.com/FRRouting/frr/commit/92980561382fc04380414a6e2f6ca6746c2fe5e9
|
|
(cherry picked from commit c6728db700820fe931c839e629cf92a278517be5)
|
|
|
|
|
|
|
|
|
|
Because of FRR bug 6062 (https://github.com/FRRouting/frr/issues/6062) frr-reload in frr 7.3.0 and 7.3.1
needs to be patched to work properly. without this patch frr-reload will allways compare against
a blank/empty running configuration.
|