Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
434cc98e
Commit
434cc98e
authored
Feb 17, 2017
by
Leigh B Stoller
Browse files
Fix path to ovs-vsctl, which is in a different place now.
parent
aa9bc39b
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/emulab-tun.pl
View file @
434cc98e
#!/usr/bin/perl -w
#
# Copyright (c) 2000-201
4
University of Utah and the Flux Group.
# Copyright (c) 2000-201
7
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -64,7 +64,9 @@ my $IPTABLES = "/sbin/iptables";
my
$IPBIN
=
"
/sbin/ip
";
my
$IFCONFIG
=
"
/sbin/ifconfig
";
my
$OVSCTL
=
"
/usr/local/bin/ovs-vsctl
";
if
(
!
-
x
"
$OVSCTL
")
{
$OVSCTL
=
"
/usr/bin/ovs-vsctl
";
}
usage
()
if
(
@ARGV
<
4
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment