mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ovs-actions: New document describing OVS actions in detail.
Acked-by: Mark Michelson <mmichels@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -461,7 +461,7 @@ learn_parse__(char *orig, char *arg, const struct ofputil_port_map *port_map,
|
||||
}
|
||||
|
||||
/* Parses 'arg' as a set of arguments to the "learn" action and appends a
|
||||
* matching OFPACT_LEARN action to 'ofpacts'. ovs-ofctl(8) describes the
|
||||
* matching OFPACT_LEARN action to 'ofpacts'. ovs-actions(7) describes the
|
||||
* format parsed.
|
||||
*
|
||||
* Returns NULL if successful, otherwise a malloc()'d string describing the
|
||||
@@ -483,7 +483,7 @@ learn_parse(char *arg, const struct ofputil_port_map *port_map,
|
||||
return error;
|
||||
}
|
||||
|
||||
/* Appends a description of 'learn' to 's', in the format that ovs-ofctl(8)
|
||||
/* Appends a description of 'learn' to 's', in the format that ovs-actions(7)
|
||||
* describes. */
|
||||
void
|
||||
learn_format(const struct ofpact_learn *learn,
|
||||
|
Reference in New Issue
Block a user