mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-01 06:49:42 +00:00

* New manpage: mtracebis.rst * Makefile.am includes mtracebis.rst * configure.ac lines removed * Debian packaging files updated * Fixed up manpage |seealso-programs| in the process * Centos7 build package list updated to include systemd-devel * New paragraph on netns vrf support in zebra manpage Conflicts: configure.ac debianpkg/backports/ubuntu14.04/debian/frr.install debianpkg/frr.install doc/Makefile.am doc/developer/Building_FRR_on_CentOS7.rst doc/zebra.8.in Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
40 lines
984 B
ReStructuredText
40 lines
984 B
ReStructuredText
*********
|
|
MTRACEBIS
|
|
*********
|
|
|
|
.. include:: defines.rst
|
|
.. |PROGRAM| replace:: mtracebis
|
|
|
|
SYNOPSIS
|
|
========
|
|
|PROGRAM| |synopsis-options-hv|
|
|
|
|
|PROGRAM| <multicast source>
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|PROGRAM| is a program to initiate multicast traceroute, or "mtrace", queries.
|
|
|
|
The initial version of the program requires multicast source IP address and
|
|
initiates a weak traceroute across the network. This tests whether the
|
|
interfaces towards the source are multicast enabled. The first query sent is a
|
|
full query, capable of crossing the network all the way to the source. If this
|
|
fails, hop-by-hop queries are initiated.
|
|
|
|
Hop-by-hop queries start by requesting only a response from the nearest router.
|
|
Following that, next query is extended to the next two routers, and so on...
|
|
until a set of routers is tested for connectivity.
|
|
|
|
FILES
|
|
=====
|
|
|
|
|INSTALL_PREFIX_SBIN|/|PROGRAM|
|
|
The default location of the |PROGRAM| binary.
|
|
|
|
.. include:: epilogue.rst
|
|
|
|
AUTHORS
|
|
=======
|
|
|
|
Mladen Sablic
|