From af5315b3e713d65256aea791da89dd74c90e4072 Mon Sep 17 00:00:00 2001 From: Christian Trautman Date: Tue, 20 Sep 2016 12:34:55 -0400 Subject: cmd_timeout: Add ovs command timeout configuration option Adds option for configurable timeout for ovs commands. JIRA: VSPERF-396 Change-Id: Ie73dfea1a088a5c92bef705f1fe874ddeeaec5a7 Signed-off-by: Christian Trautman --- conf/02_vswitch.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/02_vswitch.conf') 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 # ############################ -- cgit 1.2.3-korg