diff options
author | 2006-02-25 15:53:15 +0000 | |
---|---|---|
committer | 2006-02-25 15:53:15 +0000 | |
commit | 435dbf7402e256b1251c5b67a66309cd7bb3040a (patch) | |
tree | e7616c9776d91247b302833cc5c31fba498af12b | |
parent | initialize rv to zero avoiding match on whatever is just next on the bus (diff) | |
download | wireguard-openbsd-435dbf7402e256b1251c5b67a66309cd7bb3040a.tar.xz wireguard-openbsd-435dbf7402e256b1251c5b67a66309cd7bb3040a.zip |
Document the softreconfig (in|out) switch. With help from jmc@
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 19 |
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. |