X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fpackets.h;h=d291c14454a4b7f5a30c27805f35d2efbc2ccdd0;hb=61bf6666bec930dbfbf26c832199af93d0c5d6d1;hp=ef8c00ca4efa747698e658b833f204dd6d8a8870;hpb=4cf5406ba2e8bb8271940b2f54967c9fd1270212;p=sliver-openvswitch.git diff --git a/lib/packets.h b/lib/packets.h index ef8c00ca4..d291c1445 100644 --- a/lib/packets.h +++ b/lib/packets.h @@ -643,5 +643,6 @@ void packet_set_sctp_port(struct ofpbuf *, ovs_be16 src, ovs_be16 dst); uint16_t packet_get_tcp_flags(const struct ofpbuf *, const struct flow *); void packet_format_tcp_flags(struct ds *, uint16_t); +const char *packet_tcp_flag_to_string(uint32_t flag); #endif /* packets.h */