diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-09-02 08:06:43 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-09-02 08:06:43 +0000 |
commit | 7e3bc69c2b2ea8cda7a83e23564155fcf1ab816c (patch) | |
tree | 7c4d53e1bf0874ef493ff291abe34b8bcebd6e8a /usr.sbin/bgpd/bgpd.8 | |
parent | ded67fece3e31c608ed2d8a8b46a7c25ec164c9b (diff) |
Implement all of RFC 4486 BGP Cease Notification Message Subcodes.
The other side should now see why a session was dropped. e.g:
bgpd: ... received notification: Cease, administratively down
OK henning
Diffstat (limited to 'usr.sbin/bgpd/bgpd.8')
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index 7bb8d90e79f..ede30e8b695 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.29 2009/08/06 08:53:11 claudio Exp $ +.\" $OpenBSD: bgpd.8,v 1.30 2009/09/02 08:06:42 claudio Exp $ .\" .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 6 2009 $ +.Dd $Mdocdate: September 2 2009 $ .Dt BGPD 8 .Os .Sh NAME @@ -190,6 +190,11 @@ control socket .%D April 2004 .Re .Rs +.%R RFC 4486 +.%T "BGP Cease Notification Message Subcodes" +.%D April 2006 +.Re +.Rs .%R RFC 4760 .%T "Multiprotocol Extensions for BGP-4" .%D January 2007 |