With the documentation update for option dst_port the make fails with UnicodeEncodeError. The invalid characters are removed by this fix.
CC: duanjiong <[email protected]> Fixes: fb9fdd72893d ("vswitchd: Document option dst_port.") Signed-off-by: Robert Mulik <[email protected]> --- 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 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
