X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenvswitch%2Fdatapath-protocol.h;h=25f8e132410517d456228ac2705573a27bd4e30e;hb=51d4d59822785c1044cd96e6c73427347e0154c2;hp=dd717c09d2389db6f864c24c34ec103bebebd440;hpb=b0ec0f279ea4537cb421eba807254aba8f1971f2;p=sliver-openvswitch.git diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h index dd717c09d..25f8e1324 100644 --- a/include/openvswitch/datapath-protocol.h +++ b/include/openvswitch/datapath-protocol.h @@ -182,7 +182,7 @@ struct odp_port { char devname[16]; /* IFNAMSIZ */ char type[VPORT_TYPE_SIZE]; uint16_t port; - uint16_t reserved1; + uint16_t dp_idx; uint32_t reserved2; __aligned_u64 config[VPORT_CONFIG_SIZE / 8]; /* type-specific */ };