X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Futils%2Fptlctl.c;h=f6b7f4009287545d6a332d9be3e88a61f95e0ea4;hp=c3ab2b7d04f78f0a98cc2fe00fb7d56e584d7baa;hb=dca8e8c05cff3f0961ae1c3a257d0170ebd8ee5a;hpb=a1027e45b32e21ee1c94832329b1577c6e8ab8bb diff --git a/lnet/utils/ptlctl.c b/lnet/utils/ptlctl.c index c3ab2b7..f6b7f40 100644 --- a/lnet/utils/ptlctl.c +++ b/lnet/utils/ptlctl.c @@ -43,7 +43,6 @@ command_t list[] = { {"disconnect", jt_ptl_disconnect, 0, "disconnect from a remote nid (args: [nid] [host]"}, {"push", jt_ptl_push_connection, 0, "flush connection to a remote nid (args: [nid]"}, {"active_tx", jt_ptl_print_active_txs, 0, "print active transmits (no args)"}, - {"testping", jt_ptl_ping_test, 0, "do a ping test (args: nid [count] [size] [timeout])"}, {"ping", jt_ptl_ping, 0, "ping (args: nid [timeout] [pid])"}, {"mynid", jt_ptl_mynid, 0, "inform the socknal of the local NID (args: [hostname])"}, {"add_route", jt_ptl_add_route, 0,