diff options
author | Ben Pfaff <blp@nicira.com> | 2011-04-26 13:09:24 -0700 |
---|---|---|
committer | Ben Pfaff <blp@nicira.com> | 2011-05-11 12:35:10 -0700 |
commit | c084ce1d3f3147d757087502bc2ccd7400d0691f (patch) | |
tree | 58920b567a40d375aec9e1079780374e79741f85 /lib/classifier.h | |
parent | 806cd5c7cc1adbb4696b96d1429650f2ade5c848 (diff) | |
download | openvswitch-c084ce1d3f3147d757087502bc2ccd7400d0691f.tar.gz |
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.
Diffstat (limited to 'lib/classifier.h')
0 files changed, 0 insertions, 0 deletions