diff --git a/luci-app-omr-bypass/root/etc/init.d/omr-bypass b/luci-app-omr-bypass/root/etc/init.d/omr-bypass index 6c630a4a4..4bca46eb7 100755 --- a/luci-app-omr-bypass/root/etc/init.d/omr-bypass +++ b/luci-app-omr-bypass/root/etc/init.d/omr-bypass @@ -89,7 +89,7 @@ _intf_rule() { create omr_rules6_dst_bypass_$intf hash:net family inet6 hashsize 64 EOF ip rule add prio 1 fwmark 0x539$count lookup $count > /dev/null 2>&1 - ip -6 rule add prio 1 fwmark 0x6539$count lookup $count > /dev/null 2>&1 + ip -6 rule add prio 1 fwmark 0x6539$count lookup 6$count > /dev/null 2>&1 if [ "$(iptables -w 40 -t mangle -L | grep omr_rules_dst_bypass_$intf)" = "" ]; then iptables-restore --wait=60 --noflush <<-EOF *mangle @@ -98,7 +98,6 @@ _intf_rule() { EOF fi if [ "$(iptables -w 40 -t nat -L | grep ss_rules_pre_src)" != "" ] && [ "$(iptables -w 40 -t nat -L | grep omr_rules_dst_bypass_$intf)" = "" ]; then - echo "add nat rules..." iptables-restore --wait=60 --noflush <<-EOF *nat -I ss_rules_dst 1 -m set --match-set omr_rules_dst_bypass_$intf dst -j RETURN @@ -163,7 +162,7 @@ start_service() { /etc/init.d/dnsmasq reload ip rule add prio 1 fwmark 0x539 lookup 991337 > /dev/null 2>&1 - ip -6 rule add prio 1 fwmark 0x6539 lookup 991337 > /dev/null 2>&1 + ip -6 rule add prio 1 fwmark 0x6539 lookup 6991337 > /dev/null 2>&1 if [ "$(iptables -w 40 -t mangle -L | grep 'match-set omr_rules_dst_bypass_all dst MARK set')" = "" ]; then iptables-restore --wait=60 --noflush <<-EOF