mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
MACsec: Refactor API
This commit is contained in:
committed by
Kyle Schwarz
parent
30c009fe8f
commit
9ff4bf7d0d
@@ -54,7 +54,16 @@ public:
|
||||
FixedPointOverflow = 0x1018,
|
||||
FixedPointPrecision = 0x1019,
|
||||
SyscallError = 0x1020, // check errno/GetLastError() for details
|
||||
|
||||
MACsecSecYLimit = 0x1021,
|
||||
MACsecSaLimit = 0x1022,
|
||||
MACsecRuleLimit = 0x1023,
|
||||
MACsecInvalidSecYIndex = 0x1024,
|
||||
MACsecInvalidSaIndex = 0x1025,
|
||||
MACsecInvalidRuleIndex = 0x1026,
|
||||
MACsecRekeyNotEnabled = 0x1027,
|
||||
MACsecNotSupported = 0x1028,
|
||||
MACsecConfigMismatch = 0x1029,
|
||||
|
||||
// Device Events
|
||||
PollingMessageOverflow = 0x2000,
|
||||
NoSerialNumber = 0x2001, // api
|
||||
|
||||
Reference in New Issue
Block a user