freebsd-dev/sbin/ipfw
Luigi Rizzo f68f58e5eb print correctly commands of the form
ipfw add 100 allow ip from { 1.2.3.4 or 5.6.7.8 }

(note that the above example could be better written as

	ipfw add 100 allow dst-ip 1.2.3.4,5.6.7.8

Submitted by:	Riccardo Panicucci
2010-03-15 18:20:51 +00:00
..
altq.c Bring in the most recent version of ipfw and dummynet, developed 2010-03-02 17:40:48 +00:00
dummynet.c + implement (two lines) the kernel side of 'lookup dscp N' to use the 2010-03-15 17:14:27 +00:00
ipfw2.c print correctly commands of the form 2010-03-15 18:20:51 +00:00
ipfw2.h Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bits 2010-03-15 15:43:35 +00:00
ipfw.8 more documentation on new dummynet features. 2010-03-05 14:13:58 +00:00
ipv6.c Put nat and ipv6 support in their own files. 2009-01-27 12:01:30 +00:00
main.c reduce diffs with the cross-platform version (windows needs 2010-03-04 16:54:56 +00:00
Makefile add back DPADD (removed by mistake in a previous commit) 2010-03-08 14:43:55 +00:00
nat.c remove some signed/unsigned and one const/!const warning 2009-03-05 08:01:58 +00:00