diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-04-02 22:44:41 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-04-02 22:44:41 +0000 |
commit | 896f6373873faabf765cb512db8255be5a1f3a53 (patch) | |
tree | 77bac1ecc5ae9f591aa9bbd615de281cdbae06be /usr.bin/bgplg | |
parent | 462fcaccf53740c0df66f0768dbdcccc860e4d11 (diff) |
document ping6/traceroute6, ok jmc
Diffstat (limited to 'usr.bin/bgplg')
-rw-r--r-- | usr.bin/bgplg/bgplg.8 | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/usr.bin/bgplg/bgplg.8 b/usr.bin/bgplg/bgplg.8 index 96ba182c071..4a1e73876ba 100644 --- a/usr.bin/bgplg/bgplg.8 +++ b/usr.bin/bgplg/bgplg.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgplg.8,v 1.4 2007/05/31 19:20:07 jmc Exp $ +.\" $OpenBSD: bgplg.8,v 1.5 2010/04/02 22:44:40 sthen Exp $ .\" .\" Copyright (c) 2005, 2006 Reyk Floeter <reyk@vantronix.net> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 2 2010 $ .Dt BGPLG 8 .Os .Sh NAME @@ -72,9 +72,11 @@ will be hidden from looking glass command list): .Ed .It The programs -.Xr ping 8 -and +.Xr ping 8 , +.Xr ping6 8 , .Xr traceroute 8 +and +.Xr traceroute6 8 will require a copy of the resolver configuration file .Xr resolv.conf 5 in the @@ -139,7 +141,7 @@ To enable the corresponding functionality, use the utility to manually set the file permission mode to 0555 or anything appropriate. .Pp -.Bl -tag -width "/var/www/bin/tracerouteXX" -compact +.Bl -tag -width "/var/www/bin/traceroute6XX" -compact .It Pa /var/www/cgi-bin/bgplg The .Nm @@ -154,11 +156,23 @@ The .Xr ping 8 program used to send ICMP ECHO_REQUEST packets to network hosts. Requires the set-user-ID bit, set the permission mode to 4555. +.It Pa /var/www/bin/ping6 +The +.Xr ping6 8 +program used to send ICMPv6 ICMP6_ECHO_REQUEST packets to network hosts. +Requires the set-user-ID bit, set the permission mode to 4555. .It Pa /var/www/bin/traceroute The .Xr traceroute 8 program used to print the route packets take to network hosts. Requires the set-user-ID bit, set the permission mode to 4555. +.It Pa /var/www/bin/traceroute6 +The +.Xr traceroute6 8 +program used to print the route packets take to +.Xr inet6 4 +network hosts. +Requires the set-user-ID bit, set the permission mode to 4555. .El .Sh SEE ALSO .Xr bgpctl 8 , |