Skip to content

Commit

Permalink
TLV management messages need to be aligned to 16 bits.
Browse files Browse the repository at this point in the history
Add reserved octet to the new port hardware clock structure.

Signed-off-by: Erez Geva <[email protected]>
  • Loading branch information
Erez Geva authored and richardcochran committed Apr 30, 2022
1 parent b251ccf commit 1a3c971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tlv.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ struct port_hwclock_np {
struct PortIdentity portIdentity;
Integer32 phc_index;
UInteger8 flags;
uint8_t reserved;
} PACKED;

struct port_stats_np {
Expand Down

0 comments on commit 1a3c971

Please sign in to comment.