IIeee8021aeTagEpdHeaderInserter.ned
NED File src/inet/linklayer/ieee8021ae/IIeee8021aeTagEpdHeaderInserter.ned
| Name | Type | Description |
|---|---|---|
| IIeee8021aeTagEpdHeaderInserter | module interface |
Module interface for IEEE 802.1AE (MACsec) tag header inserters. Implementations process outgoing frames to add IEEE 802.1AE security tags with EtherType Protocol Discrimination (EPD), encapsulate packet data in encrypted chunks, and add security parameters including Secure Channel Identifier (SCI) and packet number (PN) as defined in the IEEE 802.1AE standard for MAC security. |
Source code
// // Copyright (C) 2020 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.ieee8021ae; // // Module interface for IEEE 802.1AE (MACsec) tag header inserters. // Implementations process outgoing frames to add IEEE 802.1AE security tags // with EtherType Protocol Discrimination (EPD), encapsulate packet data in // encrypted chunks, and add security parameters including Secure Channel // Identifier (SCI) and packet number (PN) as defined in the IEEE 802.1AE // standard for MAC security. // moduleinterface IIeee8021aeTagEpdHeaderInserter { parameters: @display("i=block/cogwheel"); gates: input in; output out; }