diff mbox

[ovs-dev] OpenFlow: Update comment about non-experimental versions.

Message ID 1467367864-125751-1-git-send-email-jpettit@ovn.org
State Changes Requested
Headers show

Commit Message

Justin Pettit July 1, 2016, 10:11 a.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 include/openflow/openflow-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff July 2, 2016, 1:10 a.m. UTC | #1
On Fri, Jul 01, 2016 at 03:11:04AM -0700, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> ---
>  include/openflow/openflow-common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h
> index 7b619a9..80a0055 100644
> --- a/include/openflow/openflow-common.h
> +++ b/include/openflow/openflow-common.h
> @@ -65,7 +65,7 @@
>  #endif /* __cplusplus */
>  
>  /* Version number:
> - * Non-experimental versions released: 0x01 0x02
> + * Non-experimental versions released: 0x01 -- 0x04
>   * Experimental versions released: 0x81 -- 0x99

Can we just get rid of these specifics?  They are not useful anymore.
Justin Pettit July 5, 2016, 9:17 p.m. UTC | #2
> On Jul 1, 2016, at 6:10 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Fri, Jul 01, 2016 at 03:11:04AM -0700, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
>> ---
>> include/openflow/openflow-common.h | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h
>> index 7b619a9..80a0055 100644
>> --- a/include/openflow/openflow-common.h
>> +++ b/include/openflow/openflow-common.h
>> @@ -65,7 +65,7 @@
>> #endif /* __cplusplus */
>> 
>> /* Version number:
>> - * Non-experimental versions released: 0x01 0x02
>> + * Non-experimental versions released: 0x01 -- 0x04
>>  * Experimental versions released: 0x81 -- 0x99
> 
> Can we just get rid of these specifics?  They are not useful anymore.

Sure.  I'll drop this patch and do that.

--Justin
diff mbox

Patch

diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h
index 7b619a9..80a0055 100644
--- a/include/openflow/openflow-common.h
+++ b/include/openflow/openflow-common.h
@@ -65,7 +65,7 @@ 
 #endif /* __cplusplus */
 
 /* Version number:
- * Non-experimental versions released: 0x01 0x02
+ * Non-experimental versions released: 0x01 -- 0x04
  * Experimental versions released: 0x81 -- 0x99
  */
 /* The most significant bit being set in the version field indicates an