HomeFreeBSD

Escape any '.' characters in sysctl node names

Description

Escape any '.' characters in sysctl node names

ZFS creates some sysctl nodes that include a pool name, and '.' is an
allowed character in pool names. But it's the separator in the sysctl
tree, so it can't be included in a sysctl name. Replace it with "%25".
Handily, "%" is illegal in ZFS pool names, so there's no ambiguity
there.

PR: 257316
MFC after: 3 weeks
Sponsored by: Axcient
Reviewed by: freqlabs
Differential Revision: https://reviews.freebsd.org/D31265

Details

Provenance
asomersAuthored on Jul 21 2021, 9:11 PM
Reviewer
freqlabs
Differential Revision
D31265: Escape any '.' characters in sysctl node names
Parents
rGa52936f1d5d5: man9/VOP_LISTEXTATTR.9: correct grammar in .Nd
Branches
Unknown
Tags
Unknown