[ovs-dev] [PATCH 0/2] ovs-ctl: Permit to specify additional options

Timothy Redaelli tredaelli at redhat.com
Mon Feb 11 18:55:51 UTC 2019


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 series 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.

The series also adds an example to
rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template.

Timothy Redaelli (2):
  ovs-ctl: Permit to specify additional options
  rhel: Add an example to specify custom options

 rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template | 4 ++++
 utilities/ovs-ctl.in                                          | 4 ++++
 2 files changed, 8 insertions(+)

-- 
2.20.1



More information about the dev mailing list