]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_community.h
bgpd: implement draft-ietf-grow-bgp-gshut-10
[mirror_frr.git] / bgpd / bgp_community.h
index c59eebf2e9adf7807d4ec2e2fcff7cc2d42507c0..f728debdb5e9527be0573ee0e577af29c7d984ad 100644 (file)
@@ -48,6 +48,7 @@ struct community {
 #define COMMUNITY_NO_ADVERTISE          0xFFFFFF02
 #define COMMUNITY_NO_EXPORT_SUBCONFED   0xFFFFFF03
 #define COMMUNITY_LOCAL_AS              0xFFFFFF03
+#define COMMUNITY_GSHUT                 0xFFFF0000
 
 /* Macros of community attribute.  */
 #define com_length(X)    ((X)->size * 4)