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 <mmich...@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
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to