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)
Thu, Nov 21, 4:16 PM
Unknown Object (File)
Thu, Nov 7, 11:35 AM
Unknown Object (File)
Thu, Oct 31, 6:46 AM
Unknown Object (File)
Oct 4 2024, 1:37 PM
Unknown Object (File)
Oct 2 2024, 7:50 AM
Unknown Object (File)
Oct 2 2024, 5:42 AM
Unknown Object (File)
Sep 28 2024, 2:19 AM
Unknown Object (File)
Sep 26 2024, 7:00 AM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 1745
Build 1751: arc lint + arc unit

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.