https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282744
Marek Zarychta <zarych...@plan-b.pwste.edu.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zarych...@plan-b.pwste.edu. | |pl --- Comment #2 from Marek Zarychta <zarych...@plan-b.pwste.edu.pl> --- (In reply to Vladyslav V. Prodan from comment #0) What is the setting of the sysctl knob "net.add_addr_allfibs"? Perhaps you can try to assign the route this way: # route add -net 192.168.77.0/24 -iface em2 -fib 1 # route add default 192.168.77.2 -fib 1 -- You are receiving this mail because: You are the assignee for the bug.