X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fodp-util.h;h=57073bad912633416e1623969a07872cc4ed69a6;hb=543a550837f40e39c9f6f110e927b4c230c2d77c;hp=16f2b156707260c6e720b2c23530d2dda609e888;hpb=31a1e58ec7236b915cd9b49d9e927ad90b5ae285;p=openvswitch diff --git a/lib/odp-util.h b/lib/odp-util.h index 16f2b156..57073bad 100644 --- a/lib/odp-util.h +++ b/lib/odp-util.h @@ -80,6 +80,7 @@ int odp_actions_from_string(const char *, const struct simap *port_names, * ------ --- ------ ----- * OVS_KEY_ATTR_PRIORITY 4 -- 4 8 * OVS_KEY_ATTR_TUN_ID 8 -- 4 12 + * OVS_KEY_ATTR_IPV4_TUNNEL 24 -- 4 28 * OVS_KEY_ATTR_IN_PORT 4 -- 4 8 * OVS_KEY_ATTR_ETHERNET 12 -- 4 16 * OVS_KEY_ATTR_ETHERTYPE 2 2 4 8 (outer VLAN ethertype) @@ -90,7 +91,7 @@ int odp_actions_from_string(const char *, const struct simap *port_names, * OVS_KEY_ATTR_ICMPV6 2 2 4 8 * OVS_KEY_ATTR_ND 28 -- 4 32 * ------------------------------------------------- - * total 156 + * total 184 * * We include some slack space in case the calculation isn't quite right or we * add another field and forget to adjust this value.