Page MenuHomeFreeBSD

mld: allow sysctls to be set per vnet
ClosedPublic

Authored by kp on Jul 18 2025, 12:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 14, 11:28 AM
Unknown Object (File)
Sun, Nov 9, 1:08 AM
Unknown Object (File)
Mon, Oct 27, 9:16 AM
Unknown Object (File)
Sat, Oct 25, 5:51 AM
Unknown Object (File)
Tue, Oct 21, 6:26 AM
Unknown Object (File)
Oct 19 2025, 2:28 AM
Unknown Object (File)
Oct 12 2025, 9:54 AM
Unknown Object (File)
Oct 12 2025, 9:54 AM

Details

Summary

Allow net.inet6.mld.use_allow, net.inet6.mld.v2enable and
net.inet6.mld.v1enable to be set per vnet.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 65581
Build 62464: arc lint + arc unit

Event Timeline

kp requested review of this revision.Jul 18 2025, 12:37 PM

While here, I would suggest to also make them SYSCTL_BOOL.

This revision is now accepted and ready to land.Jul 19 2025, 3:51 AM
zlei added a subscriber: zlei.

Looks good to me.

Convert to bool as well.

This revision now requires review to proceed.Jul 19 2025, 3:51 PM
This revision is now accepted and ready to land.Jul 19 2025, 4:28 PM
This revision was automatically updated to reflect the committed changes.