0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-07 09:19:51 +00:00
packages/net/softflowd/files/softflowd.config
Rafal Macyszyn 80b15f0b9e softflowd: add '-b' option to config
- add '-b' option to enable bidirectional flow probing

Signed-off-by: Rafal Macyszyn <rafal@v92.pl>
2024-04-11 21:54:28 +02:00

17 lines
472 B
Plaintext

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 bidirectional '0'
option sampling_rate '100'
option filter ''