flow_dissector: add support for dst, hop-by-hop and routing ext hdrs
authorTom Herbert <tom@herbertland.com>
Fri, 12 Jun 2015 16:01:06 +0000 (09:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Jun 2015 21:24:28 +0000 (14:24 -0700)
commit6a74fcf426f51aaa569f0b973d10ac20468df238
tree9d1b8fe5943f1be0e1244e68d963240571131e7a
parent611d23c559a328ca3f84ac120c02d5a9f88c08f5
flow_dissector: add support for dst, hop-by-hop and routing ext hdrs

If dst, hop-by-hop or routing extension headers are present determine
length of the options and skip over them in flow dissection.

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/flow_dissector.c