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)
Feb 13 2024, 3:27 PM
Unknown Object (File)
Jan 7 2024, 2:10 AM
Unknown Object (File)
Dec 22 2023, 10:42 PM
Unknown Object (File)
Nov 30 2023, 3:08 AM
Unknown Object (File)
Nov 13 2023, 11:41 AM
Unknown Object (File)
Oct 25 2023, 5:55 AM
Unknown Object (File)
Oct 10 2023, 9:58 AM
Unknown Object (File)
Sep 23 2023, 1:02 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.