2
0
forked from Ivasoft/openwrt

package/base-files: change sysctl handling Move /etc/init.d/sysctl to index 00 and add hotplug script that applies interface specific sysctls for interfaces that only appear later - this allows to reliably configure per-interface parameters in sysctl.conf, e.g. to disable ipv6 autoconfig on a specific iface.

SVN-Revision: 36129
This commit is contained in:
Jo-Philipp Wich
2013-03-25 18:43:30 +00:00
parent b92e750027
commit acca7eadc4
3 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=99
START=0
start() {
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
}