X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fifupdown.sh;h=f728f7c779be1c685959838260d7782e2d908509;hb=fba6bd1d3f5891471daea8bf5da22303c2d889df;hp=f6a77508d6e1f7522bee77fef822346935dbb201;hpb=cff78c8844bcce7c6b20fe30d56b5509232039d2;p=sliver-openvswitch.git diff --git a/debian/ifupdown.sh b/debian/ifupdown.sh index f6a77508d..f728f7c77 100755 --- a/debian/ifupdown.sh +++ b/debian/ifupdown.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (c) 2012 Nicira, Inc. +# Copyright (c) 2012, 2013 Nicira, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ if [ -z "${IF_OVS_TYPE}" ]; then fi ovs_vsctl() { - ovs-vsctl --timeout=5 "$@" + ovs-vsctl "$@" } if (ovs_vsctl --version) > /dev/null 2>&1; then :; else