mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Workaround still needed when IPv6 is used
This commit is contained in:
parent
2e378d62d4
commit
2353064758
1 changed files with 3 additions and 3 deletions
|
@ -118,9 +118,9 @@ start_service() {
|
||||||
global_multipath_settings
|
global_multipath_settings
|
||||||
config_load network
|
config_load network
|
||||||
config_foreach interface_multipath_settings interface $intf
|
config_foreach interface_multipath_settings interface $intf
|
||||||
#[ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && {
|
[ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && [ "$(sysctl -n net.ipv6.conf.all.disable_ipv6 | tr -d '\n')" = "0" ] && {
|
||||||
# ethtool --offload eth0 rx off tx off
|
ethtool --offload eth0 rx off tx off
|
||||||
#}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
reload_service() {
|
reload_service() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue