diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2005-10-17 18:44:34 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2005-10-17 18:44:34 +0000 |
commit | d44ca4ec3835e87d79036ee85e9439caf30fb9ba (patch) | |
tree | fd1f1021ee0920ae780b53d79a31f8bad4f0c4e4 /usr.sbin/ospfctl | |
parent | 10257f019609497e01bc0cc51629aeac769bae2b (diff) |
initial documentation of 'show fib'; ok claudio@ jmc@
Diffstat (limited to 'usr.sbin/ospfctl')
-rw-r--r-- | usr.sbin/ospfctl/ospfctl.8 | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/usr.sbin/ospfctl/ospfctl.8 b/usr.sbin/ospfctl/ospfctl.8 index aa05ebfc993..a62916e0230 100644 --- a/usr.sbin/ospfctl/ospfctl.8 +++ b/usr.sbin/ospfctl/ospfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfctl.8,v 1.8 2005/05/12 22:18:44 jmc Exp $ +.\" $OpenBSD: ospfctl.8,v 1.9 2005/10/17 18:44:33 stevesk Exp $ .\" .\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> .\" @@ -54,12 +54,29 @@ Show only self-originated LSAs. .It Cm summary Show only Summary LSAs. .El +.It Cm show fib Op Ar filter | destination +Show the Forwarding Information Base. +.Ar destination +can be used to show the route matching a destination IP address. +.Ar filter +can be any one of the following: +.Pp +.Bl -tag -width "interfaceXX" -compact +.It Cm connected +Show only connected routes. +.It Cm interface +Show only interfaces. +.It Cm ospf +Show only OSPF routes. +.It Cm static +Show only static routes. +.El .It Cm show interfaces Show interface summary. .It Cm show neighbor Show neighbor summary. .It Cm show rib Ar detail -Show Routing Information Base. +Show the Routing Information Base. .It Cm show summary Show summary status. .El |