Commit 6202b4c1 authored by osdl.net!shemminger's avatar osdl.net!shemminger

netsim --> netem

(Logical change 1.43)
parent c6fe35d5
...@@ -13,10 +13,10 @@ then ...@@ -13,10 +13,10 @@ then
exit 1 exit 1
fi fi
echo -n " netsim scheduler... " echo -n " netem scheduler... "
if grep -q 'tc_netsim_qopt' $PKT_SCHED if grep -q 'tc_netem_qopt' $PKT_SCHED
then then
echo "TC_CONFIG_NETSIM = y" >>Config echo "TC_CONFIG_NETEM = y" >>Config
echo y echo y
else else
echo n echo n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment