diff mbox series

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

Message ID HE1PR07MB3115AAB3B55AE30F309F17A5ED560@HE1PR07MB3115.eurprd07.prod.outlook.com
State Accepted
Headers show
Series [ovs-dev] Documentation: fix for option dst_port unicode error | expand

Commit Message

Róbert Mulik Nov. 8, 2017, 12:25 p.m. UTC
With the documentation update for option dst_port the make fails with
UnicodeEncodeError. The invalid characters are removed by this fix.

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

--
1.9.1

Comments

Ben Pfaff Nov. 8, 2017, 8:15 p.m. UTC | #1
On Wed, Nov 08, 2017 at 12:25:34PM +0000, Róbert Mulik wrote:
> 
> With the documentation update for option dst_port the make fails with
> UnicodeEncodeError. The invalid characters are removed by this fix.
> 
> CC: duanjiong <djduanjiong@gmail.com>
> Fixes: fb9fdd72893d ("vswitchd: Document option dst_port.")
> Signed-off-by: Robert Mulik <robert.mulik@ericsson.com>

Thanks for submitting this fix.  I believe that I already applied an
equivalent fix.
diff mbox series

Patch

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>