stream: New functions stream_verify_name() and pstream_verify_name().
[openvswitch] / lib / classifier.h
index f6cc93b9c7bc5ba8837d48b268c3a401219fcf37..126d1498acd918622185bc39d7f48ed413cd4a26 100644 (file)
@@ -125,6 +125,7 @@ void cls_rule_from_flow(struct cls_rule *, const flow_t *, uint32_t wildcards,
                         unsigned int priority);
 void cls_rule_from_match(struct cls_rule *, const struct ofp_match *,
                          unsigned int priority);
+char *cls_rule_to_string(const struct cls_rule *);
 void cls_rule_print(const struct cls_rule *);
 void cls_rule_moved(struct classifier *,
                     struct cls_rule *old, struct cls_rule *new);