K 10 svn:author V 2 ae K 8 svn:date V 27 2011-05-03T05:09:02.049915Z K 7 svn:log V 384 MFC r220831: ipdn_bound_var() function 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 END