kernel: fq_codel: dont reinit flow state
[openwrt/staging/stintel.git] / package / relayd / files / relay.hotplug
index b992fca08c8da8dd5441168431cb5deb4305278a..afffbfeab893f3e546f196e0a1699ea90d961a70 100644 (file)
@@ -1,36 +1,2 @@
 #!/bin/sh
-
-# Break recursion
-[ "$PROTO" = "relay" ] && exit 0
-
-include /lib/network
-scan_interfaces
-
-restart_relayd() {
-       local cfg="$1"
-       
-       local proto
-       config_get proto "$1" proto
-       [ "$proto" = "relay" ] || return 0
-
-       local net networks
-       config_get networks "$cfg" network
-       for net in $networks; do
-               [ "$net" = "$INTERFACE" ] && {
-                       env -i /sbin/ifup "$cfg" &
-                       return 0
-               }
-       done
-
-       local ifn ifnames
-       config_get ifnames "$cfg" ifname
-       for ifn in $ifnames; do
-               [ "$ifn" = "$DEVICE" ] && {
-                       env -i /sbin/ifup "$cfg" &
-                       return 0
-               }
-       done
-}
-
-config_foreach restart_relayd interface
-
+/etc/init.d/relayd enabled && /etc/init.d/relayd start