|
@@ -671,7 +671,6 @@ static const struct genl_ops dp_packet_genl_ops[] = {
|
|
};
|
|
};
|
|
|
|
|
|
static struct genl_family dp_packet_genl_family = {
|
|
static struct genl_family dp_packet_genl_family = {
|
|
- .id = GENL_ID_GENERATE,
|
|
|
|
.hdrsize = sizeof(struct ovs_header),
|
|
.hdrsize = sizeof(struct ovs_header),
|
|
.name = OVS_PACKET_FAMILY,
|
|
.name = OVS_PACKET_FAMILY,
|
|
.version = OVS_PACKET_VERSION,
|
|
.version = OVS_PACKET_VERSION,
|
|
@@ -1436,7 +1435,6 @@ static const struct genl_ops dp_flow_genl_ops[] = {
|
|
};
|
|
};
|
|
|
|
|
|
static struct genl_family dp_flow_genl_family = {
|
|
static struct genl_family dp_flow_genl_family = {
|
|
- .id = GENL_ID_GENERATE,
|
|
|
|
.hdrsize = sizeof(struct ovs_header),
|
|
.hdrsize = sizeof(struct ovs_header),
|
|
.name = OVS_FLOW_FAMILY,
|
|
.name = OVS_FLOW_FAMILY,
|
|
.version = OVS_FLOW_VERSION,
|
|
.version = OVS_FLOW_VERSION,
|
|
@@ -1822,7 +1820,6 @@ static const struct genl_ops dp_datapath_genl_ops[] = {
|
|
};
|
|
};
|
|
|
|
|
|
static struct genl_family dp_datapath_genl_family = {
|
|
static struct genl_family dp_datapath_genl_family = {
|
|
- .id = GENL_ID_GENERATE,
|
|
|
|
.hdrsize = sizeof(struct ovs_header),
|
|
.hdrsize = sizeof(struct ovs_header),
|
|
.name = OVS_DATAPATH_FAMILY,
|
|
.name = OVS_DATAPATH_FAMILY,
|
|
.version = OVS_DATAPATH_VERSION,
|
|
.version = OVS_DATAPATH_VERSION,
|
|
@@ -2244,7 +2241,6 @@ static const struct genl_ops dp_vport_genl_ops[] = {
|
|
};
|
|
};
|
|
|
|
|
|
struct genl_family dp_vport_genl_family = {
|
|
struct genl_family dp_vport_genl_family = {
|
|
- .id = GENL_ID_GENERATE,
|
|
|
|
.hdrsize = sizeof(struct ovs_header),
|
|
.hdrsize = sizeof(struct ovs_header),
|
|
.name = OVS_VPORT_FAMILY,
|
|
.name = OVS_VPORT_FAMILY,
|
|
.version = OVS_VPORT_VERSION,
|
|
.version = OVS_VPORT_VERSION,
|