[Bug 294510] ip6_mroute: net.fibs>1 in VNET jails entails a panic

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294510

Zhenlei Huang <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #2 from Zhenlei Huang <[email protected]> ---
vnet_rtables_init() runs at order SI_SUB_PROTO_DOMAIN which is prior to
vnet_mroute_init()'s order SI_SUB_PROTO_MC, so V_mfctables has not been
initialized yet ?

Probably ip6_mroute_rtnumfibs_change() shall check against `V_nmfctables`
firstly.
If `V_nmfctables == 0 || V_mfctables == NULL`, then
ip6_mroute_rtnumfibs_change() shall do nothing.

CC Mark.

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.