aboutsummaryrefslogtreecommitdiffstats
path: root/conf/02_vswitch.conf
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2018-04-03 07:17:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-03 07:17:32 +0000
commite1c33f5984089d32ff6615df5c993187d6c132e2 (patch)
tree21c00718ff890e65f1a29ba800548fe0645447ed /conf/02_vswitch.conf
parent3c2794471edd1a931dfdac31a32a4087d40f5289 (diff)
parentf765c92fe25c6c3cf035f633367c50ed4f96dda8 (diff)
Merge "ovs: Configurable arguments of ovs-*ctl"
Diffstat (limited to 'conf/02_vswitch.conf')
-rw-r--r--conf/02_vswitch.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf
index 6a830a05..4d0fc46b 100644
--- a/conf/02_vswitch.conf
+++ b/conf/02_vswitch.conf
@@ -201,6 +201,11 @@ VSWITCH = "OvsDpdkVhost"
VSWITCH_JUMBO_FRAMES_ENABLED = False
VSWITCH_JUMBO_FRAMES_SIZE = 9000
+# default arguments of OVS ctl tools
+OVS_VSCTL_ARGS = []
+OVS_OFCTL_ARGS = ['-O', 'OpenFlow13'] # backward compatible default value
+OVS_APPCTL_ARGS = []
+
#########################
## VPP
#########################