projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6133d5a
)
mwan3: fix tab
author
Florian Eckert
<fe@dev.tdt.de>
Tue, 8 Dec 2020 13:46:07 +0000
(14:46 +0100)
committer
Florian Eckert
<fe@dev.tdt.de>
Tue, 22 Dec 2020 07:38:30 +0000
(08:38 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/mwan3/files/lib/mwan3/mwan3.sh
patch
|
blob
|
history
diff --git
a/net/mwan3/files/lib/mwan3/mwan3.sh
b/net/mwan3/files/lib/mwan3/mwan3.sh
index 6821b850322711d05fadd935e9b396c7cf419b47..b99f2823181e37373a058ca71d8dfa80a38d8afb 100644
(file)
--- a/
net/mwan3/files/lib/mwan3/mwan3.sh
+++ b/
net/mwan3/files/lib/mwan3/mwan3.sh
@@
-79,7
+79,7
@@
mwan3_route_line_dev()
unset "$1"
[ -z "$route_device" ] && return
- curr_table=$(eval "echo
\"\$mwan3_dev_tbl_${route_family}\"")
+ curr_table=$(eval "echo \"\$mwan3_dev_tbl_${route_family}\"")
for entry in $curr_table; do
if [ "${entry%%=*}" = "$route_device" ]; then
_tid=${entry##*=}