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
9129398c
Commit
9129398c
authored
May 02, 2011
by
Leigh B Stoller
Browse files
Minor bug fix for picking up the vlan tag in join with vinterfaces.
parent
12d3e7e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
9129398c
...
...
@@ -2069,10 +2069,9 @@ COMMAND_PROTOTYPE(doifconfig)
"left join virt_lan_lans as vll on "
" vll.idx=v.virtlanidx and vll.exptidx=v.exptidx "
"left join lans as l on "
" l.exptidx=vll.exptidx and l.vname=vll.vname and "
" l.link is null "
" l.exptidx=vll.exptidx and l.vname=vll.vname "
"left join vlans on "
" vlans.id=
l.
lanid "
" vlans.id=
v.v
lanid "
"left join lan_attributes as la2 on "
" la2.lanid=v.vlanid and la2.attrkey='stack' "
"where v.exptidx='%d' and v.node_id='%s' and "
...
...
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