X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=bgpd%2Fbgpd.h;h=548dfe4683637fb609aca8f26733aaaa3261444f;hb=f94ed830df98218447f00b97f856de811bfcc4a2;hp=e6a7c4b7f92f1319f283999533ccb260158d97c3;hpb=724935d5a20bc3c7b714d5e8c497e7095026704c;p=mirror_frr.git diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index e6a7c4b7f..548dfe468 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -723,7 +723,9 @@ struct bgp_nexthop { #define RMAP_OUT 1 #define RMAP_MAX 2 -#define BGP_DEFAULT_TTL 1 +#define BGP_DEFAULT_TTL 1 +#define BGP_GTSM_HOPS_DISABLED 0 +#define BGP_GTSM_HOPS_CONNECTED 1 #include "filter.h"