]> git.99rst.org Git - openwrt-packages.git/commitdiff
mwan3: add log message if l3 interface is not up
authorFlorian Eckert <redacted>
Tue, 9 Jun 2026 11:38:00 +0000 (13:38 +0200)
committerFlorian Eckert <redacted>
Tue, 7 Jul 2026 06:03:02 +0000 (08:03 +0200)
Add log message.

Signed-off-by: Florian Eckert <redacted>
net/mwan3/files/lib/mwan3/mwan3.sh

index 8858f9312181f8487f909bae3080c478890601be..7865fcf380aa9111b8be99eeee85be7b852589f4 100644 (file)
@@ -1055,6 +1055,8 @@ mwan3_ifup()
        }
 
        if [ "$up" != "1" ] || [ -z "$l3_device" ]; then
+               echo "The network interace '${interface}' is not up."
+               echo "Please execute 'ifup ${interface}' first."
                return
        fi
 
git clone https://git.99rst.org/PROJECT