https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279662
Bug ID: 279662
Summary: net/bird2@netlink - broken multiple FIB support
Product: Base System
Version: 14.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
While trying to reproduce the issue found on the BIRD-users mailing list[1], I
refreshed my old BIRD testing setup and can confirm that net/bird2@netlink
cannot cope with FIBs other than 0.
Minimal steps to reproduce:
1. Increase sysctl net.fibs to at least 5
2. Deploy net/bird2@netlink with "protocol kernel" using not default FIB, for
example:
protocol kernel {
kernel table 4;
(...)
}
I can provide a more advanced config to reproduce, if someone is willing to do
so, please email me.
1. https://bird.network.cz/pipermail/bird-users/2024-June/017722.html
--
You are receiving this mail because:
You are the assignee for the bug.