summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpctl/ldpctl.8
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2010-09-01 13:59:18 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2010-09-01 13:59:18 +0000
commit2cd229f3a8d23bb50ebba9ede3b77eff1b0561a0 (patch)
treeb618adaf08f7a7f4f97fa8bb375fe602356eac5f /usr.sbin/ldpctl/ldpctl.8
parent31ee4580c97a8106349c27092b402ec9514510b0 (diff)
s/lfib/fib/ for more consistency with the other routing ctl tools.
While I also made the code more consistent the most noticable change is the rename of the commandline arguments for fib coupling and viewing. OK michele@
Diffstat (limited to 'usr.sbin/ldpctl/ldpctl.8')
-rw-r--r--usr.sbin/ldpctl/ldpctl.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ldpctl/ldpctl.8 b/usr.sbin/ldpctl/ldpctl.8
index 99f4916d615..552db6f59d7 100644
--- a/usr.sbin/ldpctl/ldpctl.8
+++ b/usr.sbin/ldpctl/ldpctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldpctl.8,v 1.5 2010/05/10 18:46:07 sthen Exp $
+.\" $OpenBSD: ldpctl.8,v 1.6 2010/09/01 13:59:17 claudio Exp $
.\"
.\" Copyright (c) 2009 Michele Marchetto <michele@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: May 10 2010 $
+.Dd $Mdocdate: September 1 2010 $
.Dt LDPCTL 8
.Os
.Sh NAME
@@ -38,17 +38,17 @@ for
.Pp
The following commands are available:
.Bl -tag -width Ds
-.It Cm lfib couple
+.It Cm fib couple
Insert the learned routes into the Label Forwarding Information Base a.k.a.
the kernel routing table.
-.It Cm lfib decouple
+.It Cm fib decouple
Remove the learned routes from the Label Forwarding Information Base a.k.a.
the kernel routing table.
.It Cm log brief
Disable verbose debug logging.
.It Cm log verbose
Enable verbose debug logging.
-.It Cm show lfib Op Ar destination | filter
+.It Cm show fib Op Ar destination | filter
Show the Label Forwarding Information Base.
.Ar destination
can be specified to show the route matching a destination IP address.