diff options
author | Gleydson Soares <gsoares@cvs.openbsd.org> | 2012-03-30 14:31:19 +0000 |
---|---|---|
committer | Gleydson Soares <gsoares@cvs.openbsd.org> | 2012-03-30 14:31:19 +0000 |
commit | 15a969f5d2ac49d8d8b91073e112ae1271cb8154 (patch) | |
tree | 7ba542f10822d4b8c45e26d4cba1e1a747bf062d /usr.bin/bgplg | |
parent | eb5a4037dac961833fc69d3cf98240cad56ec0b8 (diff) |
* use -A with traceroute6 to print the AS number; OK deraadt@ dcoppa@ henning@
* while here tweak bgplg.head increasing the <div> width to 800px so that this support
better the tracing output with long v6 address; (requested by sthen@)
Diffstat (limited to 'usr.bin/bgplg')
-rw-r--r-- | usr.bin/bgplg/bgplg.h | 4 | ||||
-rw-r--r-- | usr.bin/bgplg/bgplg.head | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/bgplg/bgplg.h b/usr.bin/bgplg/bgplg.h index 1c5de1bacbb..f2a28fb8ef2 100644 --- a/usr.bin/bgplg/bgplg.h +++ b/usr.bin/bgplg/bgplg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgplg.h,v 1.8 2011/11/08 12:21:29 deraadt Exp $ */ +/* $OpenBSD: bgplg.h,v 1.9 2012/03/30 14:31:18 gsoares Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter <reyk@vantronix.net> @@ -67,7 +67,7 @@ struct cmd { { "ping", 1, 1, "<address>", \ { PING, "-c4", "-w2", NULL } }, \ { "traceroute6", 1, 1, "<address>", \ - { TRACEROUTE6, "-l", NULL } }, \ + { TRACEROUTE6, "-Al", NULL } }, \ { "ping6", 1, 1, "<address>", \ { PING6, "-c4", "-i2", NULL } }, \ { "help", 0, 0, NULL, { NULL }, lg_help }, \ diff --git a/usr.bin/bgplg/bgplg.head b/usr.bin/bgplg/bgplg.head index 36d267456bc..b31a9ed534f 100644 --- a/usr.bin/bgplg/bgplg.head +++ b/usr.bin/bgplg/bgplg.head @@ -1,6 +1,6 @@ </head> <body style="text-align: center"> -<div style="margin: 0px auto; text-align: left; width: 599px;"> +<div style="margin: 0px auto; text-align: left; width: 800px;"> <a href="http://www.openbgp.org/"> <img src="/bgplg/openbgpd.gif" alt="OpenBGPD"/> </a> |