diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-08-06 08:53:12 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-08-06 08:53:12 +0000 |
commit | f13e47604c780a3861adfb66f249bcd48f9c3f78 (patch) | |
tree | d25ab94490938fdafc577da55078e5ea0c5e7948 /usr.sbin/bgpd/bgpd.8 | |
parent | 0e77a96dac89898135331598987ab7cd269dd90c (diff) |
Implement the error handling as proposed in draft-ietf-idr-optional-transitive
for optional transitive attributes. In short if the partial bit is set on
an optional transitive attribute but the attribute fails validation ignore
the attribute or mark the path as ineligible instead of killing the session
with a NOTIFICATION. Tested, input and OK sthen, 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 295e2f9e2ef..7bb8d90e79f 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.28 2009/01/13 23:01:36 sthen Exp $ +.\" $OpenBSD: bgpd.8,v 1.29 2009/08/06 08:53:11 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: January 13 2009 $ +.Dd $Mdocdate: August 6 2009 $ .Dt BGPD 8 .Os .Sh NAME @@ -199,6 +199,11 @@ control socket .%T "BGP Support for Four-octet AS Number Space" .%D May 2007 .Re +.Rs +.%R draft-ietf-idr-optional-transitive-00 +.%T "Error Handling for Optional Transitive BGP Attributes" +.%D April 2009 +.Re .Sh HISTORY The .Nm |