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.h | |
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.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index fddadae0156..f3d83ce7db7 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.204 2006/06/17 14:06:09 henning Exp $ */ +/* $OpenBSD: bgpd.h,v 1.205 2006/08/04 12:01:48 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -228,6 +228,7 @@ struct peer_config { enum announce_type announce_type; enum enforce_as enforce_as; enum reconf_action reconf_action; + u_int16_t max_prefix_restart; u_int16_t remote_as; u_int16_t holdtime; u_int16_t min_holdtime; |