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
exit 1
fi
echo -n " netsim scheduler... "
if grep -q 'tc_netsim_qopt' $PKT_SCHED
echo -n " netem scheduler... "
if grep -q 'tc_netem_qopt' $PKT_SCHED
then
echo "TC_CONFIG_NETSIM = y" >>Config
echo "TC_CONFIG_NETEM = y" >>Config
echo y
else
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