summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfctl/ospfctl.8
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-08-28 23:16:52 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-08-28 23:16:52 +0000
commitf8a342fe2632cc13e9f66bdaeed6ac73d0685ca5 (patch)
tree9528551102340315ff903cc53784141255dd6a2b /usr.sbin/ospfctl/ospfctl.8
parentf9306a053cfcfc0e4ebe4a0b070a77144466dedd (diff)
use Forwarding Information Base vs. Forward Information Base;
ok jmc@ claudio@
Diffstat (limited to 'usr.sbin/ospfctl/ospfctl.8')
-rw-r--r--usr.sbin/ospfctl/ospfctl.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ospfctl/ospfctl.8 b/usr.sbin/ospfctl/ospfctl.8
index 23ca0a68adf..98f905a82c6 100644
--- a/usr.sbin/ospfctl/ospfctl.8
+++ b/usr.sbin/ospfctl/ospfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ospfctl.8,v 1.14 2006/03/24 14:53:18 jmc Exp $
+.\" $OpenBSD: ospfctl.8,v 1.15 2006/08/28 23:16:51 stevesk Exp $
.\"
.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
.\"
@@ -34,11 +34,11 @@ daemon.
The following commands are available:
.Bl -tag -width Ds
.It Cm fib couple
-Insert the learned routes into the Forward Information Base a.k.a. the kernel
-routing table.
+Insert the learned routes into the Forwarding Information Base
+a.k.a. the kernel routing table.
.It Cm fib decouple
-Remove the learned routes from the Forward Information Base a.k.a. the kernel
-routing table.
+Remove the learned routes from the Forwarding Information Base
+a.k.a. the kernel routing table.
Decoupling the FIB from an OSPF router may create routing loops and could cause
major routing issues in the complete OSPF cloud.
Only routers with just one link to the OSPF cloud can safely decouple the FIB.