[pve-devel] [PATCH frr 0/2] bump to frr 8.2.2 + netlink fix
Alexandre Derumier
aderumier at odiso.com
Wed Apr 27 17:04:54 CEST 2022
Hi,
2 users have reported problems when vlan-aware bridge are presents.
Seem that frr is not parsing correctly netlink message because
currently frr use static buffer size, and netlink message can be
too big when a lot of vlan are defined.
https://forum.proxmox.com/threads/implementations-of-sdn-networking.99628/
https://github.com/FRRouting/frr/issues/10404
This is fixed with:
https://github.com/FRRouting/frr/pull/10482
only available in master.
This patches serie update frr to 8.2.2 + this PR.
I'm running it in production since 1 week, works fine.
This need to update the proxmox frr mirror to frr-8.2.2 tag:
https://github.com/FRRouting/frr/tree/frr-8.2.2
Alexandre Derumier (2):
add frr zebra buffering patches
bump frr to 8.2.2
debian/changelog | 6 +
debian/patches/frr/0001-zebra-buffering.patch | 92 ++++
debian/patches/frr/0002-zebra-buffering.patch | 420 ++++++++++++++++++
debian/patches/frr/0003-zebra-buffering.patch | 283 ++++++++++++
debian/patches/series | 3 +
5 files changed, 804 insertions(+)
create mode 100644 debian/patches/frr/0001-zebra-buffering.patch
create mode 100644 debian/patches/frr/0002-zebra-buffering.patch
create mode 100644 debian/patches/frr/0003-zebra-buffering.patch
--
2.30.2
More information about the pve-devel
mailing list