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
1b6ffcd7
Commit
1b6ffcd7
authored
Mar 18, 2005
by
Mike Hibler
Browse files
Still more whack-on-lan support.
parent
1694deed
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
1b6ffcd7
...
...
@@ -681,6 +681,7 @@ CREATE TABLE interfaces (
duplex
enum
(
'full'
,
'half'
)
NOT
NULL
default
'full'
,
rtabid
smallint
(
5
)
unsigned
NOT
NULL
default
'0'
,
vnode_id
varchar
(
32
)
default
NULL
,
whol
tinyint
(
4
)
NOT
NULL
default
'0'
,
PRIMARY
KEY
(
node_id
,
card
,
port
),
KEY
mac
(
mac
),
KEY
IP
(
IP
)
...
...
sql/database-migrate.txt
View file @
1b6ffcd7
...
...
@@ -2527,3 +2527,7 @@ last_net_act,last_cpu_act,last_ext_act);
alter table current_reloads add mustwipe \
tinyint(4) NOT NULL default '0';
1.322: Whack-on-LAN power control support. Add whol field to interfaces
table to indicate if an interface supports WhOL.
alter table interfaces add whol tinyint(4) NOT NULL default '0';
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