summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2024-04-27 14:19:09 +0200
committerGitHub <noreply@github.com>2024-04-27 14:19:09 +0200
commit1a9c3a710d7fdd9a066a6028da9b9537a8ace885 (patch)
tree8bf2b86d06585cbf7d2d3630ab2e0f92987f52d2 /bgpd/bgpd.h
parentMerge pull request #15848 from donaldsharp/pim_crash_dnode (diff)
parentbgpd: Drop SRTE_COLOR attribute flag (diff)
downloadfrr-1a9c3a710d7fdd9a066a6028da9b9537a8ace885.tar.xz
frr-1a9c3a710d7fdd9a066a6028da9b9537a8ace885.zip
Merge pull request #15782 from opensourcerouting/fix/drop_srte_color_flag
bgpd: Drop SRTE_COLOR attribute flag
Diffstat (limited to 'bgpd/bgpd.h')
-rw-r--r--bgpd/bgpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h
index 38940dc39..f577a6e5f 100644
--- a/bgpd/bgpd.h
+++ b/bgpd/bgpd.h
@@ -1974,7 +1974,6 @@ struct bgp_nlri {
#define BGP_ATTR_LARGE_COMMUNITIES 32
#define BGP_ATTR_OTC 35
#define BGP_ATTR_PREFIX_SID 40
-#define BGP_ATTR_SRTE_COLOR 51
#ifdef ENABLE_BGP_VNC_ATTR
#define BGP_ATTR_VNC 255
#endif