freebsd-dev/sbin/ipfw
John Hay e7f2ec5364 Use bzero() to clear the whole ipfw_insn_icmp6 structure in fill_icmp6types(),
otherwise this command

ipfw add allow ipv6-icmp from any to 2002::1 icmp6types 1,2,128,129

turns into icmp6types 1,2,32,33,34,...94,95,128,129

PR:		102422 (part 1)
Submitted by:	Andrey V. Elsukov <bu7cher at yandex.ru>
MFC after:	5 days
2006-09-16 06:34:30 +00:00
..
ipfw2.c Use bzero() to clear the whole ipfw_insn_icmp6 structure in fill_icmp6types(), 2006-09-16 06:34:30 +00:00
ipfw.8 Fix typo. 2006-08-20 05:42:58 +00:00
Makefile Remove blindly-copied extra include path. 2004-10-03 06:32:37 +00:00