summaryrefslogtreecommitdiff
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
parentf9306a053cfcfc0e4ebe4a0b070a77144466dedd (diff)
use Forwarding Information Base vs. Forward Information Base;
ok jmc@ claudio@
-rw-r--r--usr.sbin/bgpctl/bgpctl.812
-rw-r--r--usr.sbin/bgpd/bgpd.conf.54
-rw-r--r--usr.sbin/ospfctl/ospfctl.810
-rw-r--r--usr.sbin/ospfd/ospfd.conf.54
4 files changed, 15 insertions, 15 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8
index 06bae7c4991..a7c50a94790 100644
--- a/usr.sbin/bgpctl/bgpctl.8
+++ b/usr.sbin/bgpctl/bgpctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpctl.8,v 1.35 2006/08/23 08:21:11 claudio Exp $
+.\" $OpenBSD: bgpctl.8,v 1.36 2006/08/28 23:16:51 stevesk Exp $
.\"
.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
.\"
@@ -54,11 +54,11 @@ to communicate with
The commands are as follows:
.Bl -tag -width xxxxxx
.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.
.It Cm neighbor Ar peer Cm up
Take the BGP session to the specified neighbor up.
.Ar peer
@@ -96,7 +96,7 @@ Reload the configuration file.
.It Cm show fib Ar filter
Show routes from
.Xr bgpd 8 Ns 's
-view of the Forward Information Base.
+view of the Forwarding Information Base.
.Ar filter
can be an IP address, in which case the route to this address is shown,
or a flag:
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5
index 6e0aa21b0ef..a5614d9d0ec 100644
--- a/usr.sbin/bgpd/bgpd.conf.5
+++ b/usr.sbin/bgpd/bgpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpd.conf.5,v 1.73 2006/08/04 12:01:48 henning Exp $
+.\" $OpenBSD: bgpd.conf.5,v 1.74 2006/08/28 23:16:51 stevesk Exp $
.\"
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -165,7 +165,7 @@ dump updates out "/tmp/updates-out-%H%M" 300
.Xc
If set to
.Ic no ,
-do not update the Forward Information Base, a.k.a. the kernel
+do not update the Forwarding Information Base, a.k.a. the kernel
routing table.
The default is
.Ic yes .
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.
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5
index 4b630aeb771..c106de396e1 100644
--- a/usr.sbin/ospfd/ospfd.conf.5
+++ b/usr.sbin/ospfd/ospfd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ospfd.conf.5,v 1.17 2006/08/28 14:45:54 stevesk Exp $
+.\" $OpenBSD: ospfd.conf.5,v 1.18 2006/08/28 23:16:50 stevesk Exp $
.\"
.\" Copyright (c) 2005 Esben Norby <norby@openbsd.org>
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
@@ -83,7 +83,7 @@ The only settings that can be set globally and not overruled are listed below.
.Xc
If set to
.Ic \&no ,
-do not update the Forward Information Base, a.k.a. the kernel
+do not update the Forwarding Information Base, a.k.a. the kernel
routing table.
The default is
.Ic yes .