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
c713fce2
Commit
c713fce2
authored
Feb 05, 2004
by
Leigh B. Stoller
Browse files
Add 'veths' and 'mlinks' to the list of possible osfeatures in
is_info table.
parent
3ba344b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
c713fce2
...
...
@@ -960,7 +960,7 @@ CREATE TABLE os_info (
path
tinytext
,
magic
tinytext
,
machinetype
varchar
(
30
)
NOT
NULL
default
''
,
osfeatures
set
(
'ping'
,
'ssh'
,
'ipod'
,
'isup'
)
default
NULL
,
osfeatures
set
(
'ping'
,
'ssh'
,
'ipod'
,
'isup'
,
'veths'
,
'mlinks'
)
default
NULL
,
ezid
tinyint
(
4
)
NOT
NULL
default
'0'
,
shared
tinyint
(
4
)
NOT
NULL
default
'0'
,
mustclean
tinyint
(
4
)
NOT
NULL
default
'1'
,
...
...
sql/database-migrate.txt
View file @
c713fce2
...
...
@@ -1291,3 +1291,9 @@ last_net_act,last_cpu_act,last_ext_act);
alter table nodes add rtabid smallint(5) unsigned NOT NULL \
default '0' after stated_tag;
1.125: Add 'veths' and 'mlinks' to the list of possible osfeatures in
is_info table.
alter table os_info change osfeatures osfeatures \
set('ping','ssh','ipod','isup','veths','mlinks') default NULL;
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