File tree 2 files changed +7
-5
lines changed 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 113
113
]
114
114
115
115
#: version number
116
- __version__ = '1.0.1.post2 '
116
+ __version__ = '1.0.1.post3 '
Original file line number Diff line number Diff line change @@ -75,11 +75,13 @@ class Option(IntEnum):
75
75
#: Minimum Path MTU Hop-by-Hop Option [:rfc:`9268`]
76
76
Minimum_Path_MTU_Hop_by_Hop_Option = 0x30
77
77
78
- #: IOAM [RFC-ietf-ippm-ioam-ipv6-options-12]
79
- IOAM_0x11 = 0x11
78
+ #: IOAM Destination Option and IOAM Hop-by-Hop Option [RFC-ietf-ippm-ioam-
79
+ #: ipv6-options-12]
80
+ IOAM_Destination_Option_and_IOAM_Hop_by_Hop_Option_0x11 = 0x11
80
81
81
- #: IOAM [RFC-ietf-ippm-ioam-ipv6-options-12]
82
- IOAM_0x31 = 0x31
82
+ #: IOAM Destination Option and IOAM Hop-by-Hop Option [RFC-ietf-ippm-ioam-
83
+ #: ipv6-options-12]
84
+ IOAM_Destination_Option_and_IOAM_Hop_by_Hop_Option_0x31 = 0x31
83
85
84
86
#: AltMark [:rfc:`9343`]
85
87
AltMark = 0x12
You can’t perform that action at this time.
0 commit comments