VLANs(802.1Q)forOMNet++
0.5Beta
|
#include <map>
#include <stack>
#include <string>
#include <stdlib.h>
#include <omnetpp.h>
#include <iostream>
#include "FlatNetworkConfigurator.h"
#include "InterfaceEntry.h"
#include "InterfaceTable.h"
#include "IPv4InterfaceData.h"
#include "IPAddressResolver.h"
Classes | |
struct | _vlan_info_entry |
Struct to keep information about each VLAN. More... | |
class | VlanNetConfig |
A NetworkConfigurator to handle vlans on initialization. More... | |
Typedefs | |
typedef struct _vlan_info_entry | VlanInfoEntry |
Struct to keep information about each VLAN. | |
typedef std::map< uint16_t, VlanInfoEntry > | VlanIPInfo |
typedef struct _vlan_info_entry VlanInfoEntry |
Struct to keep information about each VLAN.
typedef std::map<uint16_t, VlanInfoEntry> VlanIPInfo |