https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280648
Marek Zarychta <zarych...@plan-b.pwste.edu.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zarych...@plan-b.pwste.edu. | |pl --- Comment #16 from Marek Zarychta <zarych...@plan-b.pwste.edu.pl> --- (In reply to Egor from comment #15) >I set fib 1 for all frr processes in rc.conf.d Thats why i expected that it >took only >fib 1 routes from the kernel but it didn't. When FRR runs under FIB 1 it means that all the connections with peers will be done from that FIB. Nothing more. If you want to import routes from non-standard fib (FIB ≠ 0) then use option "ip import table" instead, which should also work when you will run FRR under default FIB. I don't know if our FRR port supports multiple routing tables correctly, but definitely net/bird2 copes fine with them. That's probably not a bug though, but I have not investigated this PR extensively. -- You are receiving this mail because: You are the assignee for the bug.