jamal wrote:
Andy, Thanks for all your efforts. I will be back on my regular setup by tommorow evening and should be able to hopefuly test this. I am going to try:
++ /usr/sbin/tc filter add dev eth0 parent ffff: protocol ip prio 10 u32 match u32 0 0 flowid 1:1 action ipt -j MARK --set-mark ipt: option `--set-mark' requires an argument tablename: mangle hook: NF_IP_PRE_ROUTING target: MARK set 0x0 index 0 RTNETLINK answers: Invalid argument We have an error talking to the kernel With the one - ++ /usr/sbin/tc filter add dev eth0 parent ffff: protocol ip prio 10 u32 match u32 0 0 flowid 1:1 action ipt -j MARK --set-mark 1 tablename: mangle hook: NF_IP_PRE_ROUTING target: MARK set 0x1 index 0 RTNETLINK answers: Invalid argument We have an error talking to the kernel
++ /usr/sbin/tc filter add dev eth0 parent ffff: protocol ip prio 10 u32 match u32 0 0 flowid 1:1 action ipt -j MARK --set-mark 1 action mirred egress redirect dev dummy0 tablename: mangle hook: NF_IP_PRE_ROUTING target: MARK set 0x1 index 0 bad action type mirred Usage: ... gact <ACTION> [RAND] [INDEX] Where: ACTION := reclassify | drop | continue | pass RAND := random <RANDTYPE> <ACTION> <VAL>RANDTYPE := netrand | determVAL : = value not exceeding 10000INDEX := index value used bad action parsing parse_action: bad value (5:mirred)! Illegal "action" I notice if I grep iproute for "bad action type" it's in m_gact.c which does not contain the word mirred to test at all.
Andy. |
| Previous by Date: | Re: [PATCH 2.6.11 8/8] tg3: Add Broadcom copyright, Jeff Garzik |
|---|---|
| Next by Date: | Re: netif_rx packet dumping, cliff white |
| Previous by Thread: | Re: iptables breakage WAS(Re: dummy as IMQ replacement, jamal |
| Next by Thread: | Re: iptables breakage WAS(Re: dummy as IMQ replacement, jamal |
| Indexes: | [Date] [Thread] [Top] [All Lists] |