Simple Module IPv6ErrorHandling

File: Network/IPv6/IPv6ErrorHandling.ned

C++ definition: click here

Handles error notifications that arrive from other protocol modules.

Errors arrive in messages; this implementation just prints a report and discards the message.

IPv6 implementation TODO: This is just a quick fix. We should have only ONE error handling module for both versions of IP.-WEI

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.

NetworkLayer6

Represents an IPv6 network layer (L3).

Gates:

Name Direction Description
in input

Source code:

simple IPv6ErrorHandling
    gates:
        in: in;
endsimple