MSS changes are handled _transparently_ if we do the adjustments as we actaully add data to the packet. We always account what is actually put into the packet in this way. That's why I made the fix t
Hi Benoit, You're not listed as diverter maintainer but I'm sending this via you anyway. This patch removes some printk'ing from the diverter driver (and cleans up the code a bit), because after a wh
Benoit's email address bounces, and it's the latest address of his I could find, so if he doesn't read this list you might as well go ahead. cheers, Lennert
Diverter could simply be killed now that tc actions exist if theres no maintainer or user. Should be able to divert any packet of choce to any interface. cheers, jamal
The diverter is not used for redirecting a packet to another interface. What it does (IIRC) is overwrite the destination MAC address on selected packets so that the local host will process them. You
the action code is hit before bridging, so something along the lines of: tc qdisc add dev eth0 ingress tc filter add dev eth0 parent ffff: protocol ip prio 10 u32 \ match ip src 192.168.200.200/32 fl