Skip to content

Commit 325503d

Browse files
Bumped version to 1.3.1.post23
Updated vendor constant enumerations at Sat Aug 31 10:05:17 UTC 2024. The following files have been changed: pcapkit/const/ipv6/routing.py
1 parent cc3c131 commit 325503d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -123,4 +123,4 @@
123123
]
124124

125125
#: version number
126-
__version__ = '1.3.1.post22'
126+
__version__ = '1.3.1.post23'

pcapkit/const/ipv6/routing.py

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

36-
#: CRH-16 [RFC-ietf-6man-comp-rtg-hdr-10]
36+
#: CRH-16 [:rfc:`9631`]
3737
CRH_16 = 5
3838

39-
#: CRH-32 [RFC-ietf-6man-comp-rtg-hdr-10]
39+
#: CRH-32 [:rfc:`9631`]
4040
CRH_32 = 6
4141

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

0 commit comments

Comments
 (0)