Namespace inet
VlanReq
classThis request determines the vlan that should be used to send the packet. It may be present on a packet from the application to the mac protocol.
Extends
Name | Type | Description |
---|---|---|
VlanTagBase | (unknown -- not in documented files) |
Shared Tagging operations (observed)
tagAction | module |
---|---|
addTag | PacketDirectionReverser |
addTagIfAbsent | VirtualTunnel, VlanReqMapper, StreamEncoder, PacketTagger |
findTag | RelayInterfaceSelector, VlanReqFilter, VlanReqMapper, PacketClassifier |
removeTagIfPresent | Ieee8021qTagEpdHeaderInserter, VlanReqMapper |
Source code
// // This request determines the vlan that should be used to send the packet. // It may be present on a packet from the application to the mac protocol. // class VlanReq extends VlanTagBase { }File: src/inet/linklayer/common/VlanTag.msg