]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ifnet: make V_if_index static to if.c
authorGleb Smirnoff <glebius@FreeBSD.org>
Sat, 4 Dec 2021 17:49:36 +0000 (09:49 -0800)
committerGleb Smirnoff <glebius@FreeBSD.org>
Mon, 6 Dec 2021 17:32:31 +0000 (09:32 -0800)
commit7e0bba4d8083b6fac71180681b51aee9ed5fb664
tree874f7225b324faffc7fff75006b29b258c7d166b
parentd74b7baeb0d419fce46994075b6ccf944a0fae9a
ifnet: make V_if_index static to if.c

This requires moving net.link.generic sysctl declaration from if_mib.c
to if.c.  Ideally if_mib.c needs just to be merged to if.c, but they
have different license texts.

Differential revision: https://reviews.freebsd.org/D33263
sys/net/if.c
sys/net/if_mib.c
sys/net/if_var.h