From: Florian Eckert Date: Tue, 9 Jun 2026 11:38:00 +0000 (+0200) Subject: mwan3: add log message if l3 interface is not up X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=583036ad176d643d0d108600797c87558da26b4c;p=openwrt-packages.git mwan3: add log message if l3 interface is not up Add log message. Signed-off-by: Florian Eckert --- diff --git a/net/mwan3/files/lib/mwan3/mwan3.sh b/net/mwan3/files/lib/mwan3/mwan3.sh index 8858f9312..7865fcf38 100644 --- a/net/mwan3/files/lib/mwan3/mwan3.sh +++ b/net/mwan3/files/lib/mwan3/mwan3.sh @@ -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