[ovs-dev] [PATCH] Documentation: fix for option dst_port unicode error

Róbert Mulik robert.mulik at ericsson.com
Wed Nov 8 12:25:34 UTC 2017


With the documentation update for option dst_port the make fails with
UnicodeEncodeError. The invalid characters are removed by this fix.

CC: duanjiong <djduanjiong at gmail.com>
Fixes: fb9fdd72893d ("vswitchd: Document option dst_port.")
Signed-off-by: Robert Mulik <robert.mulik at ericsson.com>
---
 vswitchd/vswitch.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 20e516c..f853287 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -2368,7 +2368,7 @@
       </column>

       <column name="options" key="dst_port">
-        Optional.  The tunnel transport layer destination port, for UDP and TCP
+        Optional. The tunnel transport layer destination port, for UDP and TCP
         based tunnel protocols (Geneve, VXLAN, LISP, and STT).
       </column>

--
1.9.1



More information about the dev mailing list