On Tue, Apr 15, 2025 at 11:16 PM Rosemarie O'Riorden via dev <
ovs-dev@openvswitch.org> wrote:

> 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
>
>

Thank you Rosemarie,
I have addressed the 0-day bot warning and merged this main with backports
all the way down to 24.03.

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

Reply via email to