VlanTunnel

Package: inet.linklayer.vlan

VlanTunnel

simple module

(no description)

VlanTunnel

Used in compound modules

Name Type Description
VlanInterface compound module (no description)

Parameters

Name Type Default value Description
interfaceTableModule string
address string "copy"
vlanId int
realInterfaceName string

Properties

Name Value Description
display i=block/cogwheel

Gates

Name Direction Size Description
upperLayerIn input
upperLayerOut output

Source code

simple VlanTunnel
{
    parameters:
        string interfaceTableModule;
        string address @enum("auto","copy") = default("copy");
        int vlanId;
        string realInterfaceName;
        @display("i=block/cogwheel");
    gates:
        input upperLayerIn;
        output upperLayerOut;
}
File: src/inet/linklayer/vlan/VlanTunnel.ned