mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
use ICMP echo instead of ICMP timestamp for sqm autorate
This commit is contained in:
parent
2c80e11f87
commit
58699fa807
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ log_file_export_compress=1 # compress log file exports using gzip and append .gz
|
|||
# the firewall mark.
|
||||
# WARNING: no error checking so use at own risk!
|
||||
#ping_extra_args="-B -I ${INTERFACE}"
|
||||
ping_extra_args="-i ${ul_if}"
|
||||
ping_extra_args="-i ${ul_if} -e"
|
||||
|
||||
# a wrapper for ping binary - used as a prefix for the real command
|
||||
# e.g., when using mwan3, it is recommended to set it like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue