- Timestamp:
- 02/17/11 20:17:01 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/applications/luci-splash/root/etc/init.d/luci_splash
r6346 r6915 9 9 IPT_REPLAY=/var/run/luci_splash.iptlog 10 10 LOCK=/var/run/luci_splash.lock 11 12 include /lib/network13 scan_interfaces14 config_load luci_splash15 11 16 12 silent() { … … 168 164 lock -w $LOCK && lock $LOCK 169 165 166 include /lib/network 167 scan_interfaces 168 config_load luci_splash 169 170 170 ### Find QoS limits 171 171 config_get LIMIT_UP general limit_up … … 241 241 lock -w $LOCK && lock $LOCK 242 242 243 include /lib/network 244 scan_interfaces 245 config_load luci_splash 246 243 247 ### Clear interface rules 244 248 config_foreach iface_del iface
