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

---
v3 - reduce number of characters in patch subject.
     ensure all lines are less than 79 characters
---
 ovn-sb.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/ovn-sb.xml b/ovn-sb.xml
index 9b72ec170..d19c644ee 100644
--- a/ovn-sb.xml
+++ b/ovn-sb.xml
@@ -2752,10 +2752,14 @@ 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