HomeFreeBSD

if_vxlan(4): Prefer SYSCTL_INT over TUNABLE_INT

Description

if_vxlan(4): Prefer SYSCTL_INT over TUNABLE_INT

This driver does not need to retrieve those tunable during early boot.
Meanwhile SYSCTL_INT can provide rich info such as description.
Also sysctl net.link.vxlan.[legacy_port|reuse_port] can report the
current settings.

MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D48621

(cherry picked from commit 92632371b360010709fad60146f1aee0b8b99776)

Details

Provenance
zleiAuthored on Mon, Jan 27, 3:54 PM
Differential Revision
D48621: if_vxlan(4): Prefer SYSCTL_INT over TUNABLE_INT
Parents
rGe2b6e11583eb: if_vxlan(4): Use static initializers
Branches
Unknown
Tags
Unknown