cvs commit: src/sys/netinet ip_fw.h ip_fw2.c
Roman Kurakin
rik at FreeBSD.org
Sat Sep 6 16:47:19 UTC 2008
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
More information about the cvs-src
mailing list