diff mbox series

[ovs-dev] ovn-sb.xml: Remove IPv4-only restriction from Service Monitors.

Message ID 20240202032101.633014-1-mmichels@redhat.com
State Accepted
Headers show
Series [ovs-dev] ovn-sb.xml: Remove IPv4-only restriction from Service Monitors. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Mark Michelson Feb. 2, 2024, 3:20 a.m. UTC
The documentation for Service_Monitors in the southbound database state
that only IPv4 is supported. However, IPv6 service monitors have been
supported since OVN 23.03 was released.

This patch addresses the problem by removing the incorrect
documentation.

Fixes: 40a686e8e70f ("Add IPv6 support for lb health-check")
Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 ovn-sb.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Ales Musil Feb. 2, 2024, 9:55 a.m. UTC | #1
On Fri, Feb 2, 2024 at 4:21 AM Mark Michelson <mmichels@redhat.com> wrote:

> The documentation for Service_Monitors in the southbound database state
> that only IPv4 is supported. However, IPv6 service monitors have been
> supported since OVN 23.03 was released.
>
> This patch addresses the problem by removing the incorrect
> documentation.
>
> Fixes: 40a686e8e70f ("Add IPv6 support for lb health-check")
> Signed-off-by: Mark Michelson <mmichels@redhat.com>
> ---
>  ovn-sb.xml | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/ovn-sb.xml b/ovn-sb.xml
> index e393f92b3..95733f99b 100644
> --- a/ovn-sb.xml
> +++ b/ovn-sb.xml
> @@ -4774,8 +4774,7 @@ tcp.flags = RST;
>        Each row in this table configures monitoring a service for its
> liveness.
>        The service can be an IPv4 TCP or UDP
>        service. <code>ovn-controller</code> periodically sends out service
> -      monitor packets and updates the status of the service. Service
> monitoring
> -      for IPv6 services is not supported.
> +      monitor packets and updates the status of the service.
>      </p>
>
>      <p>
> @@ -4812,7 +4811,7 @@ tcp.flags = RST;
>        </column>
>
>        <column name="src_ip">
> -        Source IPv4 address to use in the service monitor packet.
> +        Source IPv4 or IPv6 address to use in the service monitor packet.
>        </column>
>
>        <column name="options" key="interval" type='{"type": "integer"}'>
> --
> 2.43.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>

Looks good to me, thanks.

Acked-by: Ales Musil <amusil@redhat.com>
Dumitru Ceara Feb. 9, 2024, 12:37 p.m. UTC | #2
On 2/2/24 10:55, Ales Musil wrote:
> On Fri, Feb 2, 2024 at 4:21 AM Mark Michelson <mmichels@redhat.com> wrote:
> 
>> The documentation for Service_Monitors in the southbound database state
>> that only IPv4 is supported. However, IPv6 service monitors have been
>> supported since OVN 23.03 was released.
>>
>> This patch addresses the problem by removing the incorrect
>> documentation.
>>
>> Fixes: 40a686e8e70f ("Add IPv6 support for lb health-check")
>> Signed-off-by: Mark Michelson <mmichels@redhat.com>
>> ---

Thanks, Mark and Ales!

Applied to main and backported all the way to 23.03.

Regards,
Dumitru
diff mbox series

Patch

diff --git a/ovn-sb.xml b/ovn-sb.xml
index e393f92b3..95733f99b 100644
--- a/ovn-sb.xml
+++ b/ovn-sb.xml
@@ -4774,8 +4774,7 @@  tcp.flags = RST;
       Each row in this table configures monitoring a service for its liveness.
       The service can be an IPv4 TCP or UDP
       service. <code>ovn-controller</code> periodically sends out service
-      monitor packets and updates the status of the service. Service monitoring
-      for IPv6 services is not supported.
+      monitor packets and updates the status of the service.
     </p>
 
     <p>
@@ -4812,7 +4811,7 @@  tcp.flags = RST;
       </column>
 
       <column name="src_ip">
-        Source IPv4 address to use in the service monitor packet.
+        Source IPv4 or IPv6 address to use in the service monitor packet.
       </column>
 
       <column name="options" key="interval" type='{"type": "integer"}'>