Skip to content
GitLab
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
ae5f7a3f
Commit
ae5f7a3f
authored
Aug 25, 2003
by
Leigh B. Stoller
Browse files
Oops, fix cut and paste error.
parent
baf986be
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
ae5f7a3f
...
...
@@ -451,7 +451,7 @@ CREATE TABLE interfaces (
IPaliases
text
,
interface_type
varchar
(
30
)
default
NULL
,
iface
text
NOT
NULL
,
role
enum
(
'ctrl'
,
'expt'
,
'jail'
,
'
virt
'
)
NOT
NULL
default
'
expt
'
,
role
enum
(
'ctrl'
,
'expt'
,
'jail'
,
'
fake'
,
'other
'
)
NOT
NULL
default
'
other
'
,
current_speed
enum
(
'100'
,
'10'
,
'1000'
)
NOT
NULL
default
'100'
,
duplex
enum
(
'full'
,
'half'
)
NOT
NULL
default
'full'
,
PRIMARY
KEY
(
node_id
,
card
,
port
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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