diff options
author | Ugen J.S. Antsilevich <ugen@FreeBSD.org> | 1995-03-06 10:33:34 +0000 |
---|---|---|
committer | Ugen J.S. Antsilevich <ugen@FreeBSD.org> | 1995-03-06 10:33:34 +0000 |
commit | 7332d95a9842c1d788135a8793614c40afc764f8 (patch) | |
tree | ce34fed1cd1dd37d192c3daf794505e29fcd00c3 /sys/conf | |
parent | ffa717dd365158794ecb32cd11552681100e1a86 (diff) | |
download | src-7332d95a9842c1d788135a8793614c40afc764f8.tar.gz src-7332d95a9842c1d788135a8793614c40afc764f8.zip |
Restore IPACCT out there..
Notes
Notes:
svn path=/head/; revision=6932
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 957b22d5471b..607b655c17c9 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.150 1995/03/04 21:09:21 jkh Exp $ +# $Id: LINT,v 1.151 1995/03/05 22:23:35 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -187,6 +187,7 @@ options HDLC #X.25 link layer for serial lines # IPFIREWALL enables support for IP firewall construction, in # conjunction with the `ipfw' program. IPFIREWALL_VERBOSE does # the obvious thing. +# IPACCT enables IP accounting. # # ARP_PROXYALL enables global proxy ARP. Beware! This can burn # your house down! See netinet/if_ether.c for the gory details. @@ -197,6 +198,7 @@ options GATEWAY #internetwork gateway options MROUTING # Multicast routing options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about +options IPACCT #ipaccounting # dropped packets options ARP_PROXYALL # global proxy ARP |