mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-09-27 03:09:46 +02:00
Device: Write MACsec configs by network ID
This commit is contained in:
committed by
Kyle Schwarz
parent
b54bf80c40
commit
f0b1341cdf
@@ -70,6 +70,13 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
const MACsecNetworkMap& getMACsecNetworkMap() const override {
|
||||
static const MACsecNetworkMap networks = {
|
||||
{Network::NetID::AE_01, 0},
|
||||
};
|
||||
return networks;
|
||||
}
|
||||
|
||||
RADComet2(neodevice_t neodevice, const driver_factory_t& makeDriver) : Device(neodevice) {
|
||||
initialize<RADComet2Settings, Disk::NeoMemoryDiskDriver, Disk::NeoMemoryDiskDriver>(makeDriver);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user