@@ -247,12 +247,16 @@ static void printUsageShowpaths() {
247247 println ("'showpaths' lists available paths between the local and the specified" );
248248 println ("SCION AS." );
249249 println ("" );
250- println ("By default, the paths are probed. Paths served from the SCION Daemon's might not" );
251- println ("forward traffic successfully (e.g. if a network link went down, or there is a black" );
252- println ("hole on the path). To disable path probing, set the appropriate flag." );
253- println ("" );
254- println ("If no alive path is discovered, json output is not enabled, and probing is not" );
255- println ("disabled, showpaths will exit with the code 1." );
250+ println ("Path probing: Unlike `scion`, jpan-cli does no path probing." ); // TODO
251+ // println("By default, the paths are probed. Paths served from the SCION Daemon's might
252+ // not");
253+ // println("forward traffic successfully (e.g. if a network link went down, or there is a
254+ // black");
255+ // println("hole on the path). To disable path probing, set the appropriate flag.");
256+ println ("" );
257+ // println("If no alive path is discovered, json output is not enabled, and probing is not");
258+ // println("disabled, showpaths will exit with the code 1.");
259+ println ("If no alive path is discovered, showpaths will exit with the code 1." ); // TODO
256260 println ("On other errors, showpaths will exit with code 2." );
257261 // println("");
258262 // printSequenceHelp();
@@ -266,13 +270,14 @@ static void printUsageShowpaths() {
266270 println ("" );
267271 println ("Examples:" );
268272 println (" jpan-cli showpaths 1-ff00:0:110 --extended" );
269- println (" jpan-cli showpaths 1-ff00:0:110 --local 127.0.0.55 --json" );
270- println (" jpan-cli showpaths 1-ff00:0:111 --sequence=\" 0-0#2 0*\" # outgoing IfID=2" );
271- println (
272- " jpan-cli showpaths 1-ff00:0:111 --sequence=\" 0* 0-0#41\" # incoming IfID=41 at dstIA" );
273- println (
274- " jpan-cli showpaths 1-ff00:0:111 --sequence=\" 0* 1-ff00:0:112 0*\" # 1-ff00:0:112 on the path" );
275- println (" jpan-cli showpaths 1-ff00:0:110 --no-probe" );
273+ // println(" jpan-cli showpaths 1-ff00:0:110 --local 127.0.0.55 --json");
274+ // println(" jpan-cli showpaths 1-ff00:0:111 --sequence=\"0-0#2 0*\" # outgoing IfID=2");
275+ // println(
276+ // " jpan-cli showpaths 1-ff00:0:111 --sequence=\"0* 0-0#41\" # incoming IfID=41 at dstIA");
277+ // println(
278+ // " jpan-cli showpaths 1-ff00:0:111 --sequence=\"0* 1-ff00:0:112 0*\" # 1-ff00:0:112 on
279+ // the path");
280+ // println(" jpan-cli showpaths 1-ff00:0:110 --no-probe");
276281 println ("" );
277282 println ("Flags:" );
278283 // println(" --epic Enable EPIC.");
0 commit comments