diff mbox

[ovs-dev,ovn-nbctl] :The range of "PRIORITY" for "ovn-nbctl acl-add " command is wrong.

Message ID OFF0AEA966.D9EE9B2D-ON48258092.002BA934-48258092.002BC666@zte.com.cn
State Not Applicable
Headers show

Commit Message

zhou.huijing@zte.com.cn Dec. 23, 2016, 7:58 a.m. UTC
From e3171edd7f4e06de0fa7f900c223969b46653c9d  Fri Dec 23 15:19:00 2016
From: zhaojingjing <zhao.jingjing1@zte.com.cn>

Date:   Fri Dec 23 15:26:28 2016 +0800
Subject: [PATCH] datapath:ovn/utilities/ovn-nbctl.8.xml 
b/ovn/utilities/ovn-nbctl.8.xml:
    ovn-nbctl:The range of "PRIORITY" for "ovn-nbctl acl-add " command is 
wrong.
    The range of "PRIORITY" for "ovn-nbctl acl-add " command is 1 to 65534 
in
    "ovn-nbctl.8.xml",When configuring this command, it indicates that "
    priority must in range 0...32767".The range of priority is 
inconsistent
    in "ovn-nbctl.8.xml" and "ovn-nbctl.c".

Signed-off-by: zhaojingjing <zhao.jingjing1@zte.com.cn>


<code>ovn-nb</code>(5).

Comments

Ben Pfaff Dec. 23, 2016, 5:09 p.m. UTC | #1
Thanks for the patch.  It's word-wrapped and cannot be applied.  Can you
re-send?  Please try to use "git send-email", which always properly
formats a patch.
diff mbox

Patch

diff --git a/ovn/utilities/ovn-nbctl.8.xml b/ovn/utilities/ovn-nbctl.8.xml
index b8fdd79..d6bd79e 100644
--- a/ovn/utilities/ovn-nbctl.8.xml
+++ b/ovn/utilities/ovn-nbctl.8.xml
@@ -81,7 +81,7 @@ 
         Adds the specified ACL to <var>switch</var>.
         <var>direction</var> must be either <code>from-lport</code> or
         <code>to-lport</code>.  <var>priority</var> must be between
-        <code>1</code> and <code>65534</code>, inclusive.  If
+        <code>0</code> and <code>32767</code>, inclusive.  If
         <code>--log</code> is specified, packet logging is enabled for 
the
         ACL.  A full description of the fields are in