Simple Module Daemon

File: Network/Quagga/Daemon.ned

(no description)

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.

Daemon QuaggaRouter

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.

QuaggaRouter

Quagga-based IP router.

Parameters:

Name Type Description
fsroot string
server string

Gates:

Name Direction Description
tcpIn input
tcpOut output
udpIn input
udpOut output
ipIn input
ipOut output

Source code:

simple Daemon
    parameters:
        fsroot : string,
        server : string;
    gates:
        in: tcpIn;
        out: tcpOut;
        in: udpIn;
        out: udpOut;
        in: ipIn;
        out: ipOut;
endsimple