My xml editor keeps autofixing these which means I have to be careful during 'git add' for unrelated changes. Might as well just fix them.
Signed-off-by: Kevin Traynor <[email protected]> --- vswitchd/vswitch.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 0c6632617..27f6873bf 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1330,5 +1330,5 @@ byte-long free-form string to describe the datapath for debugging purposes, e.g. <code>switch3 in room 3120</code>. - The value is returned by the switch as a part of reply to OFPMP_DESC + The value is returned by the switch as a part of reply to OFPMP_DESC request (ofp_desc). The OpenFlow specification (e.g. 1.3.5) describes the ofp_desc structure to contaion "NULL terminated ASCII strings". @@ -1892,5 +1892,5 @@ egress, which exposes the inner (customer) VLAN if one is present. </p> - + <p> If <ref column="cvlans"/> is set, only allows packets in the -- 2.34.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
