]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branch 'net-Geneve-options-support-for-TC-act_tunnel_key'
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 14:50:27 +0000 (23:50 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 14:50:27 +0000 (23:50 +0900)
Jakub Kicinski says:

====================
net: Geneve options support for TC act_tunnel_key

Simon & Pieter say:

This set adds Geneve Options support to the TC tunnel key action.
It provides the plumbing required to configure Geneve variable length
options.  The options can be configured in the form CLASS:TYPE:DATA,
where CLASS is represented as a 16bit hexadecimal value, TYPE as an 8bit
hexadecimal value and DATA as a variable length hexadecimal value.
Additionally multiple options may be listed using a comma delimiter.

v2:
 - fix sparse warnings in patches 3 and 4 (first one reported by
   build bot).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge