mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
ovs-appctl: Print command arguments for "help".
This commit is contained in:
@@ -187,7 +187,7 @@ parse_lacp_packet(const struct ofpbuf *b)
|
||||
void
|
||||
lacp_init(void)
|
||||
{
|
||||
unixctl_command_register("lacp/show", lacp_unixctl_show, NULL);
|
||||
unixctl_command_register("lacp/show", "port", lacp_unixctl_show, NULL);
|
||||
}
|
||||
|
||||
/* Creates a LACP object. */
|
||||
|
||||
Reference in New Issue
Block a user