Re: [PATCH net-next 2/2] net sched actions: skbedit add support for mod-ing skb pkt_type

2016-06-19 Thread Daniel Borkmann
On 06/18/2016 05:12 PM, Jamal Hadi Salim wrote: From: Jamal Hadi Salim Extremely useful for setting packet type to host so i dont have to modify the dst mac address using pedit (which requires that i know the mac address) Example usage: tc filter add dev eth0 parent :

[PATCH net-next 2/2] net sched actions: skbedit add support for mod-ing skb pkt_type

2016-06-18 Thread Jamal Hadi Salim
From: Jamal Hadi Salim Extremely useful for setting packet type to host so i dont have to modify the dst mac address using pedit (which requires that i know the mac address) Example usage: tc filter add dev eth0 parent : protocol ip pref 9 u32 \ match ip src 5.5.5.5/32 \