projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bcm63xx: add initial support for bcm6368 boards
[openwrt.git]
/
package
/
6to4
/
files
/
6to4.hotplug
diff --git
a/package/6to4/files/6to4.hotplug
b/package/6to4/files/6to4.hotplug
index
037abd4
..
202a3c7
100644
(file)
--- a/
package/6to4/files/6to4.hotplug
+++ b/
package/6to4/files/6to4.hotplug
@@
-3,6
+3,9
@@
if [ "$ACTION" = ifup ]; then
. /etc/functions.sh
if [ "$ACTION" = ifup ]; then
. /etc/functions.sh
+ INCLUDE_ONLY=1
+ . /lib/netifd/proto/6to4.sh
+
include /lib/network
scan_interfaces
include /lib/network
scan_interfaces
@@
-19,10
+22,7
@@
if [ "$ACTION" = ifup ]; then
local wanip=$(find_6to4_wanip "$wandev")
local wanip=$(find_6to4_wanip "$wandev")
- [ -n "$wanip" ] && {
- uci_set_state network "$cfg" ipaddr "$wanip"
- ( ifup "$cfg" )&
- }
+ [ -n "$wanip" ] && ifup "$cfg"
}
config_foreach update_tunnel interface
}
config_foreach update_tunnel interface
This page took
0.019567 seconds
and
4
git commands to generate.