diff mbox series

[ovs-dev] vswitchd: doc the option dst_port

Message ID 1509947003.24513.7.camel@gmail.com
State Accepted
Headers show
Series [ovs-dev] vswitchd: doc the option dst_port | expand

Commit Message

duanjiong Nov. 6, 2017, 5:43 a.m. UTC
Otherwise the user does not know how to change it

Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
---
 vswitchd/vswitch.xml | 4 ++++
 1 file changed, 4 insertions(+)

-- 
1.8.3.1

Comments

Ben Pfaff Nov. 8, 2017, 4:23 a.m. UTC | #1
On Mon, Nov 06, 2017 at 01:43:23PM +0800, duanjiong wrote:
> Otherwise the user does not know how to change it
> 
> Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
> ---
>  vswitchd/vswitch.xml | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
> index d7f6839..c4e3d62 100644
> --- a/vswitchd/vswitch.xml
> +++ b/vswitchd/vswitch.xml
> @@ -2367,6 +2367,10 @@
>          </ul>
>        </column>
>  
> +      <column name="options" key="dst_port">
> +        Optional.  The tunnel transport layer destination port.
> +      </column>
> +

Thanks for the patch.  It did not apply properly and it took me a long
time to figure out why.  It is because it is corrupted by using
nonbreaking spaces (U+00A0) where spaces (U+0020) must be used.  I fixed
that and applied this to master, first adding a little more information:

--8<--------------------------cut here-------------------------->8--

From: duanjiong <djduanjiong@gmail.com>
Date: Mon, 6 Nov 2017 13:43:23 +0800
Subject: [PATCH] vswitchd: Document option dst_port.

Otherwise the user does not know how to change it

Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 vswitchd/vswitch.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index d7f68393b25e..20e516cfe8d3 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -2367,6 +2367,11 @@
         </ul>
       </column>
 
+      <column name="options" key="dst_port">
+        Optional.  The tunnel transport layer destination port, for UDP and TCP
+        based tunnel protocols (Geneve, VXLAN, LISP, and STT).
+      </column>
+
       <column name="options" key="key">
         Optional.  Shorthand to set <code>in_key</code> and
         <code>out_key</code> at the same time.
Ben Pfaff Nov. 8, 2017, 9:35 a.m. UTC | #2
Well, that's annoying.

I pushed a fix.

On Wed, Nov 08, 2017 at 05:30:15PM +0800, 通天晓0280 wrote:
> It seems this patch broke OVS compiling,there is an recent error while compiling OVS in networking-ovn CI. [1]
> 0xC2A0C2A0 appeared between words "Optional."  and "The" [2].
> [1]http://logs.openstack.org/03/518203/3/check/networking-ovn-tempest-dsvm-ovs-master/d021028/logs/devstacklog.txt.gz#_2017-11-08_07_08_57_141[2]https://github.com/openvswitch/ovs/blob/master/vswitchd/vswitch.xml#L2370------------------------------------------------------------------From:Ben Pfaff <blp@ovn.org>Time:2017 Nov 8 (Wed) 12:23To:duanjiong <djduanjiong@gmail.com>Cc:dev <dev@openvswitch.org>Subject:Re: [ovs-dev] [PATCH] vswitchd: doc the option dst_port
> On Mon, Nov 06, 2017 at 01:43:23PM +0800, duanjiong wrote:
> > Otherwise the user does not know how to change it
> > 
> > Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
> > ---
> >  vswitchd/vswitch.xml | 4 ++++
> >  1 file changed, 4 insertions(+)
> > 
> > diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
> > index d7f6839..c4e3d62 100644
> > --- a/vswitchd/vswitch.xml
> > +++ b/vswitchd/vswitch.xml
> > @@ -2367,6 +2367,10 @@
> >          </ul>
> >        </column>
> >  
> > +      <column name="options" key="dst_port">
> > +        Optional.  The tunnel transport layer destination port.
> > +      </column>
> > +
> 
> Thanks for the patch.  It did not apply properly and it took me a long
> time to figure out why.  It is because it is corrupted by using
> nonbreaking spaces (U+00A0) where spaces (U+0020) must be used.  I fixed
> that and applied this to master, first adding a little more information:
> 
> --8<--------------------------cut here-------------------------->8--
> 
> From: duanjiong <djduanjiong@gmail.com>
> Date: Mon, 6 Nov 2017 13:43:23 +0800
> Subject: [PATCH] vswitchd: Document option dst_port.
> 
> Otherwise the user does not know how to change it
> 
> Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  vswitchd/vswitch.xml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
> index d7f68393b25e..20e516cfe8d3 100644
> --- a/vswitchd/vswitch.xml
> +++ b/vswitchd/vswitch.xml
> @@ -2367,6 +2367,11 @@
>          </ul>
>        </column>
>  
> +      <column name="options" key="dst_port">
> +        Optional.  The tunnel transport layer destination port, for UDP and TCP
> +        based tunnel protocols (Geneve, VXLAN, LISP, and STT).
> +      </column>
> +
>        <column name="options" key="key">
>          Optional.  Shorthand to set <code>in_key</code> and
>          <code>out_key</code> at the same time.
> -- 
> 2.10.2
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox series

Patch

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index d7f6839..c4e3d62 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -2367,6 +2367,10 @@ 
         </ul>
       </column>
 
+      <column name="options" key="dst_port">
+        Optional.  The tunnel transport layer destination port.
+      </column>
+
       <column name="options" key="key">
         Optional.  Shorthand to set <code>in_key</code> and
         <code>out_key</code> at the same time.