[Bug 294510] ip6_mroute: net.fibs>1 in VNET jails entails a panic
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294510 Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #8 from Mark Johnston <[email protected]> --- I believe the problem here is related to setting ROUTETABLES at compile-time. vnet_mroute_init() gets called before vnet_rtables_init() and it uses a large value for V_rt_numfibs, and then vnet_rtables_init() tries to shrink the tables because the number of FIBs is 1 in the jail. -- You are receiving this mail because: You are the assignee for the bug.