John A. Sullivan III wrote:
Hello, all. Can anyone tell me why this filter does not match anything when I think it should match everything: tc filter replace dev bond3 parent ffff: protocol ip prio 1 u32 match u8 0 0 action mirred egress redirect dev ifb0
Well there's no flowid - but if I do that on eth0 it still works but I do get a warning - I suppose older tc may be less forgiving.
filter protocol ip pref 1 u32 fh 800::800 order 2048 key ht 800 bkt 0 terminal flowid ??? (rule hit 5 success 5)
I assume ifb0 is up ip li set up dev ifb0 I've never tried on a bond, so don't know if that's it. -- To unsubscribe from this list: send the line "unsubscribe lartc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html