]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r343704:
authorCy Schubert <cy@FreeBSD.org>
Wed, 6 Mar 2019 02:46:18 +0000 (02:46 +0000)
committerCy Schubert <cy@FreeBSD.org>
Wed, 6 Mar 2019 02:46:18 +0000 (02:46 +0000)
commitb0627df0a17311396af8dcb5b19b286f99c85cf3
tree420d8e92565b04facea7289e2f1a41288eed93fa
parent6cf48cba2b45fbbe4dc9755f19bde5985dd755c0
MFC r343704:

Kernel module shim sources have no business being in the userland
build directory, especially those for other operating systems.
The kernel module shims for other operating systems are hereby removed.
The kernel module shim for FreeBSD, mlfk_ipl.c, is already in
sys/contrib/ipfilter/netinet. The one here is never used and should
not be in the userland build directory either.

mlfk_rule.c isn't used either however we will keep it in case someone
wishes to use this shim to load rules via a kernel module, handy for
embedded. In that case it should be copied to
sys/contrib/ipfilter/netinet and a Makefile created to employ it.
(Probably a useful documentation project when time permits.)
12 files changed:
contrib/ipfilter/ml_ipl.c [deleted file]
contrib/ipfilter/mlf_ipl.c [deleted file]
contrib/ipfilter/mlf_rule.c [deleted file]
contrib/ipfilter/mlfk_ipl.c [deleted file]
contrib/ipfilter/mlh_rule.c [deleted file]
contrib/ipfilter/mln_ipl.c [deleted file]
contrib/ipfilter/mln_rule.c [deleted file]
contrib/ipfilter/mlo_ipl.c [deleted file]
contrib/ipfilter/mlo_rule.c [deleted file]
contrib/ipfilter/mls_ipl.c [deleted file]
contrib/ipfilter/mls_rule.c [deleted file]
contrib/ipfilter/mlso_rule.c [deleted file]