# Additional command line parameters for SNORT:
#
# INTERFACES=any
#    for all interfaces or list (comma separated):
# INTERFACES=ppp0,eth0,eth1...
#
# Additional parameters for all interfaces:
# ADDPARAMS_any="-A fast -b -d -D"
#    or additional parameters for interfaces ppp0, eth0, eth1:
# ADDPARAMS_ppp0="-A fast -b -d -D -c /etc/snort/snort-ppp0.conf"
# ADDPARAMS_eth0="-A fast -b -d -D -c /etc/snort/snort-eth0.conf"
# ADDPARAMS_eth1="-A fast -b -d -D -c /etc/snort/snort-eth1.conf"
#    
INTERFACES=any
ADDPARAMS_any="-A fast -b -d -D -c /etc/snort/snort.conf"
