[Bug 252334] Regression for running jails with fibs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Jun 2021 08:16:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252334 --- Comment #4 from Arne Steinkamm <arne@Steinkamm.COM> --- The problem is that you now have to set net.fibs inside the (vnet) jail to at least the number of the fib the jail is using. Without doing this all network commands working on the on the host side configured fib for the jail will fail because there is only one fib (0) visible inside the jail. I'm not too happy that this has to be configured now inside the jail and that the number of fibs is now known inside the jail from a security point of view. -- You are receiving this mail because: You are the assignee for the bug.