datapath: Update netdev_frame_hook() for 2.6.39 rx handler API change.
[openvswitch] / lib / packets.h
index 42d225c2378c5807be515ca02d26bc5baad49db6..251fc1cb3c13ade13129f6ef36bcc895664032bd 100644 (file)
@@ -131,6 +131,8 @@ void compose_benign_packet(struct ofpbuf *, const char *tag,
                            uint16_t snap_type,
                            const uint8_t eth_src[ETH_ADDR_LEN]);
 
+void eth_set_vlan_tci(struct ofpbuf *, ovs_be16 tci);
+
 /* Example:
  *
  * uint8_t mac[ETH_ADDR_LEN];