mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-05 20:47:55 +00:00
f7afab4bc2
The mgtifname of a network can name more than one interface, separated by !. The test for an InfiniBand interface ends at the end of the value, thus it recognises eth0!ib0 but not ib0!eth0, and a node on such a network receives no second host entry and no address over IPoIB. Accept the name in any position.