X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fodp-util.h;h=ad0fb30ef7b76a013aa77469d85d13dfe18c192e;hb=85c9de194b9f432f7b8a66bda980cbab52a55b72;hp=1b13e6403154cf320cfdf9cdc1e581af0d0d08ad;hpb=0d0673857b5b2a50f6aef62e0f042795d9893690;p=sliver-openvswitch.git diff --git a/lib/odp-util.h b/lib/odp-util.h index 1b13e6403..ad0fb30ef 100644 --- a/lib/odp-util.h +++ b/lib/odp-util.h @@ -54,7 +54,6 @@ int odp_actions_from_string(const char *, const struct simap *port_names, * struct pad nl hdr total * ------ --- ------ ----- * OVS_KEY_ATTR_PRIORITY 4 -- 4 8 - * OVS_KEY_ATTR_TUN_ID 8 -- 4 12 * OVS_KEY_ATTR_TUNNEL 0 -- 4 4 * - OVS_TUNNEL_KEY_ATTR_ID 8 -- 4 12 * - OVS_TUNNEL_KEY_ATTR_IPV4_SRC 4 -- 4 8 @@ -74,7 +73,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 220 + * total 208 * * We include some slack space in case the calculation isn't quite right or we * add another field and forget to adjust this value.