]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement the final missing sysctls by moving ipf_auth_softc_t from
authorcy <cy@FreeBSD.org>
Mon, 7 Apr 2014 19:32:56 +0000 (19:32 +0000)
committercy <cy@FreeBSD.org>
Mon, 7 Apr 2014 19:32:56 +0000 (19:32 +0000)
commit9705e55d4b6cdcd50c38161893787f74f8403d90
treeb9c46fcbfa7b42a1fbba1eff48b4535c19e7594d
parent1c421a45643212ad55dce5954f552855698fc84a
Implement the final missing sysctls by moving ipf_auth_softc_t from
ip_auth.c to ip_auth.h. ip_frag_soft_t moves from ip_frag.c to
ip_frag.h. mlfk_ipl.c creates sysctl MIBs that reference control blocks
that are dynamically created when IP Filter is loaded. This necessitated
creating them on-the-fly rather than statically at compile time.

Approved by: glebius (mentor)
sys/contrib/ipfilter/netinet/ip_auth.c
sys/contrib/ipfilter/netinet/ip_auth.h
sys/contrib/ipfilter/netinet/ip_frag.c
sys/contrib/ipfilter/netinet/ip_frag.h
sys/contrib/ipfilter/netinet/mlfk_ipl.c