mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
This commit is contained in:
parent
07b7ae39da
commit
23ce6c02e7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ interface_macaddr_count() {
|
||||||
|
|
||||||
interface_max_metric() {
|
interface_max_metric() {
|
||||||
local config="$1"
|
local config="$1"
|
||||||
if [ "$1" != "omrvpn" ] && [ "$1" != "omr6in4" ]; then
|
if [ "$1" != "omrvpn" ] && [ "$1" != "omr6in4" ] && [ "$1" != "lan" ]; then
|
||||||
config_get metric "$config" metric
|
config_get metric "$config" metric
|
||||||
if [ "$metric" = "$count" ]; then
|
if [ "$metric" = "$count" ]; then
|
||||||
count=$((count+1))
|
count=$((count+1))
|
||||||
|
|
Loading…
Reference in a new issue