Skip to content

Commit 256576f

Browse files
Bumped version to 1.0.2.post16
Updated vendor constant enumerations at Sat Mar 30 10:08:14 UTC 2024. The following files have been changed: pcapkit/const/ipv6/router_alert.py
1 parent 1f37d21 commit 256576f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5
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.post15'
127+
__version__ = '1.0.2.post16'

pcapkit/const/ipv6/router_alert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class RouterAlert(IntEnum):
225225
#: NSIS NATFW NSLP [:rfc:`5973`]
226226
NSIS_NATFW_NSLP = 68
227227

228-
#: MPLS OAM [:rfc:`7506`]
228+
#: MPLS OAM (DEPRECATED) [:rfc:`7506`][RFC-ietf-mpls-lspping-norao-08]
229229
MPLS_OAM = 69
230230

231231
#: Reserved [The Internet Assigned Numbers Authority]

0 commit comments

Comments
 (0)