From e992c59d51979ff758f19dc48a80f3c034c96a04 Mon Sep 17 00:00:00 2001 From: Mike Hibler Date: Fri, 17 Aug 2018 12:38:01 -0600 Subject: [PATCH] Do return Infiniband interfaces. --- tmcd/tmcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmcd/tmcd.c b/tmcd/tmcd.c index a7cf325a9..a1c809b07 100644 --- a/tmcd/tmcd.c +++ b/tmcd/tmcd.c @@ -12759,7 +12759,7 @@ COMMAND_PROTOTYPE(dohwinfo) */ res = mydb_query("select mac,iface from interfaces where " " mac not like '000000%%' and " - " role!='mngmnt' and guid is NULL and " + " role!='mngmnt' and " " node_id='%s' order by iface", 2, reqp->nodeid); if (!res) { -- GitLab