Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
fe45361d
Commit
fe45361d
authored
Feb 14, 2003
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change default mask in linkdelays table.
parent
28bb0764
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/database-create.sql
sql/database-create.sql
+1
-1
No files found.
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
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