Restore IPACCT out there..
This commit is contained in:
parent
68543a5e75
commit
dbb6d219cb
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user