mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Bro Module - Fix default interface
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{%- set interface = salt['pillar.get']('sensor:interface', '') %}
|
||||
{%- set interface = salt['pillar.get']('sensor:interface', 'bond0') %}
|
||||
|
||||
{%- if salt['pillar.get']('sensor:bro_pins') or salt['pillar.get']('sensor:bro_lbprocs') %}
|
||||
{%- if salt['pillar.get']('sensor:bro_proxies') %}
|
||||
|
||||
Reference in New Issue
Block a user