File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 124124]
125125
126126#: 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):
475475 C_HDLC_WITH_DIR = 205
476476
477477 #: [``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
480480 #: ITU-T Recommendation Q.922 LAPF header starting with the address field, and
481481 #: without an FCS at the end of the frame.
482482 FRELAY_WITH_DIR = 206
483483
484484 #: [``DLT_LAPB_WITH_DIR``] Link Access Procedure, Balanced (LAPB), as specified
485485 #: 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).
488488 LAPB_WITH_DIR = 207
489489
490+ #: [``DLT_IPMB_LINUX``] Legacy names (do not use) for Linux I2C below.
491+ IPMB_LINUX = 209
492+
490493 #: [``DLT_I2C_LINUX``] Linux I2C packets.
491494 I2C_LINUX = 209
492495
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ class TransType(IntEnum):
376376 #: IPX in IP [CJ Lee]
377377 IPX_in_IP = 111
378378
379- #: Virtual Router Redundancy Protocol [RFC-ietf-rtgwg-vrrp-rfc5798bis-18 ]
379+ #: Virtual Router Redundancy Protocol [:rfc:`9568` ]
380380 VRRP = 112
381381
382382 #: PGM Reliable Transport Protocol [Tony Speakman]
You can’t perform that action at this time.
0 commit comments