mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
fix typo in last commit
This commit is contained in:
parent
a0858e10ac
commit
48f395a6c2
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ struct bstp_cbpdu {
|
|||
uint16_t cbu_hellotime; /* hello time */
|
||||
uint16_t cbu_forwarddelay; /* forwarding delay */
|
||||
uint8_t cbu_versionlen; /* version 1 length */
|
||||
} __packed__;
|
||||
} __packed;
|
||||
#define BSTP_BPDU_STP_LEN (3 + 35) /* LLC + STP pdu */
|
||||
#define BSTP_BPDU_RSTP_LEN (3 + 36) /* LLC + RSTP pdu */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue