This driver does not need to retrieve those tunable during early boot. Meanwhile SYSCTL_INT can provide rich meta info such as description. sysctl net.link.vxlan will also report current setting.
MFC after: 1 week
Differential D48621
if_vxlan(4): Prefer SYSCTL_INT over TUNABLE_INT zlei on Thu, Jan 23, 3:48 PM. Authored by
Details This driver does not need to retrieve those tunable during early boot. Meanwhile SYSCTL_INT can provide rich meta info such as description. sysctl net.link.vxlan will also report current setting. MFC after: 1 week # kldload if_vxlan # sysctl net.link.vxlan net.link.vxlan.legacy_port: 0 net.link.vxlan.reuse_port: 0
Diff Detail
|