VLANs(802.1Q)forOMNet++  0.5Beta
VlanNetConfig.h File Reference
#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 Documentation

Struct to keep information about each VLAN.

typedef std::map<uint16_t, VlanInfoEntry> VlanIPInfo
 All Classes Files Functions Variables Typedefs Friends Defines