]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move fw_one_pass from ip_fw2.c to ip_input.c so that neither
authorLuigi Rizzo <luigi@FreeBSD.org>
Wed, 20 Nov 2002 19:07:27 +0000 (19:07 +0000)
committerLuigi Rizzo <luigi@FreeBSD.org>
Wed, 20 Nov 2002 19:07:27 +0000 (19:07 +0000)
commit97850a5dd9c14361417fef688aed00fa6568c770
tree5dcb511575a14bf6a568df44e4233416ab5aa5e3
parent032dcc7680b14f7ce99a135b0df2c4bb48bfe458
Move fw_one_pass from ip_fw2.c to ip_input.c so that neither
bridge.c nor if_ethersubr.c depend on IPFIREWALL.
Restore the use of fw_one_pass in if_ethersubr.c

ipfw.8 will be updated with a separate commit.

Approved by: re
sys/net/if_ethersubr.c
sys/netinet/ip_fw2.c
sys/netinet/ip_input.c