Skip to content

Commit 2c0a4d7

Browse files
committed
Updated const enumeration
1 parent b02b1b7 commit 2c0a4d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/const/ipv6/option.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ class Option(IntEnum):
2929
Option['MPL'] = 0x6D # [RFC 7731]
3030
Option['IP_DFF'] = 0xEE # [RFC 6971]
3131
Option['PDM'] = 0x0F # [RFC 8250]
32+
Option['Path MTU Record Option \nTEMPORARY - registered 2019-09-03, expires 2020-09-03'] = 0x30
33+
# [draft-ietf-6man-mtu-option]
3234
Option['RFC3692-style Experiment [0x1E]'] = 0x1E # [RFC 4727]
3335
Option['RFC3692-style Experiment [0x3E]'] = 0x3E # [RFC 4727]
3436
Option['RFC3692-style Experiment [0x5E]'] = 0x5E # [RFC 4727]

0 commit comments

Comments
 (0)