]> git.proxmox.com Git - ovs.git/commit
ovs-ctl: Permit to specify additional options
authorTimothy Redaelli <tredaelli@redhat.com>
Mon, 11 Feb 2019 18:55:52 +0000 (19:55 +0100)
committerBen Pfaff <blp@ovn.org>
Tue, 12 Feb 2019 01:52:17 +0000 (17:52 -0800)
commitfce20b8b73b1c08bc0f51a04a2109d80e4bc8b51
treeaa85f5549efdbbafcf278135363ce022f7b04487
parent612f80fa8ebf88dad2e204364c6c02b451dca36c
ovs-ctl: Permit to specify additional options

Currently using ovs-ctl is not possible to specify additional options
for ovs-vswitchd and ovsdb-server (for example to specify a different
loglevel during daemon startup).

This patch adds --ovs-vswitchd-options and --ovsdb-server-options
options to ovs-ctl in order to specify the additional options.

Due to word splitting it may not be possible to specify an option that
includes whitespaces.

Reported-at: https://bugzilla.redhat.com/1664794
Reported-by: Matt Flusche <mflusche@redhat.com>
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
utilities/ovs-ctl.in