X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Flmc;h=1d5a2816843e5493791aedfaeaae4b9a3616573c;hp=874615f98c884c93caa978d1cb5b7ea1c10fa653;hb=0073a99dbd25bdb046d6bf11745bc0440930eb9a;hpb=9bc7e4aaddc53c442e50ca49b565ea689db83eed diff --git a/lustre/utils/lmc b/lustre/utils/lmc index 874615f..1d5a281 100755 --- a/lustre/utils/lmc +++ b/lustre/utils/lmc @@ -889,7 +889,7 @@ def add_net(gen, lustre, options): if net_type in ('tcp',): port = get_option_int(options, 'port') - elif net_type in ('elan', 'gm', 'openib','iib'): + elif net_type in ('elan', 'gm', 'openib','iib','lo'): port = 0 else: print "Unknown net_type: ", net_type