]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Add more flags to ip_fw_args. At this changeset only IPFW_ARGS_IN and
authorglebius <glebius@FreeBSD.org>
Thu, 14 Mar 2019 22:28:50 +0000 (22:28 +0000)
committerglebius <glebius@FreeBSD.org>
Thu, 14 Mar 2019 22:28:50 +0000 (22:28 +0000)
commitd751747546b5584bb94a4e5ac14aaa6b2b95224e
tree686d5da9e9b6e0b181cb52ce05321944a3265a36
parent25a76c36188fc3b4e4ef0877c1b06eb22573333f
- Add more flags to ip_fw_args. At this changeset only IPFW_ARGS_IN and
  IPFW_ARGS_OUT are utilized. They are intented to substitute the "dir"
  parameter that is often passes together with args.
- Rename ip_fw_args.oif to ifp and now it is set to either input or
  output interface, depending on IPFW_ARGS_IN/OUT bit set.
sys/netpfil/ipfw/ip_dn_io.c
sys/netpfil/ipfw/ip_fw2.c
sys/netpfil/ipfw/ip_fw_dynamic.c
sys/netpfil/ipfw/ip_fw_log.c
sys/netpfil/ipfw/ip_fw_nat.c
sys/netpfil/ipfw/ip_fw_pfil.c
sys/netpfil/ipfw/ip_fw_private.h