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
035ed069
Commit
035ed069
authored
Feb 12, 2004
by
Mike Hibler
Browse files
restore an IXP (subnode) exception in doifconfig
parent
03265003
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
035ed069
...
...
@@ -1048,7 +1048,7 @@ COMMAND_PROTOTYPE(doifconfig)
/*
* For Virtual Nodes, we return interfaces that belong to it.
*/
if
(
reqp
->
isvnode
)
if
(
reqp
->
isvnode
&&
!
reqp
->
issubnode
)
sprintf
(
buf
,
"vnode_id='%s'"
,
reqp
->
vnodeid
);
else
strcpy
(
buf
,
"vnode_id is 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