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]>
---
 ovn-sb.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ovn-sb.xml b/ovn-sb.xml
index e1e025ee7..f8a527ac8 100644
--- a/ovn-sb.xml
+++ b/ovn-sb.xml
@@ -2552,7 +2552,7 @@ 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