milan-avb: gptp: handle MANAGEMENT_ERROR_STATUS TLV as stale-data signal

This commit is contained in:
hackerman-kl 2026-04-29 07:50:44 +02:00
parent 09b3f0dc34
commit 4da6e39281
2 changed files with 13 additions and 1 deletions

View file

@ -24,6 +24,7 @@ extern "C" {
#define PTP_MGMT_ACTION_GET 0
#define PTP_MGMT_ACTION_RESPONSE 2
#define PTP_TLV_TYPE_MGMT 0x0001
#define PTP_TLV_TYPE_MGMT_ERROR_STATUS 0x0002
#define PTP_MGMT_ID_DEFAULT_DATA_SET 0x2000
#define PTP_MGMT_ID_CURRENT_DATA_SET 0x2001
#define PTP_MGMT_ID_PARENT_DATA_SET 0x2002