flow: Extend struct flow to contain tunnel outer header.
[openvswitch] / lib / dpif-provider.h
index 317e61706729d5959d5ee6732105351f7806ac6b..ffe084a897ec7b780a8650d9f45087ba0c6eefee 100644 (file)
@@ -292,7 +292,7 @@ struct dpif_class {
      * taken from the flow specified in the 'execute->key_len' bytes of
      * 'execute->key'.  ('execute->key' is mostly redundant with
      * 'execute->packet', but it contains some metadata that cannot be
-     * recovered from 'execute->packet', such as tun_id and in_port.) */
+     * recovered from 'execute->packet', such as tunnel and in_port.) */
     int (*execute)(struct dpif *dpif, const struct dpif_execute *execute);
 
     /* Executes each of the 'n_ops' operations in 'ops' on 'dpif', in the order