]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - proto/bgp/bgp.h
Merge commit '60880b539b8886f76961125d89a265c6e1112b7a' into haugesund
[thirdparty/bird.git] / proto / bgp / bgp.h
index 88e3bf3493d6c904012272cb90efc337c9b84ba7..bff49c3a455772d13f1b12beb918bfc281cf6e22 100644 (file)
@@ -202,6 +202,10 @@ struct bgp_channel_config {
 
 #define BGP_BFD_GRACEFUL       2       /* BFD down triggers graceful restart */
 
+/* rte->pflags */
+#define BGP_REF_SUPPRESSED     0x1     /* Used for deterministic MED comparison */
+#define BGP_REF_STALE          0x2     /* Route is LLGR_STATE */
+#define BGP_REF_NOT_STALE      0x4     /* Route is NOT LLGR_STATE */
 
 struct bgp_af_caps {
   u32 afi;