Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
cab309a9
Commit
cab309a9
authored
Jul 21, 2003
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some debugging information
parent
8484f1ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
www/newnode-defs.php3
www/newnode-defs.php3
+0
-1
No files found.
www/newnode-defs.php3
View file @
cab309a9
...
...
@@ -41,7 +41,6 @@ function find_switch_macs(&$mac_list) {
$switch
=
$matches
[
1
];
$card
=
$matches
[
2
];
$port
=
$matches
[
3
];
echo
"Class is (
$class
), ("
.
$mac_list
[
$MAC
][
"class"
]
.
")"
;
if
(
$mac_list
[
$MAC
]
&&
(
!
$mac_list
[
$MAC
][
"class"
]
||
(
$mac_list
[
$MAC
][
"class"
]
==
$class
)))
{
$mac_list
[
$MAC
][
"switch"
]
=
$switch
;
...
...
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