diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2015-12-13 18:55:54 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2015-12-13 18:55:54 +0000 |
commit | 8973b60b6258d05daf3d1c82142278ff48c0bacc (patch) | |
tree | 1ded0466794dec884d627b973bc1572be423d240 /usr.sbin/eigrpctl/eigrpctl.8 | |
parent | 129dac3561173374929e418c4918f05d90860a45 (diff) |
Introduce new command to show traffic statistics.
Can be useful as a troubleshooting tool.
Diffstat (limited to 'usr.sbin/eigrpctl/eigrpctl.8')
-rw-r--r-- | usr.sbin/eigrpctl/eigrpctl.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.sbin/eigrpctl/eigrpctl.8 b/usr.sbin/eigrpctl/eigrpctl.8 index 27958e1e9f9..86832335ed8 100644 --- a/usr.sbin/eigrpctl/eigrpctl.8 +++ b/usr.sbin/eigrpctl/eigrpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eigrpctl.8,v 1.3 2015/10/27 03:30:23 renato Exp $ +.\" $OpenBSD: eigrpctl.8,v 1.4 2015/12/13 18:55:53 renato Exp $ .\" .\" Copyright (c) 2015 Renato Westphal <renato@openbsd.org> .\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -15,7 +15,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: October 27 2015 $ +.Dd $Mdocdate: December 13 2015 $ .Dt EIGRPCTL 8 .Os .Sh NAME @@ -125,6 +125,16 @@ Show only active entries. .It Cm all-links Show all entries. .El +.It Xo +.Cm show traffic +.Op Cm family Ar family +.Op Cm as Ar as +.Xc +Show traffic statistics. +.Ar family +and +.Ar as , +if given, limit the output to the given address family and/or autonomous system. .El .Sh FILES .Bl -tag -width "/var/run/eigrpd.sockXX" -compact |