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
51115be8
Commit
51115be8
authored
Feb 12, 2004
by
Mike Hibler
Browse files
Hmm...the rest of the fix needed to restore IXP work-atude
parent
035ed069
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
51115be8
...
...
@@ -1059,7 +1059,8 @@ COMMAND_PROTOTYPE(doifconfig)
res
=
mydb_query
(
"select card,IP,IPalias,MAC,current_speed,duplex, "
" IPaliases,iface,role,mask,rtabid "
"from interfaces where node_id='%s' and %s"
,
11
,
reqp
->
pnodeid
,
buf
);
11
,
reqp
->
issubnode
?
reqp
->
nodeid
:
reqp
->
pnodeid
,
buf
);
/*
* We need pnodeid in the query. But error reporting is done
...
...
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