Skip to content

Commit d5b1425

Browse files
Bumped version to 1.0.1.post3
Updated vendor constant enumerations at Sat May 27 10:08:30 UTC 2023. The following files have been changed: pcapkit/const/ipv6/option.py
1 parent ac33339 commit d5b1425

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@
113113
]
114114

115115
#: version number
116-
__version__ = '1.0.1.post2'
116+
__version__ = '1.0.1.post3'

pcapkit/const/ipv6/option.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ class Option(IntEnum):
7575
#: Minimum Path MTU Hop-by-Hop Option [:rfc:`9268`]
7676
Minimum_Path_MTU_Hop_by_Hop_Option = 0x30
7777

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
8081

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
8385

8486
#: AltMark [:rfc:`9343`]
8587
AltMark = 0x12

0 commit comments

Comments
 (0)