File tree 3 files changed +9
-6
lines changed 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 124
124
]
125
125
126
126
#: version number
127
- __version__ = '1.0.2.post18 '
127
+ __version__ = '1.0.2.post19 '
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