summaryrefslogtreecommitdiff
path: root/bgpd/bgp_ecommunity.h
diff options
context:
space:
mode:
authorvivek <vivek@cumulusnetworks.com>2020-03-24 10:23:04 -0700
committervivek <vivek@cumulusnetworks.com>2020-03-30 20:12:31 -0700
commit650b05119d2f14f146ccb46b504b48b6dc580f9f (patch)
tree72310f762034b02c7d8d6f77a8eb02f2ce2c1999 /bgpd/bgp_ecommunity.h
parent22ee2a88a0f42279e9c2e2011455f252586410d3 (diff)
bgpd: Add link bandwidth extended community definition
Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_ecommunity.h')
-rw-r--r--bgpd/bgp_ecommunity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_ecommunity.h b/bgpd/bgp_ecommunity.h
index df0da091d0..7d6745e912 100644
--- a/bgpd/bgp_ecommunity.h
+++ b/bgpd/bgp_ecommunity.h
@@ -39,6 +39,7 @@
/* Low-order octet of the Extended Communities type field. */
#define ECOMMUNITY_ROUTE_TARGET 0x02
#define ECOMMUNITY_SITE_ORIGIN 0x03
+#define ECOMMUNITY_LINK_BANDWIDTH 0x04
#define ECOMMUNITY_TRAFFIC_RATE 0x06 /* Flow Spec */
#define ECOMMUNITY_TRAFFIC_ACTION 0x07
#define ECOMMUNITY_REDIRECT_VRF 0x08