freebsd-dev/sbin/ipfw
Bjoern A. Zeeb 8a006adb24 Add support for IPv6 to ipfw fwd:
Distinguish IPv4 and IPv6 addresses and optional port numbers in
user space to set the option for the correct protocol family.
Add support in the kernel for carrying the new IPv6 destination
address and port.
Add support to TCP and UDP for IPv6 and fix UDP IPv4 to not change
the address in the IP header.
Add support for IPv6 forwarding to a non-local destination.
Add a regession test uitilizing VIMAGE to check all 20 possible
combinations I could think of.

Obtained from:	David Dolson at Sandvine Incorporated
		(original version for ipfw fwd IPv6 support)
Sponsored by:	Sandvine Incorporated
PR:		bin/117214
MFC after:	4 weeks
Approved by:	re (kib)
2011-08-20 17:05:11 +00:00
..
altq.c Whitespace fixes. 2011-04-18 21:18:22 +00:00
dummynet.c More whitespace fixes. 2011-04-18 22:09:03 +00:00
ipfw2.c Add support for IPv6 to ipfw fwd: 2011-08-20 17:05:11 +00:00
ipfw2.h Add new rule actions "call" and "return" to ipfw. They make 2011-06-29 10:06:58 +00:00
ipfw.8 Add support for IPv6 to ipfw fwd: 2011-08-20 17:05:11 +00:00
ipv6.c Whitespace fixes. 2011-04-18 21:18:22 +00:00
main.c Improve error reporting. Use corresponding error message when file to be 2011-06-29 06:45:44 +00:00
Makefile add back DPADD (removed by mistake in a previous commit) 2010-03-08 14:43:55 +00:00
nat.c Actually, if code had followed style(9), there would be less stupid errors 2011-06-24 12:55:16 +00:00