projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] 6in4: automatically determine wan interface in hotplug events
[openwrt.git]
/
package
/
6in4
/
files
/
6in4.hotplug
diff --git
a/package/6in4/files/6in4.hotplug
b/package/6in4/files/6in4.hotplug
index
0a196c2
..
96b046d
100644
(file)
--- a/
package/6in4/files/6in4.hotplug
+++ b/
package/6in4/files/6in4.hotplug
@@
-14,7
+14,7
@@
if [ "$ACTION" = ifup ]; then
[ "$proto" = 6in4 ] || return 0
local wandev
- config_get wandev "$cfg" wan_device
+ config_get wandev "$cfg" wan_device
"$(find_6in4_wanif)"
[ "$wandev" = "$DEVICE" ] || return 0
local oldip
This page took
0.021934 seconds
and
4
git commands to generate.