diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-25 14:28:50 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-25 14:28:50 +0000 |
commit | 0b65778bae541948347391715188a5d9f662a726 (patch) | |
tree | d7c6222c0992c5d82ff51129167c3ac15fa88101 /usr.sbin/bgpd/bgpd.conf.5 | |
parent | 135e884f2720442d5646b3080a987f7af228868a (diff) |
implement "passive": do not attempt to open a tcp connection to the
neighbor system
Diffstat (limited to 'usr.sbin/bgpd/bgpd.conf.5')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index bb56807b34b..dde5a9d672c 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.3 2003/12/24 13:49:21 henning Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.4 2003/12/25 14:28:49 henning Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2002 Daniel Hartmeier <dhartmei@openbsd.org> @@ -182,6 +182,8 @@ have to be directly connected to the local machine. If this is not the case the .Em multihop statement defines the maximum hops the neighbor is away. +.It Ar passive +Do not attempt to actively open a TCP connection to the neighbor system. .El .Sh SEE ALSO .Xr bgpd 8 |