X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdpif-provider.h;h=ffe084a897ec7b780a8650d9f45087ba0c6eefee;hb=e879d33e8398219d5c9af8fd565c97303f126809;hp=317e61706729d5959d5ee6732105351f7806ac6b;hpb=232dfa4aa32a1a5ba99f671a6fd7de58b2bd8b3c;p=openvswitch diff --git a/lib/dpif-provider.h b/lib/dpif-provider.h index 317e6170..ffe084a8 100644 --- a/lib/dpif-provider.h +++ b/lib/dpif-provider.h @@ -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