File tree 4 files changed +11
-7
lines changed 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 123
123
]
124
124
125
125
#: version number
126
- __version__ = '1.3.1.post12 '
126
+ __version__ = '1.3.1.post13 '
Original file line number Diff line number Diff line change @@ -24530,7 +24530,8 @@ def __hash__(self) -> 'int':
24530
24530
#: - [UDP] LUCIA Pareja Data Group
24531
24531
lpdg: 'AppType' = 10805, 'lpdg', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
24532
24532
24533
- #: [TCP] Linux Network Block Device
24533
+ #: [TCP] Network Block Device
24534
+ #: [https://github.com/NetworkBlockDevice/nbd/blob/master/doc/proto.md]
24534
24535
nbd: 'AppType' = 10809, 'nbd', TransportProtocol.get('tcp')
24535
24536
24536
24537
#: [UDP] Reserved
Original file line number Diff line number Diff line change @@ -475,18 +475,21 @@ class LinkType(IntEnum):
475
475
C_HDLC_WITH_DIR = 205
476
476
477
477
#: [``DLT_FRELAY_WITH_DIR``] Frame Relay LAPF frames, beginning with a one-byte
478
- #: pseudo-header with a zero value meaning "received by this host" (DCE-> DTE)
479
- #: and a non-zero value meaning "sent by this host" (DTE-> DCE), followed by an
478
+ #: pseudo-header with a zero value meaning "received by this host" (DCE⇒ DTE)
479
+ #: and a non-zero value meaning "sent by this host" (DTE⇒ DCE), followed by an
480
480
#: ITU-T Recommendation Q.922 LAPF header starting with the address field, and
481
481
#: without an FCS at the end of the frame.
482
482
FRELAY_WITH_DIR = 206
483
483
484
484
#: [``DLT_LAPB_WITH_DIR``] Link Access Procedure, Balanced (LAPB), as specified
485
485
#: by ITU-T Recommendation X.25, preceded with a one-byte pseudo-header with a
486
- #: zero value meaning "received by this host" (DCE-> DTE) and a non-zero value
487
- #: meaning "sent by this host" (DTE-> DCE).
486
+ #: zero value meaning "received by this host" (DCE⇒ DTE) and a non-zero value
487
+ #: meaning "sent by this host" (DTE⇒ DCE).
488
488
LAPB_WITH_DIR = 207
489
489
490
+ #: [``DLT_IPMB_LINUX``] Legacy names (do not use) for Linux I2C below.
491
+ IPMB_LINUX = 209
492
+
490
493
#: [``DLT_I2C_LINUX``] Linux I2C packets.
491
494
I2C_LINUX = 209
492
495
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ class TransType(IntEnum):
376
376
#: IPX in IP [CJ Lee]
377
377
IPX_in_IP = 111
378
378
379
- #: Virtual Router Redundancy Protocol [RFC-ietf-rtgwg-vrrp-rfc5798bis-18 ]
379
+ #: Virtual Router Redundancy Protocol [:rfc:`9568` ]
380
380
VRRP = 112
381
381
382
382
#: PGM Reliable Transport Protocol [Tony Speakman]
You can’t perform that action at this time.
0 commit comments