freebsd-dev/sbin/ipfw
Andrey V. Elsukov db1102f213 Use IP_FW_NAT44_DESTROY opcode for IP_FW3 socket option to destroy
NAT instance.

The NAT44 group of opcodes for IP_FW3 socket option is modern way
to control NAT instances and this method can be used in future to
switch from numeric to named NAT instances, like was done for ipfw
tables.
The IP_FW_NAT_DEL opcode is the last remnant of old ipfw_ctl control
plane that doesn't support versioned operations. This interface will
be retired soon.

Reviewed by:	melifaro
MFC after:	10 days
Sponsored by:	Yandex LLC
2020-03-24 12:27:02 +00:00
..
altq.c
dummynet.c Use strlcat(). 2019-11-30 05:57:54 +00:00
ipfw2.c Use IP_FW_NAT44_DESTROY opcode for IP_FW3 socket option to destroy 2020-03-24 12:27:02 +00:00
ipfw2.h Use IP_FW_NAT44_DESTROY opcode for IP_FW3 socket option to destroy 2020-03-24 12:27:02 +00:00
ipfw.8 Add support for RFC 6598/Carrier Grade NAT subnets. to libalias and ipfw. 2020-01-24 20:35:41 +00:00
ipv6.c
main.c Add support for RFC 6598/Carrier Grade NAT subnets. to libalias and ipfw. 2020-01-24 20:35:41 +00:00
Makefile
Makefile.depend
nat64clat.c
nat64lsn.c
nat64stl.c
nat.c Use IP_FW_NAT44_DESTROY opcode for IP_FW3 socket option to destroy 2020-03-24 12:27:02 +00:00
nptv6.c
tables.c