Date: Sat, 6 Sep 2008 16:47:07 +0000 (UTC) From: Roman Kurakin <rik@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c Message-ID: <200809061647.m86GlJea029171@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rik 2008-09-06 16:47:07 UTC FreeBSD src repository Modified files: sys/netinet ip_fw.h ip_fw2.c Log: SVN rev 182818 on 2008-09-06 16:47:07Z by rik Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not only the default rule number but also the maximum rule number. User space software such as ipfw and natd should be aware of its value. The software that already includes ip_fw.h should use the defined value. All other a expected to use sysctl (as discussed on net@). MFC after: 5 days. Discussed on: net@ Revision Changes Path 1.115 +5 -0 src/sys/netinet/ip_fw.h 1.192 +2 -1 src/sys/netinet/ip_fw2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809061647.m86GlJea029171>