summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.conf.5
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-02-25 15:53:16 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-02-25 15:53:16 +0000
commitad98fc1637e2345de669a07a162bcc088ad09c1f (patch)
tree6c101834c9d0a6eda3b367e62c6aa1a9b458f2d4 /usr.sbin/bgpd/bgpd.conf.5
parenta334923d9e5ca7ce6f52b3f7c9e63125047de8a0 (diff)
Document the softreconfig (in|out) switch. With help from jmc@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.conf.5')
-rw-r--r--usr.sbin/bgpd/bgpd.conf.519
1 files changed, 18 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5
index 3aee717ea29..c3543bf17af 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.63 2006/02/05 11:06:01 jmc Exp $
+.\" $OpenBSD: bgpd.conf.5,v 1.64 2006/02/25 15:53:15 claudio Exp $
.\"
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -602,6 +602,23 @@ See also the
.Sx ATTRIBUTE SET
section.
.Pp
+.It Xo
+.Ic softreconfig
+.Pq Ic in Ns \&| Ns Ic out
+.Pq Ic yes Ns \&| Ns Ic no
+.Xc
+Turn soft reconfiguration on or off for the specified direction.
+If soft reconfiguration is turned on, filter changes will be applied on
+configuration reloads.
+If turned off, a BGP session needs to be cleared to apply the filter changes.
+Enabling
+.Ic softreconfig in
+will raise the memory requirements of
+.Xr bgpd 8
+because the unmodified
+.Em AS path attributes
+need to be stored as well.
+.Pp
.It Ic tcp md5sig password Ar secret
.It Ic tcp md5sig key Ar secret
Enable TCP MD5 signatures per RFC 2385.