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
d95ef44f
Commit
d95ef44f
authored
Jul 06, 2010
by
Leigh B Stoller
Browse files
Bug Fix: Use modprobe instead of insmod.
parent
21b06bea
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/config/rc.tunnels
View file @
d95ef44f
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2004
, 2008, 2009
University of Utah and the Flux Group.
# Copyright (c) 2004
-2010
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -145,7 +145,7 @@ sub doboot()
my
$sysname
=
`
uname -s
`;
chomp
(
$sysname
);
if
(
$sysname
eq
"
Linux
")
{
system
("
ins
mod ip_gre
");
system
("
mod
probe
ip_gre
");
}
else
{
system
("
kldload if_tap
");
...
...
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