diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-04 16:28:27 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-04 16:28:27 -0400 |
commit | 46ba3729b4bbf7dd321fc3555677a66c67f4c784 (patch) | |
tree | d09cafaffff387f721204bc4cee0103da5f51b43 /config/suricata/suricata_yaml_template.inc | |
parent | 2c4435fa4db6a4d24d7faf0b4cdbd7cde8d73089 (diff) | |
download | pfsense-packages-46ba3729b4bbf7dd321fc3555677a66c67f4c784.tar.gz pfsense-packages-46ba3729b4bbf7dd321fc3555677a66c67f4c784.tar.bz2 pfsense-packages-46ba3729b4bbf7dd321fc3555677a66c67f4c784.zip |
Add new GUI control for setting interface promisc mode on/off.
Diffstat (limited to 'config/suricata/suricata_yaml_template.inc')
-rw-r--r-- | config/suricata/suricata_yaml_template.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/suricata/suricata_yaml_template.inc b/config/suricata/suricata_yaml_template.inc index e75a1148..82c449d3 100644 --- a/config/suricata/suricata_yaml_template.inc +++ b/config/suricata/suricata_yaml_template.inc @@ -256,6 +256,7 @@ logging: pcap: - interface: {$if_real} checksum-checks: auto + promisc: {$intf_promisc_mode} # For FreeBSD ipfw(8) divert(4) support. # ipfw add 100 divert 8000 ip from any to any |