freebsd-dev/sys/netinet/ipfw
Andrey V. Elsukov 8ad66025f6 ipdn_bound_var() functions is designed to bound a variable between
specified minimum and maximum. In case when specified default value
is out of bounds it does not work as expected and does not limit
variable. Check that default value is in range and limit it if needed.
Also bump max_hash_size value to 65536 to correspond with manual page.

PR:		kern/152887
MFC after:	2 weeks
2011-04-19 11:29:09 +00:00
..
test Add a priority-based packet scheduler. 2010-03-21 16:30:32 +00:00
dn_heap.c fix a comment and final empty line 2010-07-15 14:37:02 +00:00
dn_heap.h don't use C++ keywords as variable names 2010-03-08 11:27:08 +00:00
dn_sched_fifo.c Bring in the most recent version of ipfw and dummynet, developed 2010-03-02 17:40:48 +00:00
dn_sched_prio.c Add a priority-based packet scheduler. 2010-03-21 16:30:32 +00:00
dn_sched_qfq.c Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code: 2010-09-28 22:46:13 +00:00
dn_sched_rr.c whitespace fixes (trailing whitespace, bad indentation 2010-04-19 16:17:30 +00:00
dn_sched_wf2q.c whitespace changes in preparation for future commits 2010-09-29 09:40:20 +00:00
dn_sched.h whitespace changes in preparation for future commits 2010-09-29 09:40:20 +00:00
dummynet.txt Bring in the most recent version of ipfw and dummynet, developed 2010-03-02 17:40:48 +00:00
ip_dn_glue.c Fix malloc types. 2011-03-31 15:11:12 +00:00
ip_dn_io.c correct the 'output_time' of packets generated by dummynet. 2011-02-05 23:32:17 +00:00
ip_dn_private.h Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code: 2010-09-28 22:46:13 +00:00
ip_dummynet.c ipdn_bound_var() functions is designed to bound a variable between 2011-04-19 11:29:09 +00:00
ip_fw2.c Pullup up to TCP header length before matching against 'tcpopts'. 2011-04-18 18:22:10 +00:00
ip_fw_dynamic.c sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. 2011-01-12 19:53:50 +00:00
ip_fw_log.c o Some programs could send broadcast/multicast traffic to ipfw 2010-08-30 09:29:51 +00:00
ip_fw_nat.c LibAliasInit() should allocate memory with M_WAITOK flag. Modify it 2011-04-18 20:07:08 +00:00
ip_fw_pfil.c After some off-list discussion, revert a number of changes to the 2010-11-22 19:32:54 +00:00
ip_fw_private.h Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
ip_fw_sockopt.c The first customer of the SO_USER_COOKIE option: 2010-11-12 13:05:17 +00:00
ip_fw_table.c no need for ipfw_flush_tables(), we just need ipfw_destroy_tables() 2010-03-21 15:54:07 +00:00