summaryrefslogtreecommitdiff
path: root/packages/frr/patches/0004-bgpd-Use-treat-as-withdraw-for-tunnel-encapsulation-.patch
AgeCommit message (Collapse)Author
2023-09-10Revert "frr: T5557: use treat-as-withdraw for tunnel encapsulation attribute ↵Christian Breunig
CVE-2023-38802" This reverts commit 13a5fa10d8c8632d08cf48a445c7d5925d3d42c4. Patch merged upstream
2023-09-10frr: T5557: use treat-as-withdraw for tunnel encapsulation attribute ↵Christian Breunig
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.