classifier: Remove OF1.0 special case from classifier_find_rule_exactly().
authorBen Pfaff <blp@nicira.com>
Tue, 26 Apr 2011 20:09:24 +0000 (13:09 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 11 May 2011 19:35:10 +0000 (12:35 -0700)
commitc084ce1d3f3147d757087502bc2ccd7400d0691f
tree58920b567a40d375aec9e1079780374e79741f85
parent806cd5c7cc1adbb4696b96d1429650f2ade5c848
classifier: Remove OF1.0 special case from classifier_find_rule_exactly().

This special case should never have actually triggered in practice, because
OpenFlow 1.0 cannot set up an exact-match rule as defined by
flow_wildcards_is_exact().  (OpenFlow 1.0 will always, for example,
wildcard all NXM registers.)

OVS implements this OF1.0 special case differently, by changing flow
priority to 65535 in cls_rule_from_match() if the flow is an exact match as
defined by OpenFlow 1.0.
lib/classifier.c