summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
diff options
context:
space:
mode:
authorPeter Hessler <phessler@cvs.openbsd.org>2016-10-27 08:21:59 +0000
committerPeter Hessler <phessler@cvs.openbsd.org>2016-10-27 08:21:59 +0000
commitc7d31e51e535bd1bba1c3ef92278bbd32c510b78 (patch)
tree58068cd8df3101d5f9e57b038e10c72f40ce2578 /usr.sbin/bgpd
parent70c97f904d14b43109fc0937137ff253f7c0ab51 (diff)
Huawei squatted on BGP Path Attribute 30, and Cisco squatted on 31. So,
IANA moved the Large Communities attribute to 32, which is a nice pun on the problem it is solving.
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r--usr.sbin/bgpd/rde.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h
index edb49c81eca..ca3a66ca67c 100644
--- a/usr.sbin/bgpd/rde.h
+++ b/usr.sbin/bgpd/rde.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.h,v 1.150 2016/10/14 16:05:36 phessler Exp $ */
+/* $OpenBSD: rde.h,v 1.151 2016/10/27 08:21:58 phessler Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and
@@ -113,7 +113,7 @@ enum attrtypes {
ATTR_EXT_COMMUNITIES=16,
ATTR_AS4_PATH=17,
ATTR_AS4_AGGREGATOR=18,
- ATTR_LARGE_COMMUNITIES=30,
+ ATTR_LARGE_COMMUNITIES=32,
};
/* attribute flags. 4 low order bits reserved */