dpif: Include TCP flags in "ovs-dpctl dump-flows" output.
[openvswitch] / lib / packets.h
index 34a8b4eafb5a828d6ea0ca4bb28086b996f458b9..dc71b0532ef4f6c798a976e435d5ad4fd60857e9 100644 (file)
@@ -470,5 +470,6 @@ void packet_set_tcp_port(struct ofpbuf *, ovs_be16 src, ovs_be16 dst);
 void packet_set_udp_port(struct ofpbuf *, ovs_be16 src, ovs_be16 dst);
 
 uint8_t packet_get_tcp_flags(const struct ofpbuf *, const struct flow *);
+void packet_format_tcp_flags(struct ds *, uint8_t);
 
 #endif /* packets.h */