commit | 1a66a836da630cd70f3639208da549b549ce576b | [log] [tgz] |
---|---|---|
author | William Tu <u9012063@gmail.com> | Fri Aug 25 09:21:28 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 28 15:04:52 2017 -0700 |
tree | 8281c49c316b8dc061c40fca636f73960cb7c0eb | |
parent | 862a03c35ed76c50a562f7406ad23315f7862642 [diff] |
gre: add collect_md mode to ERSPAN tunnel Similar to gre, vxlan, geneve, ipip tunnels, allow ERSPAN tunnels to operate in 'collect metadata' mode. bpf_skb_[gs]et_tunnel_key() helpers can make use of it right away. OVS can use it as well in the future. Signed-off-by: William Tu <u9012063@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>