From 9fa93bfd56c15f81e6a2f6c8797528475eeff64a Mon Sep 17 00:00:00 2001 From: Ycarus Date: Sun, 14 Oct 2018 07:39:30 +0200 Subject: [PATCH] Add route table for all interface --- mptcp/files/etc/init.d/mptcp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mptcp/files/etc/init.d/mptcp b/mptcp/files/etc/init.d/mptcp index 815af4a03..ae7a604f8 100755 --- a/mptcp/files/etc/init.d/mptcp +++ b/mptcp/files/etc/init.d/mptcp @@ -53,11 +53,11 @@ interface_multipath_settings() { config_get mode "$config" multipath "off" [ "$mode" = "master" ] && mode="on" multipath "$iface" "$mode" - [ "$mode" = "off" ] && { - ip rule del table $id > /dev/null 2>&1 - ip route flush $id > /dev/null 2>&1 - return 1 - } + #[ "$mode" = "off" ] && { + # ip rule del table $id > /dev/null 2>&1 + # ip route flush $id > /dev/null 2>&1 + # return 1 + #} # IPv4 Updates: local ipaddr