X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fpackets.h;h=1855a1c5c6cd36c35ff411f7be5e950cb5637e19;hb=56b0263320ffbf4a8cfc5129f9a49536afe5f663;hp=ce089bcf33e7100f6e4f9fd8c804bab4f821ae27;hpb=2784a40b81278fc0bd4381ed2fe6e881f0ee51ad;p=sliver-openvswitch.git diff --git a/lib/packets.h b/lib/packets.h index ce089bcf3..1855a1c5c 100644 --- a/lib/packets.h +++ b/lib/packets.h @@ -154,8 +154,6 @@ void compose_rarp(struct ofpbuf *, const uint8_t eth_src[ETH_ADDR_LEN]); void eth_push_vlan(struct ofpbuf *, ovs_be16 tpid, ovs_be16 tci); void eth_pop_vlan(struct ofpbuf *); -void set_ethertype(struct ofpbuf *packet, ovs_be16 eth_type); - const char *eth_from_hex(const char *hex, struct ofpbuf **packetp); void eth_format_masked(const uint8_t eth[ETH_ADDR_LEN], const uint8_t mask[ETH_ADDR_LEN], struct ds *s);