@@ -50,7 +50,7 @@ class EtherType(IntEnum):
50
50
#: DLOG [Neil Sembower]
51
51
DLOG_0x0661 = 0x0661
52
52
53
- #: Internet Protocol version 4 (IPv4) [RFC-ietf-intarea-rfc7042bis-11 ]
53
+ #: Internet Protocol version 4 (IPv4) [:rfc:`9542` ]
54
54
Internet_Protocol_version_4 = 0x0800
55
55
56
56
#: X.75 Internet [Neil Sembower]
@@ -68,7 +68,7 @@ class EtherType(IntEnum):
68
68
#: X.25 Level 3 [Neil Sembower]
69
69
X_25_Level_3 = 0x0805
70
70
71
- #: Address Resolution Protocol (ARP) [RFC-ietf-intarea-rfc7042bis-11 ]
71
+ #: Address Resolution Protocol (ARP) [:rfc:`9542` ]
72
72
Address_Resolution_Protocol = 0x0806
73
73
74
74
#: XNS Compatability [Neil Sembower]
@@ -318,7 +318,7 @@ class EtherType(IntEnum):
318
318
Wellfleet_Communications = 0x80FF
319
319
320
320
#: Customer VLAN Tag Type (C-Tag, formerly called the Q-Tag) (initially
321
- #: Wellfleet) [RFC-ietf-intarea-rfc7042bis-11 ]
321
+ #: Wellfleet) [:rfc:`9542` ]
322
322
Customer_VLAN_Tag_Type = 0x8100
323
323
324
324
#: Hayes Microcomputers [Neil Sembower]
@@ -381,7 +381,7 @@ class EtherType(IntEnum):
381
381
#: Delta Controls [Neil Sembower]
382
382
Delta_Controls = 0x86DE
383
383
384
- #: Internet Protocol version 6 (IPv6) [RFC-ietf-intarea-rfc7042bis-11 ]
384
+ #: Internet Protocol version 6 (IPv6) [:rfc:`9542` ]
385
385
Internet_Protocol_version_6 = 0x86DD
386
386
387
387
#: ATOMIC [Joe Touch]
@@ -396,17 +396,16 @@ class EtherType(IntEnum):
396
396
#: Secure Data [:rfc:`1701`]
397
397
Secure_Data = 0x876D
398
398
399
- #: IEEE Std 802.3 - Ethernet Passive Optical Network (EPON) [EPON][RFC-ietf-
400
- #: intarea-rfc7042bis-11]
399
+ #: IEEE Std 802.3 - Ethernet Passive Optical Network (EPON) [EPON][:rfc:`9542`]
401
400
IEEE_Std_802_3_Ethernet_Passive_Optical_Network = 0x8808
402
401
403
402
#: Slow Protocols (Link Aggregation, OAM, etc.) [IEEE]
404
403
Slow_Protocols = 0x8809
405
404
406
- #: Point-to-Point Protocol (PPP) [RFC-ietf-intarea-rfc7042bis-11 ]
405
+ #: Point-to-Point Protocol (PPP) [:rfc:`9542` ]
407
406
Point_to_Point_Protocol = 0x880B
408
407
409
- #: General Switch Management Protocol (GSMP) [RFC-ietf-intarea-rfc7042bis-11 ]
408
+ #: General Switch Management Protocol (GSMP) [:rfc:`9542` ]
410
409
General_Switch_Management_Protocol = 0x880C
411
410
412
411
#: Ethernet NIC hardware and software testing [Wind River]
@@ -418,8 +417,7 @@ class EtherType(IntEnum):
418
417
#: MPLS with upstream-assigned label [:rfc:`5332`]
419
418
MPLS_with_upstream_assigned_label = 0x8848
420
419
421
- #: Multicast Channel Allocation Protocol (MCAP) [RFC-ietf-intarea-
422
- #: rfc7042bis-11]
420
+ #: Multicast Channel Allocation Protocol (MCAP) [:rfc:`9542`]
423
421
Multicast_Channel_Allocation_Protocol = 0x8861
424
422
425
423
#: PPP over Ethernet (PPPoE) Discovery Stage [:rfc:`2516`]
0 commit comments