Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Mar 4, 2024
1 parent 07b7ae3 commit 23ce6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mptcp/files/etc/init.d/mptcp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ interface_macaddr_count() {

interface_max_metric() {
local config="$1"
if [ "$1" != "omrvpn" ] && [ "$1" != "omr6in4" ]; then
if [ "$1" != "omrvpn" ] && [ "$1" != "omr6in4" ] && [ "$1" != "lan" ]; then
config_get metric "$config" metric
if [ "$metric" = "$count" ]; then
count=$((count+1))
Expand Down

0 comments on commit 23ce6c0

Please sign in to comment.