freebsd-dev/sbin/ipfw
Alexander V. Chernikov d6164b77f8 Make ipfw_nat module use IP_FW3 codes.
Kernel changes:
* Split kernel/userland nat structures eliminating IPFW_INTERNAL hack.
* Add IP_FW_NAT44_* codes resemblin old ones.
* Assume that instances can be named (no kernel support currently).
* Use both UH+WLOCK locks for all configuration changes.
* Provide full ABI support for old sockopts.

Userland changes:
* Use IP_FW_NAT44_* codes for nat operations.
* Remove undocumented ability to show ranges of nat "log" entries.
2014-09-07 18:30:29 +00:00
..
altq.c Suppord showing named tables in ipfw(8) rule listing. 2014-06-28 23:20:24 +00:00
dummynet.c Suppord showing named tables in ipfw(8) rule listing. 2014-06-28 23:20:24 +00:00
ipfw2.c Return setsockopt() directly. 2014-09-05 13:56:05 +00:00
ipfw2.h Add support for multi-field values inside ipfw tables. 2014-08-31 23:51:09 +00:00
ipfw.8 Replace "cidr" table type with "addr" type. 2014-08-14 21:43:20 +00:00
ipv6.c Move one step further towards libipfw: convert show_static_rule() to 2014-08-12 19:56:26 +00:00
main.c * Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd. 2014-08-03 16:22:14 +00:00
Makefile Move further to eliminate next pieces of number-assuming code inside tables. 2014-06-14 22:47:25 +00:00
nat.c Make ipfw_nat module use IP_FW3 codes. 2014-09-07 18:30:29 +00:00
tables.c Change copyrights to the proper one. 2014-09-05 14:19:02 +00:00