ofp-util: Factor wildcard translation out of ofputil_cls_rule_from_match().
authorBen Pfaff <blp@nicira.com>
Tue, 31 May 2011 23:15:45 +0000 (16:15 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 1 Jun 2011 16:05:39 +0000 (09:05 -0700)
commiteb6f28db085cdf8dd506aa06825199e09f85c32c
treec6abcd0590b0448fa9e706fd472de3f1edbf481d
parent47271d0d8d12c5689cd0103dc47b62913a515b36
ofp-util: Factor wildcard translation out of ofputil_cls_rule_from_match().

This seems like a small cleanup, plus the new function for translating
wildcards will be independently useful in an upcoming commit.
lib/ofp-util.c