diff options
author | Job Snijders <job@instituut.net> | 2016-09-29 20:07:28 +0200 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-10-02 14:42:06 -0700 |
commit | c6f5b5d13d6395f7fd020d2cb2527a6e0cafa19d (patch) | |
tree | cba4ecaf885cb59461dbcf90b70b7f33058a881f /packet | |
parent | 64b0a7a467df3b13d25e7acecbbf7f1861b64ab8 (diff) |
Update LARGE_COMMUNITY path attribute codepoint
IANA has assigned value 30 (LARGE_COMMUNITY Attribute) in the "BGP
Path Attributes" sub-registry under the "Border Gateway Protocol
(BGP) Parameters" registry.
http://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml#bgp-parameters-2
Diffstat (limited to 'packet')
-rw-r--r-- | packet/bgp/bgp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packet/bgp/bgp.go b/packet/bgp/bgp.go index d05e7c8d..b3472322 100644 --- a/packet/bgp/bgp.go +++ b/packet/bgp/bgp.go @@ -3713,7 +3713,7 @@ const ( _ _ BGP_ATTR_TYPE_AIGP // = 26 - BGP_ATTR_TYPE_LARGE_COMMUNITY BGPAttrType = 41 + BGP_ATTR_TYPE_LARGE_COMMUNITY BGPAttrType = 30 ) // NOTIFICATION Error Code RFC 4271 4.5. |