forked from Mirror/frr
isisd: fix duplicate rfc8919 defines
The application specific defines from rfc8919 were defined twice in the
isis tlv headers. Remove the second one.
Fixes: 5749ac83a8
("isisd: add ASLA support")
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
2982edcaa3
commit
2182bf7de9
|
@ -777,12 +777,6 @@ struct list *isis_fragment_tlvs(struct isis_tlvs *tlvs, size_t size);
|
||||||
#define ISIS_MT_AT_MASK 0x4000
|
#define ISIS_MT_AT_MASK 0x4000
|
||||||
#endif
|
#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_auth(struct isis_tlvs *tlvs, struct isis_passwd *passwd);
|
||||||
void isis_tlvs_add_area_addresses(struct isis_tlvs *tlvs,
|
void isis_tlvs_add_area_addresses(struct isis_tlvs *tlvs,
|
||||||
struct list *addresses);
|
struct list *addresses);
|
||||||
|
|
Loading…
Reference in a new issue