commit | 518d8a2e9bad83c6040eccebc3d1f7388fc034e7 | [log] [tgz] |
---|---|---|
author | Or Gerlitz <ogerlitz@mellanox.com> | Thu Jun 01 21:37:37 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 04 18:12:23 2017 -0400 |
tree | 1f10a6e3e6da7803e931bf5c363ae7397d524ec0 | |
parent | f4d01666616adeebe72f84ee6e9385e309805ba5 [diff] |
net/flow_dissector: add support for dissection of misc ip header fields Add support for dissection of ip tos and ttl and ipv6 traffic-class and hoplimit. Both are dissected into the same struct. Uses similar call to ip dissection function as with tcp, arp and others. Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>