Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
111
Issues
111
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
fb3d6f46
Commit
fb3d6f46
authored
Aug 03, 2006
by
Russ Fish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Micro bug-fix in os_ifconfig_line NIC setup retry checking.
parent
4ce9c421
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tmcd/cygwinxp/liblocsetup.pm
tmcd/cygwinxp/liblocsetup.pm
+2
-2
No files found.
tmcd/cygwinxp/liblocsetup.pm
View file @
fb3d6f46
...
...
@@ -311,9 +311,9 @@ sub os_ifconfig_line($$$$$$$;$$%)
$uplines
.=
qq{\n #================================\n }
;
$uplines
.=
qq{echo "Enabling $iface on $inet"\n }
;
#
# Re-enable device if necessary (getmac Transport is "
D
isconnected".)
# Re-enable device if necessary (getmac Transport is "
Media d
isconnected".)
my
$test
=
qq[getmac /v /fo csv | awk -F, '/^"$iface"/{print \$4}']
;
$uplines
.=
qq{if [ \`$test\` = '"
D
isconnected"' ]; then\n }
;
$uplines
.=
qq{if [ \`$test\` = '"
Media d
isconnected"' ]; then\n }
;
$uplines
.=
"
$DEVCON
enable '
$dev_map
{
$iface
}'
\n
";
$uplines
.=
qq{ sleep 5\n }
;
$uplines
.=
qq{fi\n }
;
...
...
Write
Preview
Markdown
is supported
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