Page MenuHomeFreeBSD

Fix VNET support with tcp modularity
ClosedPublic

Authored by jtl on Dec 19 2015, 6:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 24, 3:11 PM
Unknown Object (File)
Mon, Feb 24, 1:26 PM
Unknown Object (File)
Mon, Feb 24, 12:42 AM
Unknown Object (File)
Fri, Feb 21, 3:06 PM
Unknown Object (File)
Thu, Feb 20, 7:11 PM
Unknown Object (File)
Sat, Feb 8, 10:57 AM
Unknown Object (File)
Dec 17 2024, 2:02 PM
Unknown Object (File)
Dec 17 2024, 1:39 PM
Subscribers

Details

Summary

Fix a panic when launching VNETs after the commit of rS292309 (D4055).

Test Plan

Ask reported to verify the patch.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jtl retitled this revision from to Fix VNET support with tcp modularity.
jtl updated this object.
jtl edited the test plan for this revision. (Show Details)

kp@ confirms that this fixes the problem he experienced.

This seems fairly straightforward. Although I generally prefer positive feedback, I plan to commit this tomorrow unless I hear negative feedback.

rrs added a reviewer: rrs.
rrs added a subscriber: rrs.

This looks fine.. I guess the little bit in the middle is what
was killing things (i.e. !IS_DEFAULT_VNET()).. )

This revision is now accepted and ready to land.Dec 22 2015, 12:20 PM
This revision was automatically updated to reflect the committed changes.