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
5129f458
Commit
5129f458
authored
Feb 06, 2008
by
Leigh B. Stoller
Browse files
Allow vtun/gre/egre as encap types.
parent
785734b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
5129f458
...
...
@@ -730,8 +730,7 @@ REPLACE INTO table_regex VALUES ('projects','num_members','int','redirect','defa
REPLACE
INTO
table_regex
VALUES
(
'projects'
,
'num_pcs'
,
'int'
,
'redirect'
,
'default:int'
,
0
,
2048
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'projects'
,
'num_pcplab'
,
'int'
,
'redirect'
,
'default:int'
,
0
,
2048
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'projects'
,
'num_ron'
,
'int'
,
'redirect'
,
'default:int'
,
0
,
1024
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'encap_style'
,
'text'
,
'regex'
,
'^(alias|veth|veth-ne|vlan|tunnel|default)$'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'encap_style'
,
'text'
,
'regex'
,
'^(alias|veth|veth-ne|vlan|vtun|egre|gre|default)$'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'veth_encapsulate'
,
'int'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'allowfixnode'
,
'int'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'jail_osname'
,
'text'
,
'redirect'
,
'os_info:osname'
,
0
,
0
,
NULL
);
...
...
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