From 48d79d521cc13f11eafa129a4216512403b83115 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 18 Mar 2009 20:30:21 +0100 Subject: 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 --- nest/attrs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nest') diff --git a/nest/attrs.h b/nest/attrs.h index 6f0bc1f..c12ce81 100644 --- a/nest/attrs.h +++ b/nest/attrs.h @@ -13,6 +13,8 @@ #define AS_PATH_SET 1 /* Types of path segments */ #define AS_PATH_SEQUENCE 2 +#define AS_PATH_CONFED_SEQUENCE 3 +#define AS_PATH_CONFED_SET 4 #define AS_PATH_MAXLEN 10000 -- cgit v1.2.3