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
F146306907: D51409.id158738.diff
Sun, Mar 1, 2:41 PM
F146262969: D51409.id158738.diff
Sun, Mar 1, 5:24 AM
Unknown Object (File)
Sat, Feb 28, 8:35 AM
Unknown Object (File)
Sat, Feb 21, 4:08 PM
Unknown Object (File)
Fri, Feb 20, 8:36 AM
Unknown Object (File)
Sun, Feb 8, 10:04 AM
Unknown Object (File)
Tue, Feb 3, 11:56 AM
Unknown Object (File)
Mon, Feb 2, 8:34 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 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.