IIeee8021rTagEpdHeaderChecker

Package: inet.linklayer.ieee8021r

IIeee8021rTagEpdHeaderChecker

module interface

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Implemented by

Name Type Description
Ieee8021rTagEpdHeaderChecker simple module (no description)

Used in compound modules

Name Type Description
Ieee8021rProtocol compound module

Implements the IEEE 802.1r protocol encapsulation/decapsulation.

Extends

Name Type Description
IProtocolHeaderChecker module interface

Module interface for protocol header checker components. Modules that implement this interface verify protocol-specific headers in packets and typically remove them after successful validation. These components act as packet filters that can drop invalid packets based on header information, ensuring protocol compliance and integrity. They are commonly used in protocol stacks to process incoming packets before passing them to higher layers.

Properties

Name Value Description
omittedTypename OmittedPacketFilter
display i=block/filter

Source code

moduleinterface IIeee8021rTagEpdHeaderChecker extends IProtocolHeaderChecker
{
    parameters:
        @display("i=block/checker");
}

File: src/inet/linklayer/ieee8021r/IIeee8021rTagEpdHeaderChecker.ned