1
0
Fork 0
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:
Ycarus 2018-08-13 22:39:27 +02:00
parent 2e378d62d4
commit 2353064758

View file

@ -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() {