]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339542:
authorae <ae@FreeBSD.org>
Sun, 14 Apr 2019 12:28:41 +0000 (12:28 +0000)
committerae <ae@FreeBSD.org>
Sun, 14 Apr 2019 12:28:41 +0000 (12:28 +0000)
commit8fc199b638209da698723ee47c026ea73c8f5b62
treedd7402c6af334d7c5333476f9f035fecec819e0d
parentaaa91fc601be9f80bdd23a530b29a87c46cf00e1
MFC r339542:
  Retire IPFIREWALL_NAT64_DIRECT_OUTPUT kernel option. And add ability
  to switch the output method in run-time. Also document some sysctl
  variables that can by changed for NAT64 module.

  NAT64 had compile time option IPFIREWALL_NAT64_DIRECT_OUTPUT to use
  if_output directly from nat64 module. By default is used netisr based
  output method. Now both methods can be used, but they require different
  handling by rules.

  Obtained from: Yandex LLC
  Sponsored by: Yandex LLC
  Differential Revision: https://reviews.freebsd.org/D16647
sbin/ipfw/ipfw.8
sys/conf/options
sys/modules/ipfw_nat64/Makefile
sys/netpfil/ipfw/nat64/ip_fw_nat64.c
sys/netpfil/ipfw/nat64/nat64_translate.c
sys/netpfil/ipfw/nat64/nat64_translate.h