diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-03-30 12:46:48 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-03-30 12:46:48 +0000 |
commit | 81545c7dba803980baf56fc8538ecdc7f434c69b (patch) | |
tree | 791b70e1f71b2625704f342b0ec0c7e364b1beac /usr.sbin/ospfd/ospfd.conf.5 | |
parent | 83b85debd5c8628d50897246c6639bafeb73e261 (diff) |
Add a warning about "fib-update no" similar to the fib decouple description
in ospfctl(8). help jmc@ OK norby@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.conf.5')
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index 632f2e0ce35..dbe84fbce5b 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.14 2005/10/28 18:27:17 jmc Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.15 2006/03/30 12:46:47 claudio Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -81,11 +81,19 @@ The only settings that can be set globally and not overruled are listed below. .Pq Ic yes Ns \&| Ns Ic no .Xc If set to -.Ic no , +.Ic \&no , do not update the Forward Information Base, a.k.a. the kernel routing table. The default is .Ic yes . +Setting +.Ic fib-update +to +.Ic \&no +may result in routing loops and could cause major routing issues in the +complete OSPF cloud. +Only routers with just one link to the OSPF cloud may safely set it to +.Ic \&no . .It Xo .Ic redistribute .Sm off |