Skip to content

Commit d621749

Browse files
Bumped version to 1.0.2.post23
Updated vendor constant enumerations at Sat Jun 15 10:08:07 UTC 2024. The following files have been changed: pcapkit/const/ipv6/routing.py
1 parent 6359eeb commit d621749

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-
1
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.post22'
127+
__version__ = '1.0.2.post23'

pcapkit/const/ipv6/routing.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ class Routing(IntEnum):
3333
#: Segment Routing Header (SRH) [:rfc:`8754`]
3434
Segment_Routing_Header = 4
3535

36-
#: CRH-16 (TEMPORARY - registered 2021-06-07, extension registered 2024-04-23,
37-
#: expires 2025-06-07) [draft-ietf-6man-comp-rtg-hdr-05]
36+
#: CRH-16 [RFC-ietf-6man-comp-rtg-hdr-10]
3837
CRH_16 = 5
3938

40-
#: CRH-32 (TEMPORARY - registered 2021-06-07, extension registered 2024-04-23,
41-
#: expires 2025-06-07) [draft-ietf-6man-comp-rtg-hdr-05]
39+
#: CRH-32 [RFC-ietf-6man-comp-rtg-hdr-10]
4240
CRH_32 = 6
4341

4442
#: RFC3692-style Experiment 1 [:rfc:`4727`]

0 commit comments

Comments
 (0)