summaryrefslogtreecommitdiffstats
path: root/proto/bgp/bgp.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-03-18 20:30:21 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-03-18 20:30:21 +0100
commit48d79d521cc13f11eafa129a4216512403b83115 (patch)
tree2df56fdb71c527f1f545f5f08ddae480a6ba2113 /proto/bgp/bgp.c
parenteb875dbbe1afaceaf3645384f2a35c98b4c5b5f6 (diff)
downloadbird-48d79d521cc13f11eafa129a4216512403b83115.tar
bird-48d79d521cc13f11eafa129a4216512403b83115.zip
Better handling of AS4 optional attribute errors
AS4 optional attribute errors were handled by session drop (according to BGP RFC). This patch implements error handling according to new BGP AS4 draft (*) - ignoring invalid AS4 optional attributes. (*) http://www.ietf.org/internet-drafts/draft-chen-rfc4893bis-02.txt
Diffstat (limited to 'proto/bgp/bgp.c')
-rw-r--r--proto/bgp/bgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c
index f44d016..41c8d53 100644
--- a/proto/bgp/bgp.c
+++ b/proto/bgp/bgp.c
@@ -53,7 +53,7 @@
* Unknown transitive attributes are attached to the route as %EAF_TYPE_OPAQUE byte streams.
*/
-#define LOCAL_DEBUG
+#undef LOCAL_DEBUG
#include "nest/bird.h"
#include "nest/iface.h"