kernel: netsupport: replace insmod by modprobe
Replace insmod by modprobe in TEQL hotplug script Signed-off-by: Manas Sambhus <manas.sambhus+github@gmail.com>
This commit is contained in:
committed by
Christian Marangi
parent
db0c0a31d8
commit
4cc7011da0
@@ -12,7 +12,7 @@ config_get teql $INTERFACE teql
|
|||||||
|
|
||||||
if [ "$teql" != "" ]; then
|
if [ "$teql" != "" ]; then
|
||||||
logger Adding device $DEVICE to TEQL master $teql
|
logger Adding device $DEVICE to TEQL master $teql
|
||||||
insmod sch_teql
|
modprobe sch_teql
|
||||||
tc qdisc add dev $DEVICE root $teql
|
tc qdisc add dev $DEVICE root $teql
|
||||||
|
|
||||||
# The kernel doesn't let us bring it up until it has at least one
|
# The kernel doesn't let us bring it up until it has at least one
|
||||||
|
|||||||
Reference in New Issue
Block a user