Skip to content

Commit

Permalink
Bumped version to 1.0.1.post3
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat May 27 10:08:30 UTC 2023. The following files
have been changed: pcapkit/const/ipv6/option.py
  • Loading branch information
github-actions[bot] committed May 27, 2023
1 parent ac33339 commit d5b1425
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@
]

#: version number
__version__ = '1.0.1.post2'
__version__ = '1.0.1.post3'
10 changes: 6 additions & 4 deletions pcapkit/const/ipv6/option.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,13 @@ class Option(IntEnum):
#: Minimum Path MTU Hop-by-Hop Option [:rfc:`9268`]
Minimum_Path_MTU_Hop_by_Hop_Option = 0x30

#: IOAM [RFC-ietf-ippm-ioam-ipv6-options-12]
IOAM_0x11 = 0x11
#: IOAM Destination Option and IOAM Hop-by-Hop Option [RFC-ietf-ippm-ioam-
#: ipv6-options-12]
IOAM_Destination_Option_and_IOAM_Hop_by_Hop_Option_0x11 = 0x11

#: IOAM [RFC-ietf-ippm-ioam-ipv6-options-12]
IOAM_0x31 = 0x31
#: IOAM Destination Option and IOAM Hop-by-Hop Option [RFC-ietf-ippm-ioam-
#: ipv6-options-12]
IOAM_Destination_Option_and_IOAM_Hop_by_Hop_Option_0x31 = 0x31

#: AltMark [:rfc:`9343`]
AltMark = 0x12
Expand Down

0 comments on commit d5b1425

Please sign in to comment.