X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.c;fp=ofproto%2Fofproto.c;h=8054d05cd130f76503fc469669078a4278f534e8;hb=7b6b0ef47e398a2fbda48fd385f9781b2df8bebb;hp=f40f99590acad5deb690379d1784d06cdbfc4003;hpb=8cea3c07718d55c6eea288be87b3ea9e4d3b88cd;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index f40f99590..8054d05cd 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -1115,7 +1115,6 @@ ofport_open(const struct ofproto_port *ofproto_port, struct ofp_phy_port *opp) memset(&netdev_options, 0, sizeof netdev_options); netdev_options.name = ofproto_port->name; netdev_options.type = ofproto_port->type; - netdev_options.ethertype = NETDEV_ETH_TYPE_NONE; error = netdev_open(&netdev_options, &netdev); if (error) {