summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-10 17:46:15 +0000
committerru <ru@FreeBSD.org>2000-11-10 17:46:15 +0000
commita6f5d950d860b642619fd71c1efc1875f906cc17 (patch)
treed290d38e2fe5b5c638aa4cd22f5612eb6b8cd6de /usr.sbin/mrouted
parent48c9ea08a6fa4c9c3d612d66b001208c85107546 (diff)
downloadFreeBSD-src-a6f5d950d860b642619fd71c1efc1875f906cc17.zip
FreeBSD-src-a6f5d950d860b642619fd71c1efc1875f906cc17.tar.gz
Avoid use of direct troff requests in mdoc(7) manual pages.
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/mrinfo.88
-rw-r--r--usr.sbin/mrouted/mrouted.824
-rw-r--r--usr.sbin/mrouted/mtrace.825
3 files changed, 21 insertions, 36 deletions
diff --git a/usr.sbin/mrouted/mrinfo.8 b/usr.sbin/mrouted/mrinfo.8
index c8b5c01..f43bb5b 100644
--- a/usr.sbin/mrouted/mrinfo.8
+++ b/usr.sbin/mrouted/mrinfo.8
@@ -2,7 +2,7 @@
.\"
.Dd May 8, 1995
.Dt MRINFO 8
-.UC 5
+.Os
.Sh NAME
.Nm mrinfo
.Nd display configuration info from a multicast router
@@ -60,14 +60,14 @@ reply.
Default timeout is 4 seconds.
.El
.Sh SAMPLE OUTPUT
-.nf
-.Nm mrinfo mbone.phony.dom.net
+.Bd -literal
+.Nm mrinfo Ar mbone.phony.dom.net
127.148.176.10 (mbone.phony.dom.net) [version 3.3]:
127.148.176.10 -> 0.0.0.0 (?) [1/1/querier]
127.148.176.10 -> 127.0.8.4 (mbone2.phony.dom.net) [1/45/tunnel]
127.148.176.10 -> 105.1.41.9 (momoney.com) [1/32/tunnel/down]
127.148.176.10 -> 143.192.152.119 (mbone.dipu.edu) [1/32/tunnel]
-.fi
+.Ed
.Pp
For each neighbor of the queried multicast router, the IP of the queried router
is displayed, followed by the IP and name of the neighbor.
diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8
index 1e56452..bf8b5c4 100644
--- a/usr.sbin/mrouted/mrouted.8
+++ b/usr.sbin/mrouted/mrouted.8
@@ -4,7 +4,7 @@
.\"
.Dd May 8, 1995
.Dt MROUTED 8
-.UC 5
+.Os
.Sh NAME
.Nm mrouted
.Nd IP multicast routing daemon
@@ -386,8 +386,8 @@ direct tunnels (i.e. eliminate the middle man).
.Sh "EXAMPLE CONFIGURATION"
This is an example configuration for a mythical multicast router at a big
school.
-.sp
-.nf
+.Pp
+.Bd -literal
#
# mrouted.conf example
#
@@ -420,7 +420,7 @@ tunnel 192.168.5.4 192.168.55.101 metric 1 threshold 1
# Careful with those boundaries, Eugene.
tunnel 192.168.5.4 10.11.12.13 metric 1 threshold 32
boundary LOCAL boundary EE
-.fi
+.Ed
.Sh SIGNALS
.Nm Mrouted
responds to the following signals:
@@ -453,9 +453,8 @@ writes its pid to
upon startup.
.Sh EXAMPLE
The routing tables look like this:
-.nf
-.ft C
-
+.Pp
+.Bd -literal
Virtual Interface Table
Vif Local-Address Metric Thresh Flags
0 36.2.0.8 subnet: 36.2/16 1 1 querier
@@ -488,8 +487,7 @@ Multicast Routing Table (1136 entries)
.
.
.
-
-.fi
+.Ed
.Pp
In this example, there are four vifs connecting to two subnets and two
tunnels. The vif 3 tunnel is not in use (no peer address). The vif 0 and
@@ -520,9 +518,8 @@ are created and deleted by
.Nm mrouted .
.Pp
The cache tables look like this:
-.nf
-.ft C
-
+.Pp
+.Bd -literal
Multicast Routing Cache Table (147 entries)
Origin Mcast-group CTmr Age Ptmr IVif Forwvifs
13.2.116/22 224.2.127.255 3m 2m - 0 1
@@ -534,8 +531,7 @@ Multicast Routing Cache Table (147 entries)
>128.9.160.45
198.106.194/24 224.2.135.190 9m 28s 9m 0P
>198.106.194.22
-
-.fi
+.Ed
.Pp
Each entry is characterized by the origin subnet number and mask and the
destination multicast group.
diff --git a/usr.sbin/mrouted/mtrace.8 b/usr.sbin/mrouted/mtrace.8
index 2f2a53e..12543d1 100644
--- a/usr.sbin/mrouted/mtrace.8
+++ b/usr.sbin/mrouted/mtrace.8
@@ -33,7 +33,7 @@
.\"
.Dd May 8, 1995
.Dt MTRACE 8
-.UC 6
+.Os
.Sh NAME
.Nm mtrace
.Nd print multicast path from a source to a receiver
@@ -358,8 +358,7 @@ received, both derived from the local system clock, and the total
ttl required for a packet to travel along this path. A sample use and
output might be:
.Pp
-.nf
-.ft C
+.Bd -literal
oak.isi.edu 80# mtrace -l caraway.lcs.mit.edu 224.2.0.3
Mtrace from 18.26.0.170 to 128.9.160.100 via group 224.2.0.3
Querying full reverse path...
@@ -371,7 +370,7 @@ Querying full reverse path...
-5 mit.dart.net (140.173.48.2) DVMRP thresh^ 1 71 ms
-6 caraway.lcs.mit.edu (18.26.0.170)
Round trip time 124 ms; total ttl of 6 required.
-.fi
+.Ed
.Pp
If a hop reports that it is using the default route to forward packets,
the word
@@ -423,17 +422,8 @@ seconds in the example below. The second section of the output is
omitted if the
.Fl s
option is set or if no multicast group is specified.
-.ie t \{\
-.ft C
-. ie \w'i'<>\w'm' \{\" looks like this is not proper Courier font
-(If this example is not properly columned with a fixed-width font, get
-.B groff
-and try again.)
-. \}
-.\}
.Pp
-.ft C
-.nf
+.Bd -literal
Waiting to accumulate statistics... Results after 101 seconds:
Source Response Dest Overall Packet Statistics For Traffic From
@@ -462,7 +452,7 @@ Waiting to accumulate statistics... Results after 101 seconds:
v \\ hop -8 ms 79 pps ?/18 0 pps
128.9.160.100 128.9.160.100
Receiver Query Source
-.fi
+.Ed
.Pp
Because the packet counts may be changing as the trace query is
propagating, there may be small errors (off by 1 or 2) in these
@@ -501,8 +491,7 @@ that did not implement the multicast traceroute function, so
switched to hop-by-hop mode. The \*(lqOutput pruned\*(rq error code
indicates that traffic for group 224.2.143.24 would not be forwarded.
.Pp
-.nf
-.ft C
+.Bd -literal
oak.isi.edu 108# mtrace -g 140.173.48.2 204.62.246.73 \\
butter.lcs.mit.edu 224.2.143.24
Mtrace from 204.62.246.73 to 18.26.0.151 via group 224.2.143.24
@@ -514,7 +503,7 @@ Querying full reverse path... * switching to hop-by-hop:
-4 darpa.dart.net (140.173.240.2) DVMRP thresh^ 16 47 ms
-5 * * * noc.hpc.org (192.187.8.2) [mrouted 2.2] didn't respond
Round trip time 95 ms
-.fi
+.Ed
.Sh AUTHORS
Implemented by
.An Steve Casner
OpenPOWER on IntegriCloud