aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-03 21:25:12 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-03 21:25:12 +0000
commitec322b8d52e0f61da6e093c3d8b766d1b151e75b (patch)
tree0dcf47f5d66b91afc2683f2ef05050f0f39f9c93 /packet-bgp.h
parent3986cf042ee9782484f8608310c7b2f1e4c3e4db (diff)
Cooperative Route Filtering Capability support, and Route Refresh
Message bug fix, in BGP, from Motonori Shindo. svn path=/trunk/; revision=4142
Diffstat (limited to 'packet-bgp.h')
-rw-r--r--packet-bgp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-bgp.h b/packet-bgp.h
index aa667b3b6b..a549b6a97a 100644
--- a/packet-bgp.h
+++ b/packet-bgp.h
@@ -1,7 +1,7 @@
/* packet-bgp.c
* Definitions for BGP packet disassembly structures and routine
*
- * $Id: packet-bgp.h,v 1.15 2001/07/21 10:27:12 guy Exp $
+ * $Id: packet-bgp.h,v 1.16 2001/11/03 21:25:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -109,6 +109,7 @@ struct bgp_attr {
#define BGP_CAPABILITY_RESERVED 0 /* RFC2434 */
#define BGP_CAPABILITY_MULTIPROTOCOL 1 /* RFC2858 */
#define BGP_CAPABILITY_ROUTE_REFRESH 2 /* RFC2918 */
+#define BGP_CAPABILITY_COOPERATIVE_ROUTE_FILTERING 3 /* draft-ietf-idr-route-filter-04.txt */
#define BGP_CAPABILITY_ROUTE_REFRESH_CISCO 0x80 /* Cisco */