mirror of
https://github.com/openvswitch/ovs
synced 2025-10-25 15:07:05 +00:00
doc: Additional documentation updates for Geneve.
Signed-off-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
@@ -1608,9 +1608,9 @@ OFP_ASSERT(sizeof(struct nx_action_output_reg) == 24);
|
||||
|
||||
/* Tunnel ID.
|
||||
*
|
||||
* For a packet received via a GRE, VXLAN or LISP tunnel including a (32-bit)
|
||||
* key, the key is stored in the low 32-bits and the high bits are zeroed. For
|
||||
* other packets, the value is 0.
|
||||
* For a packet received via a Geneve, GRE, VXLAN or LISP tunnel including a
|
||||
* key less than 64 bits, the key is stored in the low bits and the high bits
|
||||
* are zeroed. For other packets, the value is 0.
|
||||
*
|
||||
* All zero bits, for packets not received via a keyed tunnel.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user