aboutsummaryrefslogtreecommitdiff
path: root/lib/packets.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-11-14 14:02:43 -0800
committerBen Pfaff <blp@nicira.com>2011-11-23 15:32:37 -0800
commitf4ebc25ea05ce635afeafdc089e6573c279c8cdf (patch)
tree1055e0ade47cd996cdc8da47365955b350ed8327 /lib/packets.h
parenta5ac7299f8042c01fcdb60c5508047146baf3a16 (diff)
packets: New function eth_pop_vlan(), formerly dp_netdev_pop_vlan().
An upcoming commit will add a new user.
Diffstat (limited to 'lib/packets.h')
-rw-r--r--lib/packets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/packets.h b/lib/packets.h
index d9244928..439a7dd0 100644
--- a/lib/packets.h
+++ b/lib/packets.h
@@ -132,6 +132,7 @@ void compose_benign_packet(struct ofpbuf *, const char *tag,
const uint8_t eth_src[ETH_ADDR_LEN]);
void eth_push_vlan(struct ofpbuf *, ovs_be16 tci);
+void eth_pop_vlan(struct ofpbuf *);
/* Example:
*