Skip to content

Commit

Permalink
Update NEWS and SB XML.
Browse files Browse the repository at this point in the history
Update NEWS and SB XML files for 84030e9

Signed-off-by: Karthik Chandrashekar <[email protected]>
Signed-off-by: Numan Siddique <[email protected]>
  • Loading branch information
karthik-kc authored and numansiddique committed Oct 24, 2024
1 parent 84030e9 commit d741f2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Post v24.09.0
-------------
- Added support to choose selection methods - dp_hash or
hash (with specified hash fields) for ECMP routes
while choosing nexthop.

OVN v24.09.0 - 13 Sep 2024
--------------------------
Expand Down
4 changes: 2 additions & 2 deletions ovn-sb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2545,7 +2545,7 @@ tcp.flags = RST;
</dd>

<dt><code><var>R</var> = select(<var>N1</var>[=<var>W1</var>], <var>N2</var>[=<var>W2</var>], ...);</code></dt>
<dt><code><var>R</var> = select(values=<var>N1</var>[=<var>W1</var>], <var>N2</var>[=<var>W2</var>], ...; hash_felds="<var>field1</var>,<var>field2</var>,...");</code></dt>
<dt><code><var>R</var> = select(values=(<var>N1</var>[=<var>W1</var>], <var>N2</var>[=<var>W2</var>], ...); hash_fields="<var>field1</var>,<var>field2</var>,...");</code></dt>
<dd>
<p>
<b>Parameters</b>: Integer <var>N1</var>, <var>N2</var>..., with
Expand Down Expand Up @@ -2583,7 +2583,7 @@ tcp.flags = RST;

<p>
<b>Example:</b> <code>reg8[16..31] = select(1=20, 2=30, 3=50);</code>
<b>Example:</b> <code>reg8[16..31] = select(values=1=20, 2=30, 3=50; hash_fields="ip_proto,src_ip,dst_ip");</code>
<b>Example:</b> <code>reg8[16..31] = select(values=(1=20, 2=30, 3=50); hash_fields="ip_proto,src_ip,dst_ip");</code>
</p>
</dd>

Expand Down

0 comments on commit d741f2f

Please sign in to comment.