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)
Sun, Oct 12, 9:54 AM
Unknown Object (File)
Sun, Oct 12, 9:54 AM
Unknown Object (File)
Sun, Oct 12, 9:54 AM
Unknown Object (File)
Sun, Oct 12, 9:54 AM
Unknown Object (File)
Sat, Oct 11, 11:01 PM
Unknown Object (File)
Thu, Oct 2, 7:57 PM
Unknown Object (File)
Sun, Sep 28, 8:14 AM
Unknown Object (File)
Wed, Sep 24, 1:36 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 Not Applicable
Unit
Tests Not Applicable

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.