Skip to content

Commit 6df7504

Browse files
Bumped version to 1.0.2.post10
Updated vendor constant enumerations at Sat Sep 30 10:07:11 UTC 2023. The following files have been changed: pcapkit/const/ipv6/option.py
1 parent 03d2894 commit 6df7504

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
1+
0

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
]
125125

126126
#: version number
127-
__version__ = '1.0.2.post9'
127+
__version__ = '1.0.2.post10'

pcapkit/const/ipv6/option.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,10 @@ 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 Destination Option and IOAM Hop-by-Hop Option [RFC-ietf-ippm-ioam-
79-
#: ipv6-options-12]
78+
#: IOAM Destination Option and IOAM Hop-by-Hop Option [:rfc:`9486`]
8079
IOAM_Destination_Option_and_IOAM_Hop_by_Hop_Option_0x11 = 0x11
8180

82-
#: IOAM Destination Option and IOAM Hop-by-Hop Option [RFC-ietf-ippm-ioam-
83-
#: ipv6-options-12]
81+
#: IOAM Destination Option and IOAM Hop-by-Hop Option [:rfc:`9486`]
8482
IOAM_Destination_Option_and_IOAM_Hop_by_Hop_Option_0x31 = 0x31
8583

8684
#: AltMark [:rfc:`9343`]

0 commit comments

Comments
 (0)