the *_fdb functions, do not correctly reference the FDB table

Assisted-by: Claude Opus 4.6, Claude Code
Signed-off-by: Jacob Tanenbaum <[email protected]>

---
v4: introduced
---
 ovn-sb.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/ovn-sb.xml b/ovn-sb.xml
index 6a032a231..f81735055 100644
--- a/ovn-sb.xml
+++ b/ovn-sb.xml
@@ -1778,8 +1778,9 @@
           </p>
 
           <p>
-            Looks up <var>A</var> in fdb table. If an entry is found, stores
-            the logical port key to the out parameter <code>P</code>.
+            Looks up <var>A</var> in the <ref table="FDB"/> table. If an entry
+            is found, stores the logical port key to the out parameter
+            <code>P</code>.
           </p>
 
           <p><b>Example:</b> <code>outport = get_fdb(eth.src);</code></p>
@@ -1797,7 +1798,8 @@
 
           <p>
             Adds or updates the entry for Ethernet address <var>A</var> in
-            fdb table, setting its logical port key to <var>P</var>.
+            the <ref table="FDB"/> table, setting its logical port key to
+            <var>P</var>.
           </p>
 
           <p><b>Example:</b> <code>put_fdb(inport, eth.src);</code></p>
@@ -1818,8 +1820,8 @@
           </p>
 
           <p>
-            Looks up <var>A</var> in fdb table. If an entry is found
-            and the logical port key is <var>P</var>, <code>P</code>,
+            Looks up <var>A</var> in the <ref table="FDB"/> table. If an entry
+            is found and the logical port key is <var>P</var>, <code>P</code>,
             stores <code>1</code> in the 1-bit subfield
             <var>R</var>, else 0. If <code>flags.localnet</code> is set
             then <code>1</code> is stored if an entry is found and the
-- 
2.55.0

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

Reply via email to