aboutsummaryrefslogtreecommitdiff
path: root/lib/learning-switch.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-05-21 21:51:03 -0700
committerBen Pfaff <blp@nicira.com>2012-06-12 21:19:09 -0700
commiteec25dc1ae3ed49ad5e2eda0ca04450c4f75d6f7 (patch)
tree0d1fda2c5091b378098fcbe09a23d85f14f2ab2f /lib/learning-switch.h
parent7c00ccb6740ac240c7d50e3631b36553f47eb769 (diff)
openflow-1.0: Rename ofp_match to ofp10_match, OFPFW_* to OFPFW10_*.
This better fits our general policy of adding a version number suffix to structures and constants whose values differ from one OpenFlow version to the next. Reviewed-by: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/learning-switch.h')
-rw-r--r--lib/learning-switch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/learning-switch.h b/lib/learning-switch.h
index c3c37f29..1b760d8e 100644
--- a/lib/learning-switch.h
+++ b/lib/learning-switch.h
@@ -34,7 +34,7 @@ struct lswitch_config {
enum lswitch_mode mode;
/* 0 to use exact-match flow entries,
- * a OFPFW_* bitmask to enable specific wildcards,
+ * a OFPFW10_* bitmask to enable specific wildcards,
* or UINT32_MAX to use the default wildcards (wildcarding as many fields
* as possible.
*