packages/net/softflowd/files/softflowd.config
Jesus Fernandez Manzano faf414d0ea softflowd: add traffic capture filter
softflowd can filter the traffic with an optional bpf program,
specified on the command-line as a BPF expression

Signed-off-by: Jesus Fernandez Manzano <jesus.manzano@galgus.net>
2022-05-16 19:32:09 -07:00

15 lines
445 B
Text

config softflowd
option enabled '0'
option interface 'br-lan'
option pcap_file ''
option timeout ''
option max_flows '8192'
option host_port ''
option pid_file '/var/run/softflowd.pid'
option control_socket '/var/run/softflowd.ctl'
option export_version '5'
option hoplimit ''
option tracking_level 'full'
option track_ipv6 '0'
option sampling_rate '100'
option filter ''