Files
linux-st/include/uapi/linux
Jamal Hadi Salim ff202ee1ed net sched actions: skbedit add support for mod-ing skb pkt_type
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 ffff: protocol ip pref 9 u32 \
match ip src 5.5.5.5/32 \
flowid 1:5 action skbedit ptype host

This will tag all packets incoming from 5.5.5.5 with type
PACKET_HOST

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-07-04 15:11:14 -07:00
..
2016-07-01 16:32:13 -04:00
2016-06-27 04:10:41 -04:00
2016-06-08 11:36:02 -07:00
2016-06-18 10:32:28 -07:00
2016-05-11 22:37:54 +02:00
2016-05-17 17:14:21 -06:00
2016-05-20 17:58:30 -07:00