freebsd-dev/sbin/ipfw
Gleb Smirnoff ce97208218 - Fix my braino in the 220835, when I used strtok(). It isn't
applicable here, since modifies the string. Switch to strchr().
- Restore support for undocumented optional parameters of
  redir_port and redir_proto, that were disabled in 220835.
- While here, change !isalpha() checks on optinal parameters
  for isdigit().

Submitted by:	Alexander V. Chernikov <melifaro ipfw.ru>
PR:		kern/143653
2011-06-17 12:12:52 +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 Implement "global" mode for ipfw nat. It is similar to natd(8) 2011-06-14 13:35:24 +00:00
ipfw2.h Implement "global" mode for ipfw nat. It is similar to natd(8) 2011-06-14 13:35:24 +00:00
ipfw.8 Implement "global" mode for ipfw nat. It is similar to natd(8) 2011-06-14 13:35:24 +00:00
ipv6.c Whitespace fixes. 2011-04-18 21:18:22 +00:00
main.c Initialize co.use_set variable before parsing each new rule. 2011-06-06 11:10:38 +00:00
Makefile add back DPADD (removed by mistake in a previous commit) 2010-03-08 14:43:55 +00:00
nat.c - Fix my braino in the 220835, when I used strtok(). It isn't 2011-06-17 12:12:52 +00:00