Correct the syntax for commit_ecmp_nh to include the boolean for if
ipv6 and the protocol.

Fixes: b504ea151e94 ("actions: introduce commit_ecmp_nh action")
Assisted-by: Claude Opus 4.6, Claude Code
Signed-off-by: Jacob Tanenbaum <[email protected]>
---
 ovn-sb.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/ovn-sb.xml b/ovn-sb.xml
index 73816098e..fc51bf7fb 100644
--- a/ovn-sb.xml
+++ b/ovn-sb.xml
@@ -2750,10 +2750,13 @@ tcp.flags = RST;
           </p>
         </dd>
 
-        <dt><code>commit_ecmp_nh(<var>ipv6</var>);</code></dt>
+        <dt><code>commit_ecmp_nh(ipv6 = <var>V</var>, proto = 
<var>P</var>);</code></dt>
         <dd>
           <p>
-              <b>Parameters</b>: IPv4/IPv6 traffic.
+              <b>Parameters</b>: <var>V</var> is <code>true</code>
+              for IPv6 traffic or <code>false</code> for IPv4.
+              <var>P</var> is the IP protocol: <code>tcp</code>,
+              <code>udp</code>, or <code>sctp</code>.
           </p>
 
           <p>
-- 
2.55.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to