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
F165119504: D51409.diff
Thu, Aug 6, 5:31 AM
Unknown Object (File)
Sun, Aug 2, 6:53 AM
Unknown Object (File)
Fri, Jul 31, 1:10 AM
Unknown Object (File)
Sat, Jul 25, 8:16 AM
Unknown Object (File)
Tue, Jul 21, 2:55 PM
Unknown Object (File)
Jun 17 2026, 5:49 PM
Unknown Object (File)
Jun 17 2026, 6:24 AM
Unknown Object (File)
Jun 16 2026, 5:50 PM

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 65561
Build 62444: 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.