flow: Change function names to be less deceptive.
authorBen Pfaff <blp@nicira.com>
Wed, 21 Jul 2010 23:11:28 +0000 (16:11 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 22 Jul 2010 20:29:33 +0000 (13:29 -0700)
commitd8e649b0fb0ece8e5b69ef47f26511451d3723cd
treeaf156dd55cf3cf30c901fc9f4e48168fce3d6bb1
parent0eb683a39093dd776074516d56e065995ead950d
flow: Change function names to be less deceptive.

Jesse pointed out that it's confusing that a function named flow_equal()
doesn't compare all of the fields in the flow.  Rename this function and
a few others to have less surprising semantics.

Suggested-by: Jesse Gross <jesse@nicira.com>
lib/classifier.c
lib/flow.h
ofproto/wdp-xflow.c
tests/test-classifier.c