This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
net/mwan3: change logging output on hotplug interface event
Change logging output on hotplug interface event Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
8 years ago
parent
a7a2464d9e
commit
9df6e9dd98
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/mwan3/files/etc/hotplug.d/iface/15-mwan3
+ 1
- 1
net/mwan3/files/etc/hotplug.d/iface/15-mwan3
View File
@ -43,7 +43,7 @@ if [ "$ACTION" == "ifup" ]; then
fi
mwan3_lock
$LOG notice "$ACTION interface $INTERFACE (${DEVICE:-unknown})"
$LOG notice "
Execute "
$ACTION
" event on
interface $INTERFACE (${DEVICE:-unknown})"
case "$ACTION" in
ifup)
Write
Preview
Loading…
Cancel
Save