diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-10-04 06:52:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-04 06:52:30 +0000 |
commit | fc8f6e0cc0d688eda3f36ff848cda7a33d6607e4 (patch) | |
tree | 0efa8eb49bc7c670af2bcd6c47566aea62f812cf /conf/02_vswitch.conf | |
parent | e2e6c855327ec2d0a21c4cf172c92d82948ed5d4 (diff) | |
parent | af5315b3e713d65256aea791da89dd74c90e4072 (diff) |
Merge "cmd_timeout: Add ovs command timeout configuration option"
Diffstat (limited to 'conf/02_vswitch.conf')
-rw-r--r-- | conf/02_vswitch.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf index e504d3ad..f9b8f957 100644 --- a/conf/02_vswitch.conf +++ b/conf/02_vswitch.conf @@ -12,6 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# OVS Command timeout for execution of commands. +OVS_CMD_TIMEOUT = 10 + # ############################ # DPDK configuration # ############################ |