[RTnet-developers] can I use netem on rtnet?
Brought to you by:
bet-frogger,
kiszka
|
From: Li C. <lic...@gm...> - 2008-08-29 08:21:10
|
hi,jan:
I want to do a experiment on rtnet using netem and want to know that
how rtnet works when transmission error occurs. but after I setup rtnet,
I use:
#tc qdisc add dev rteth0 root netem delay 1ms
there is error message: can't find "rteth0" device.
I use strace to find what happened, I got:
ioctl(4,SIOCGIFINDEX,{ifr_name="rteth0",..}) =-1(No such device)
I think this because rtnet is invisible to Linux, so tc can not work.
Is it possible to use netem on rtnet? if it is, what should I do?
thanks very much!!
lily
|