X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fpackets.c;h=6c5e973b764d3cc3969e1dcea22689c16dc416ec;hb=56b0263320ffbf4a8cfc5129f9a49536afe5f663;hp=003e5540de207ca33251c76e1c3f7e7239075203;hpb=2784a40b81278fc0bd4381ed2fe6e881f0ee51ad;p=sliver-openvswitch.git diff --git a/lib/packets.c b/lib/packets.c index 003e5540d..6c5e973b7 100644 --- a/lib/packets.c +++ b/lib/packets.c @@ -218,7 +218,7 @@ eth_pop_vlan(struct ofpbuf *packet) } /* Set ethertype of the packet. */ -void +static void set_ethertype(struct ofpbuf *packet, ovs_be16 eth_type) { struct eth_header *eh = packet->data;