diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-08-04 12:01:49 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-08-04 12:01:49 +0000 |
commit | cc4c9d33602a7dc3dec5da657ee749404a23353d (patch) | |
tree | 3ddd9e8ba26aaf5a628ed487a06d512039ce4ef1 /usr.sbin/bgpd/bgpd.conf.5 | |
parent | 99599e2e7cfe5d63c94912318d4352f083034e26 (diff) |
add "restart" to max-prefix, allows sessions suspended due to reaching
max-prefix to be restarted automagically after a given number of minutes
requested by "Sylwester S. Biernacki" <obeer@obeer.com>, manpage help jmc,
ok claudio
Diffstat (limited to 'usr.sbin/bgpd/bgpd.conf.5')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index e6052b6d0f8..6e0aa21b0ef 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.72 2006/06/19 20:51:46 jmc Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.73 2006/08/04 12:01:48 henning Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -596,9 +596,19 @@ is given, .Xr bgpd 8 binds to this address first. .Pp -.It Ic max-prefix Ar number -Limit the amount of prefixes received. -No such limit is imposed by default. +.It Xo +.Ic max-prefix Ar number +.Op Ic restart Ar number +.Xc +Terminate the session after +.Ar number +prefixes have been received +(no such limit is imposed by default). +If +.Ic restart +is specified, the session will be restarted after +.Ar number +minutes. .Pp .It Ic multihop Ar hops Neighbors not in the same AS as the local |