netsim --> netem

(Logical change 1.43)
This commit is contained in:
osdl.net!shemminger 2004-07-01 22:22:10 +00:00
parent c6fe35d5b3
commit 6202b4c185
1 changed files with 3 additions and 3 deletions

6
configure vendored
View File

@ -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