* [ tc ] RTNETLINK answers: Invalid argument
@ 2009-11-24 11:12 thomas yang
2009-11-28 22:14 ` Jarek Poplawski
0 siblings, 1 reply; 2+ messages in thread
From: thomas yang @ 2009-11-24 11:12 UTC (permalink / raw)
To: netdev
# tc filter add dev eth1 parent 1: protocol ip prio 10 u32 match ip
src 192.168.1.0/24 flowid 1:16 action mirred egress mirror dev wlan0
Action 3 device wlan0 ifindex 4
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
# uname -a
Linux localhost.localdomain 2.6.30.8-64.fc11.i586 #1 SMP Fri Sep 25
04:30:19 EDT 2009 i686 i686 i386 GNU/Linux
OS : Fedora 11
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ tc ] RTNETLINK answers: Invalid argument
2009-11-24 11:12 [ tc ] RTNETLINK answers: Invalid argument thomas yang
@ 2009-11-28 22:14 ` Jarek Poplawski
0 siblings, 0 replies; 2+ messages in thread
From: Jarek Poplawski @ 2009-11-28 22:14 UTC (permalink / raw)
To: thomas yang; +Cc: netdev
thomas yang wrote, On 11/24/2009 12:12 PM:
> # tc filter add dev eth1 parent 1: protocol ip prio 10 u32 match ip
> src 192.168.1.0/24 flowid 1:16 action mirred egress mirror dev wlan0
> Action 3 device wlan0 ifindex 4
> RTNETLINK answers: Invalid argument
> We have an error talking to the kernel
>
>
> # uname -a
> Linux localhost.localdomain 2.6.30.8-64.fc11.i586 #1 SMP Fri Sep 25
> 04:30:19 EDT 2009 i686 i686 i386 GNU/Linux
>
> OS : Fedora 11
# tc filter add dev eth0 parent 1: protocol ip prio 10 u32 match ip
src 192.168.1.0/24 flowid 1:16 action mirred egress mirror dev wlan0
Action 3 device wlan0 ifindex 3
# uname -a
Linux ami 2.6.32-rc8g #72 PREEMPT Sat Nov 21 14:41:09 CET 2009 i686 GNU/Linux
I checked 2.6.31 too. So, generally it should work with current kernels,
at least x86_32.
Jarek P.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-28 22:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24 11:12 [ tc ] RTNETLINK answers: Invalid argument thomas yang
2009-11-28 22:14 ` Jarek Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).