Actions
Support #2666
closedadd BPF filter from /etc/init.d/suricata to /etc/suricata/suricata.yaml
Status:
Closed
Priority:
Normal
Assignee:
-
Affected Versions:
Label:
Description
hello,
I have a bpf filter in /etc/init.d/suricata
SURICATA_OPTIONS=" -c $SURCONF --pidfile $PIDFILE $LISTEN_OPTIONS -D -vvv $USER_SWITCH not proto 47
but I don't want to modify the init.d file, so I want to move this filter "not proto 47" in /etc/suricata/suricata.yaml
It is possible ?
Thanks
Updated by Victor Julien about 6 years ago
Yes, you can add it in the yaml to the interface config. Most likely af-packet in your case, so it would go here https://github.com/OISF/suricata/blob/master/suricata.yaml.in#L692
Updated by Victor Julien about 6 years ago
- Tracker changed from Feature to Support
Actions