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
fe45361d
Commit
fe45361d
authored
Feb 14, 2003
by
Leigh B. Stoller
Browse files
Change default mask in linkdelays table.
parent
28bb0764
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
fe45361d
...
...
@@ -410,7 +410,7 @@ CREATE TABLE linkdelays (
node_id
varchar
(
10
)
NOT
NULL
default
''
,
iface
varchar
(
8
)
NOT
NULL
default
''
,
ip
varchar
(
15
)
NOT
NULL
default
''
,
netmask
varchar
(
15
)
NOT
NULL
default
'255.255.255.
255
'
,
netmask
varchar
(
15
)
NOT
NULL
default
'255.255.255.
0
'
,
dir
enum
(
'xmit'
,
'recv'
)
NOT
NULL
default
'xmit'
,
eid
varchar
(
32
)
default
NULL
,
pid
varchar
(
32
)
default
NULL
,
...
...
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