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
fe350a58
Commit
fe350a58
authored
Oct 30, 2003
by
Kirk Webb
Browse files
Small bug fix - version string for linkdelay kernel was wrong.
Will just put this in the sup tree for now.
parent
5ef28a08
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/linux/delaysetup
View file @
fe350a58
...
...
@@ -54,8 +54,7 @@ if (@ARGV) {
#
my
$KERNEL100
=
"
2.4.18-27.7.x
";
my
$KERNELJAIL
=
"";
#XXX: change to correct kernel after building it w/ right vers string
my
$KERNELLDELAY
=
"
2.4.18-27.7.x
";
# Link delay kernel.
my
$KERNELLDELAY
=
"
2.4.18-LINKDELAY
";
# Link delay kernel.
my
$TMDELMAP
=
TMDELMAP
;
# Really comes from libloc.
my
$TC
=
"
/usr/local/bin/tc
";
my
$IPTABLES
=
"
/usr/local/bin/iptables
";
...
...
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