=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bgplg/bgplg.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/bgplg/bgplg.h 2009/05/20 09:45:59 1.5 +++ src/usr.bin/bgplg/bgplg.h 2010/04/02 21:20:49 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: bgplg.h,v 1.5 2009/05/20 09:45:59 sthen Exp $ */ +/* $OpenBSD: bgplg.h,v 1.6 2010/04/02 21:20:49 sthen Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter @@ -64,6 +64,10 @@ { TRACEROUTE, "-Sl", NULL } }, \ { "ping", 1, 1, "<address>", \ { PING, "-c4", "-w2", NULL } }, \ + { "traceroute6", 1, 1, "<address>", \ + { TRACEROUTE6, "-l", NULL } }, \ + { "ping6", 1, 1, "<address>", \ + { PING6, "-c4", "-i2", NULL } }, \ { "help", 0, 0, NULL, { NULL }, lg_help }, \ { NULL } \ }