cls_flow: use skb_flow_dissect()
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 28 Nov 2011 05:24:18 +0000 (05:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Nov 2011 00:09:28 +0000 (19:09 -0500)
commit6bd2a9af17cc3b153de45390b54c7d64a773beee
tree08ca6fafec7181b54bfc2c50ca4706dd7400ccbb
parent4504b8613b6c65d7787a434f8dcf7901bfe3983d
cls_flow: use skb_flow_dissect()

Instead of using a custom flow dissector, use skb_flow_dissect() and
benefit from tunnelling support.

This lack of tunnelling support was mentioned by Dan Siemon.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_flow.c