X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/6883ca65bed0b591fb611990ee8353182055b89d..HEAD:/ospf.h diff --git a/ospf.h b/ospf.h index 24ff2e98..9b274faf 100644 --- a/ospf.h +++ b/ospf.h @@ -71,8 +71,9 @@ #define LS_OPAQUE_TYPE_TE 1 /* rfc3630 */ #define LS_OPAQUE_TYPE_GRACE 3 /* rfc3623 */ -#define LS_OPAQUE_TYPE_RI 4 /* draft-ietf-ospf-cap-03 */ +#define LS_OPAQUE_TYPE_RI 4 /* rfc7770 */ #define LS_OPAQUE_TYPE_EP 7 /* rfc7684 */ +#define LS_OPAQUE_TYPE_EL 8 /* rfc7684 */ #define LS_OPAQUE_TE_TLV_ROUTER 1 /* rfc3630 */ #define LS_OPAQUE_TE_TLV_LINK 2 /* rfc3630 */ @@ -110,9 +111,12 @@ #define LS_OPAQUE_GRACE_TLV_REASON_SW_UPGRADE 2 /* rfc3623 */ #define LS_OPAQUE_GRACE_TLV_REASON_CP_SWITCH 3 /* rfc3623 */ -#define LS_OPAQUE_RI_TLV_CAP 1 /* draft-ietf-ospf-cap-03 */ -#define LS_OPAQUE_RI_TLV_HOSTNAME 7 /* rfc5642 */ -#define LS_OPAQUE_RI_TLV_SID_LABEL_RANGE 9 /* rfc8665 */ +#define LS_OPAQUE_RI_TLV_CAP 1 /* rfc7770 */ +#define LS_OPAQUE_RI_TLV_HOSTNAME 7 /* rfc5642 */ +#define LS_OPAQUE_RI_TLV_SR_ALGO 8 /* rfc8865 */ +#define LS_OPAQUE_RI_TLV_SID_LABEL_RANGE 9 /* rfc8865 */ +#define LS_OPAQUE_RI_TLV_SR_LOCAL_BLOCK 14 /* rfc8865 */ +#define LS_OPAQUE_RI_TLV_SRMS_PREFERENCE 15 /* rfc8865 */ /* rla_link.link_type */ #define RLA_TYPE_ROUTER 1 /* point-to-point to another router */