commit | 972d3876faa8a9195122b2d2bcd3155f904fff37 | [log] [tgz] |
---|---|---|
author | Simon Horman <simon.horman@netronome.com> | Wed Dec 07 13:48:27 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 08 11:45:21 2016 -0500 |
tree | 1f8babbc7497c6d5da9be741371472306d804b9b | |
parent | 7cc99fd29b982964e63afa92a7e29db49b69c90e [diff] |
flow dissector: ICMP support Allow dissection of ICMP(V6) type and code. This should only occur if a packet is ICMP(V6) and the dissector has FLOW_DISSECTOR_KEY_ICMP set. There are currently no users of FLOW_DISSECTOR_KEY_ICMP. A follow-up patch will allow FLOW_DISSECTOR_KEY_ICMP to be used by the flower classifier. Signed-off-by: Simon Horman <simon.horman@netronome.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>