diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-01-24 15:06:30 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-01-24 15:06:30 +0000 |
commit | 87cecf79d0549c739cf544f20a223cc8b3b481e6 (patch) | |
tree | 7baf478163e2b813dfbaff6e5633e090f479a616 | |
parent | fe64b8982d5d119e2dce58832ba41c936872e132 (diff) |
bgpd does not and will never support route flap damping as defined in the
mentioned RFC. Even RIPE (RIPE-229) realized that route flap damping should be
considered evil.
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index 651349c150d..400cb205807 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.14 2006/01/24 10:21:14 henning Exp $ +.\" $OpenBSD: bgpd.8,v 1.15 2006/01/24 15:06:29 claudio Exp $ .\" .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> .\" @@ -130,11 +130,6 @@ configuration file .%D August 1998 .Re .Rs -.%R RFC 2439 -.%T "BGP Route Flap Damping" -.%D November 1998 -.Re -.Rs .%R RFC 2858 .%T "Multiprotocol Extensions for BGP-4" .%D June 2000 |