When introduced the trigger event document did not include the variable
for event_type. Update the doc to reflect the event_type passed to
trigger_event().

Fixes: 7c3523c71932 ("OVN: introduce trigger_event() action")
Assisted-by: Claude Opus 4.6, Claude Code
Signed-off-by: Jacob Tanenbaum <[email protected]>

---
v3 - reduce the length of the patch subject
---
 ovn-sb.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ovn-sb.xml b/ovn-sb.xml
index be601faad..fe07375d8 100644
--- a/ovn-sb.xml
+++ b/ovn-sb.xml
@@ -2554,7 +2554,8 @@ tcp.flags = RST;
           </p>
         </dd>
 
-        <dt><code>trigger_event;</code></dt>
+        <dt><code>trigger_event(event = "<var>event_type</var>", ...);
+        </code></dt>
         <dd>
           <p>
             This action is used to allow ovs-vswitchd to report CMS related
-- 
2.55.0

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

Reply via email to