]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
divert(4): do not depend on ipfw(4)
authorGleb Smirnoff <glebius@FreeBSD.org>
Wed, 7 Sep 2022 03:54:57 +0000 (20:54 -0700)
committerGleb Smirnoff <glebius@FreeBSD.org>
Wed, 7 Sep 2022 03:54:57 +0000 (20:54 -0700)
commitaa74cc6d6f995f3ede4969ae5e0a0329d02754b4
treeb0a36caaa1d470dc89daf7aa16b772332802f524
parent999c9fd7339d59196b538049db0953d3010cb142
divert(4): do not depend on ipfw(4)

Although originally socket was intended to use with ipfw(4) only, now
it also can be used with pf(4).  On a kernel without packet filters,
it still can be used to inject traffic.
sys/conf/files
sys/modules/Makefile
sys/netinet/ip_divert.c