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
72266e8f
Commit
72266e8f
authored
Jan 11, 2008
by
Leigh B. Stoller
Browse files
More fixes.
parent
c751c6e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/assign_wrapper.in
View file @
72266e8f
...
...
@@ -3423,10 +3423,10 @@ sub NewVirtIface($$$;$)
my
$query_result
=
DBQueryFatal
("
insert into vinterfaces
"
.
"
(node_id, unit, mac, IP, mask, type, iface,
"
.
"
rtabid, vnode_id, virtlanidx)
"
.
"
rtabid, vnode_id,
exptidx,
virtlanidx)
"
.
"
values ('
$pnode
', 0, '
$mac
', '
$ip
', '
$mask
', '
$type
',
"
.
(
defined
(
$pport
)
?
"
'
$pport
'
"
:
"
NULL
")
.
"
,
"
.
"
'
$rtabid
',
$vvnode
, '
$vllidx
')
");
"
'
$rtabid
',
$vvnode
,
$experiment_idx
,
'
$vllidx
')
");
my
$newid
=
$query_result
->
insertid
;
$newvif
=
$type
.
$newid
;
...
...
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