mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
softflowd: add '-b' option to config
- add '-b' option to enable bidirectional flow probing Signed-off-by: Rafal Macyszyn <rafal@v92.pl>
This commit is contained in:
committed by
Rafal Macyszyn
parent
4d9ec853be
commit
80b15f0b9e
@@ -44,6 +44,7 @@ start_instance() {
|
||||
append_string "$section" 'tracking_level' '-T'
|
||||
append_string "$section" 'sampling_rate' '-s'
|
||||
append_bool "$section" track_ipv6 '-6'
|
||||
append_bool "$section" bidirectional '-b'
|
||||
|
||||
procd_open_instance
|
||||
procd_set_param command /usr/sbin/softflowd -d $args${pid_file:+ -p $pid_file} "$filter"
|
||||
|
||||
Reference in New Issue
Block a user