]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Deprecate DPA, ADVERTISER and RCID_PATH path attributes 10286/head
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 5 Jan 2022 09:02:01 +0000 (11:02 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 6 Jan 2022 15:10:31 +0000 (17:10 +0200)
rfc6938

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
bgpd/bgp_attr.c
bgpd/bgpd.h
doc/developer/bgp-typecodes.rst
doc/user/overview.rst

index c765be432cfc8b717140c7e81ab59e7e240992a7..c2017495a634f60863714d005266a21dca0d14a5 100644 (file)
@@ -68,9 +68,6 @@ static const struct message attr_str[] = {
        {BGP_ATTR_COMMUNITIES, "COMMUNITY"},
        {BGP_ATTR_ORIGINATOR_ID, "ORIGINATOR_ID"},
        {BGP_ATTR_CLUSTER_LIST, "CLUSTER_LIST"},
-       {BGP_ATTR_DPA, "DPA"},
-       {BGP_ATTR_ADVERTISER, "ADVERTISER"},
-       {BGP_ATTR_RCID_PATH, "RCID_PATH"},
        {BGP_ATTR_MP_REACH_NLRI, "MP_REACH_NLRI"},
        {BGP_ATTR_MP_UNREACH_NLRI, "MP_UNREACH_NLRI"},
        {BGP_ATTR_EXT_COMMUNITIES, "EXT_COMMUNITIES"},
index c9dd1a8ea126d795bed387d64d773d6b6ff2f186..f4d7ab769a357702abc106814102d88352d4d1dd 100644 (file)
@@ -1763,9 +1763,6 @@ struct bgp_nlri {
 #define BGP_ATTR_COMMUNITIES                     8
 #define BGP_ATTR_ORIGINATOR_ID                   9
 #define BGP_ATTR_CLUSTER_LIST                   10
-#define BGP_ATTR_DPA                            11
-#define BGP_ATTR_ADVERTISER                     12
-#define BGP_ATTR_RCID_PATH                      13
 #define BGP_ATTR_MP_REACH_NLRI                  14
 #define BGP_ATTR_MP_UNREACH_NLRI                15
 #define BGP_ATTR_EXT_COMMUNITIES                16
index beb7ca1f8a6c0a834c1bd57142b8bf628c537c79..c7921a772fae09227c9125c2eefedbc97effaa2d 100644 (file)
@@ -17,9 +17,6 @@ various BGP RFCs. In the code these are defined as BGP_ATTR_<ATTR>.
 | 8     | COMMUNITIES      | [RFC 1997]                               |
 | 9     | ORIGINATOR_ID    | [RFC 4456]                               |
 | 10    | CLUSTER_LIST     | [RFC 4456]                               |
-| 11    | DPA              | [draft-ietf-idr-bgp-dpa-05.txt(expired)] |
-| 12    | ADVERTISER       | [RFC 1863]                               |
-| 13    | RCID_PATH        | [RFC 1863]                               |
 | 14    | MP_REACH_NLRI    | [RFC 4760]                               |
 | 15    | MP_UNREACH_NLRI  | [RFC 4760]                               |
 | 16    | EXT_COMMUNITIES  | [RFC 4360]                               |
index 9345c29a1f532233dfd77fe90fa840de27d3fcfd..85a6758fdb749da44565fe9e9ef68034c3ff880d 100644 (file)
@@ -349,6 +349,8 @@ BGP
   :t:`The Resource Public Key Infrastructure (RPKI) to Router Protocol. R. Bush, R. Austein. January 2013.`
 - :rfc:`6811`
   :t:`BGP Prefix Origin Validation. P. Mohapatra, J. Scudder, D. Ward, R. Bush, R. Austein. January 2013.`
+- :rfc:`6938`
+  :t:`Deprecation of BGP Path Attributes: DPA, ADVERTISER, and RCID_PATH / CLUSTER_ID. J. Scudder. May 2013.`
 - :rfc:`7196`
   :t:`Making Route Flap Damping Usable. C. Pelsser, R. Bush, K. Patel, P. Mohapatra, O. Maennel. May 2014.`
 - :rfc:`7313`