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
28346c53
Commit
28346c53
authored
May 14, 2012
by
Leigh B Stoller
Browse files
Add the 5400 switch type.
parent
7236511b
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/genirack/tbdb.sql
View file @
28346c53
...
...
@@ -23,6 +23,11 @@ replace into node_types set
replace
into
node_type_attributes
set
type
=
'hp6600'
,
attrkey
=
'forwarding_protocols'
,
attrvalue
=
'ethernet'
,
attrtype
=
'string'
;
replace
into
node_types
set
class
=
'switch'
,
isswitch
=
1
,
type
=
'hp5406'
;
replace
into
node_type_attributes
set
type
=
'hp5406'
,
attrkey
=
'forwarding_protocols'
,
attrvalue
=
'ethernet'
,
attrtype
=
'string'
;
replace
into
nodes
set
node_id
=
'procurve2'
,
phys_nodeid
=
'procurve2'
,
type
=
'hp6600'
,
role
=
'testswitch'
;
REPLACE
INTO
`switch_stack_types`
...
...
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