ovs-vsctl: Allow "get" commands to create @names also.
[openvswitch] / lib / dpif-netdev.c
index 323f3641190467759ea9b84afd74666a6f3b96ea..3975b5a8bba7bc60cbacb82921d34176afef793d 100644 (file)
@@ -1104,7 +1104,6 @@ dp_netdev_modify_vlan_tci(struct ofpbuf *packet, uint16_t tci, uint16_t mask)
         veh->veth_tci |= htons(tci);
     } else {
         /* Insert new 802.1Q header. */
-        struct eth_header *eh = packet->l2;
         struct vlan_eth_header tmp;
         memcpy(tmp.veth_dst, eh->eth_dst, ETH_ADDR_LEN);
         memcpy(tmp.veth_src, eh->eth_src, ETH_ADDR_LEN);