]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339542:
authorae <ae@FreeBSD.org>
Sun, 18 Nov 2018 00:34:24 +0000 (00:34 +0000)
committerae <ae@FreeBSD.org>
Sun, 18 Nov 2018 00:34:24 +0000 (00:34 +0000)
commited5240da69f3f1010c907698f0a4e3ebf694212e
tree076463aae96c8d4cd7ce315372e7e297c6dbe82f
parentec097239f6e01d59e244ec6e4cdfb14995c1b72e
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