diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2025-01-27 11:51:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-27 11:51:14 +0200 |
| commit | ed63f849ef2627de18a3cbe7614582f43309f67e (patch) | |
| tree | b19ca1a91d4e921f9508c69703ea8027f7eeadf0 | |
| parent | f471573651cb4018af6aafc7440fa7977fc9578c (diff) | |
| parent | 2182bf7de9365b3f7540a8a49af1ed4887575932 (diff) | |
Merge pull request #17917 from pguibert6WIND/isis_duplicate_asla
isisd: fix duplicate rfc8919 defines
| -rw-r--r-- | isisd/isis_tlvs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/isisd/isis_tlvs.h b/isisd/isis_tlvs.h index c64bbf7f69..5798d318f2 100644 --- a/isisd/isis_tlvs.h +++ b/isisd/isis_tlvs.h @@ -777,12 +777,6 @@ struct list *isis_fragment_tlvs(struct isis_tlvs *tlvs, size_t size); #define ISIS_MT_AT_MASK 0x4000 #endif -/* RFC 8919 */ -#define ISIS_SABM_FLAG_R 0x80 /* RSVP-TE */ -#define ISIS_SABM_FLAG_S 0x40 /* Segment Routing Policy */ -#define ISIS_SABM_FLAG_L 0x20 /* Loop-Free Alternate */ -#define ISIS_SABM_FLAG_X 0x10 /* Flex-Algorithm - RFC9350 */ - void isis_tlvs_add_auth(struct isis_tlvs *tlvs, struct isis_passwd *passwd); void isis_tlvs_add_area_addresses(struct isis_tlvs *tlvs, struct list *addresses); |
