a bracket is apparently missing in ovs-actions(7). The patch changes the relevant row from:
ct(argument]...) to: ct([argument]...) Signed-off-by: Paolo Valerio <[email protected]> --- lib/ovs-actions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ovs-actions.xml b/lib/ovs-actions.xml index e9a3ef039..1f6f30685 100644 --- a/lib/ovs-actions.xml +++ b/lib/ovs-actions.xml @@ -1965,7 +1965,7 @@ for <var>i</var> in [1,<var>n_members</var>]: <action name="CT"> <h2>The <code>ct</code> action</h2> - <syntax><code>ct(<var>argument</var></code>]...<code>)</code></syntax> + <syntax><code>ct(</code>[<code><var>argument</var></code>]...<code>)</code></syntax> <syntax><code>ct(commit</code>[<code>, <var>argument</var></code>]...<code>)</code></syntax> <p> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
