Simple Module InterfaceTable

File: Network/Contract/InterfaceTable.ned

C++ definition: click here

Keeps the table of network interfaces.

Interfaces are dynamically registered by the corresponding L2 modules, e.g. PPPInterface. In addition to registered interfaces, a loopback interface will also be created. This table only contains protocol-independent properties of interfaces -- IP or IPv6 specific per-interface data (addresses etc) are kept in RoutingTable and RoutingTable6.

This module has no gates; all functionality can be accessed via member functions of the C++ module class. For detailed info, please see the C++ documentation of the class (Doxygen).

Author:: Andras Varga

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

StandardHost

IP host with TCP, UDP layers and applications.

QuaggaRouter

Quagga-based IP router.

MobileHost

Models a mobile host with a wireless (802.11b) card. This module is a WirelessHost less the PPP and Ethernet interfaces, plus mobility support (BasicMobility). It is intended mainly for mobile ad-hoc networks.

WirelessHost2

Models a host with zero, one or more wireless (802.11b) cards. This module is a variation of WirelessHost.

Router

IP router.

WirelessHost

Models a host with one wireless (802.11b) card. This module is basically a StandardHost with a Nic80211 added.

BurstHost

Definition of an IP node with a transport generator that connects to IP directly, without TCP or UDP.

OSPFRouter

IP router.

TCPSpoofingHost

IP host with TCPSpoof in the application layer.

Router6

IPv6 router.

StandardHost6

IPv6 host with TCP, UDP layers and applications.

LDP_LSR

An LDP-capable router.

RSVP_LSR

An RSVP-TE capable router.

Source code:

simple InterfaceTable
endsimple