netifd: Fix nested protocols going offline at reload + various route issues

Much thanks to Hans Dedecker

SVN-Revision: 40746
This commit is contained in:
Steven Barth
2014-05-09 13:55:34 +00:00
parent cc80c11538
commit 0c06d76c79
2 changed files with 2 additions and 4 deletions

View File

@@ -92,7 +92,6 @@ setup_interface () {
[ -n "$IFACE_DSLITE_DELEGATE" ] && json_add_boolean delegate "$IFACE_DSLITE_DELEGATE"
json_close_object
ubus call network add_dynamic "$(json_dump)"
ifup "$IFACE_DSLITE"
fi
MAPTYPE=""
@@ -121,7 +120,6 @@ setup_interface () {
[ -n "$IFACE_MAP_DELEGATE" ] && json_add_boolean delegate "$IFACE_MAP_DELEGATE"
json_close_object
ubus call network add_dynamic "$(json_dump)"
ifup "$IFACE_MAP"
fi
# TODO: $SNTP_IP $SIP_IP $SNTP_FQDN $SIP_DOMAIN