When adding variables to Chassis_Template_Var, square brackets are
needed around backend IPv6 addresses, and not VIPs.

Reported-at: https://issues.redhat.com/browse/FDP-1066
Signed-off-by: Rosemarie O'Riorden <rosema...@redhat.com>
---
 ovn-nb.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/ovn-nb.xml b/ovn-nb.xml
index bf1f1628b..54bd9b51f 100644
--- a/ovn-nb.xml
+++ b/ovn-nb.xml
@@ -2334,6 +2334,17 @@ or
           of the <ref table="Chassis_Template_Var"/> <ref column="variables"/>
           records.
         </p>
+
+        <p>
+          In the above examples, square brackets are only used to indicate
+          choosing between the enclosed options. But when adding to
+          <ref table="Chassis_Template_Var"/> <ref column="variables"/>
+          backend IPv6 addresses must be enclosed in []. VIPs must not be
+          enclosed in []. For example:
+          <code>
+          
lbvip="3001::10",lbport=12010,lbback="[2001::1]",ip6_back="[2001::1]:12010"
+          </code>
+        </p>
       </column>
 
       <column name="options" key="address-family">
-- 
2.48.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to