--- openflow-2014-10-01-3.h	2015-07-23 09:54:17.824479390 -0700
+++ openflow-2014-10-06.h	2015-07-23 09:54:17.828479390 -0700
@@ -3200,11 +3200,9 @@
 OFP_ASSERT(sizeof(struct ofp_bundle_features_prop_time) == 72);
 
 enum ofp_bundle_feature_flags {
-    OFPBF_TIMESTAMP = 1 << 0,       /* When enabled, the current request 
-                                     * includes a timestamp, using the time property. */
-    OFPBF_TIME_SET_SCHED = 1 << 1,  /* When enabled, the current request includes 
-                                     * the sched_max_future and sched_max_past 
-                                     * parameters, using the time property. */
+    OFPBF_TIMESTAMP = 1 << 0,       /* Request includes a timestamp. */
+    OFPBF_TIME_SET_SCHED = 1 << 1,  /* Request includes the sched_max_future and
+                                     * sched_max_past parameters. */
 };
 
 /* Body of reply to OFPMP_BUNDLE_FEATURES request. */
