net: Add GRE keyid in flow_keys
authorTom Herbert <tom@herbertland.com>
Thu, 4 Jun 2015 16:16:45 +0000 (09:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2015 22:44:31 +0000 (15:44 -0700)
commit1fdd512c92003cf2d671ba22753d13302bf8cd1d
tree43fc39f0d9f7429c5a0394200b9185765747ec27
parent87ee9e52ffeb168803a76cc07734425227cc2268
net: Add GRE keyid in flow_keys

In flow dissector if a GRE header contains a keyid this is saved in the
new keyid field of flow_keys. The GRE keyid is then represented
in the flow hash function input.

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