[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070510095738.563a23bf@localhost>
Date: Thu, 10 May 2007 09:57:38 -0700
From: Stephen Hemminger <shemminger@...ux-foundation.org>
To: Koon Wah Yick <kyick@...atel-lucent.com>
Cc: Koon Wah Yick <kyick@...atel-lucent.com>, netdev@...r.kernel.org,
"Yick, Koon Wah (Koon)" <kyick@...ail.ho.lucent.com>
Subject: Re: Enable netem in my Linux box
On Thu, 10 May 2007 12:09:46 -0400
Koon Wah Yick <kyick@...atel-lucent.com> wrote:
> Stephen:
>
> Thank you for your response, I type in modinfo sch_netem
>
> Here is what I got:
>
> filename: /lib/modules/2.6.11-1.1369_FC4/kernel/net/sched/sch_netem.ko
> license: GPL
> vermagic: 2.6.11-1.l369_FC 686 REGPARM 4KSTACKS gcc-4.0
> depends:
> srcversion: BD4563861423428FF0D5918
>
> when I try the following "tc" command with netem
>
> > tc qdisc change dev eth0 root netem loss 0.1%
>
> I got the error message
> RTNETLINK answers: No such file or directory.
>
You want to use 'add' not 'change'.
The examples on the linux-net page are sequential, so the first one uses 'add'.
Later examples, then use change to alter parameters
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists