https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181794
--- Comment #7 from Marie Helene Kvello-Aune <[email protected]> --- (In reply to Jamie Gritton from comment #6) That does indeed sound like a more correct implementation. Furthermore, it should still be possible to override the default FIB by running setfib inside the jail, as such: # jexec some_jail_with_default_fib_2 setfib 3 ping 10.0.3.1 At least I didn't get any immediate errors when doing this, and "setfib 1 jexec devsamba setfib 0 ping 8.8.8.8" made ping run in FIB 0 on my system. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[email protected]"
