summaryrefslogtreecommitdiff
path: root/bgpd/bgp_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_route.h')
-rw-r--r--bgpd/bgp_route.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h
index c7eb8c6c..e5987972 100644
--- a/bgpd/bgp_route.h
+++ b/bgpd/bgp_route.h
@@ -104,6 +104,9 @@ struct bgp_static
/* IGP nexthop. */
struct in_addr igpnexthop;
+ /* Atomic set reference count (ie cause of pathlimit) */
+ u_int32_t atomic;
+
/* BGP redistribute route-map. */
struct
{
@@ -113,6 +116,9 @@ struct bgp_static
/* MPLS label. */
u_char tag[3];
+
+ /* AS-Pathlimit TTL */
+ u_char ttl;
};
/* Flags which indicate a route is unuseable in some form */