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

2017-01-05 Thread zhaojingjing
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-n

[ovs-dev] [PATCH] ovn-nbctl: Specify the range of the tag for "ovn-nbctl lsp-add" command.

2017-01-05 Thread zhaojingjing
When configuring the wrong tag for "ovn-nbctl lsp-add" command, it shows "invalid tag". The range of the tag is not known. Signed-off-by: zhaojingjing <zhao.jingji...@zte.com.cn> --- ovn/utilities/ovn-nbctl.8.xml | 4 +++- ovn/utilities/ovn-nbctl.c | 2 +- 2 files c