OSPF_RFC2328_Fig6

Package: inet.examples.ospfv2.fulltest

OSPF_RFC2328_Fig6

network

(no description)

Area1 : OSPF_Area1

Source:
Area1: OSPF_Area1 {
    parameters:
        @display("p=250,235;b=150,150");
} Area2 : OSPF_Area2

Source:
Area2: OSPF_Area2 {
    parameters:
        @display("p=650,530;b=150,150");
} Area3 : OSPF_Area3

Source:
Area3: OSPF_Area3 {
    parameters:
        @display("p=250,530;b=150,150");
} RT3 : OspfRouter

A router that uses the Open Shortest Path First version 2 (OSPFv2) routing protocol.

Source:
RT3: OspfRouter {
    parameters:
        @display("p=450,280");
    gates:
        ethg[3];
} RT4 : OspfRouter

A router that uses the Open Shortest Path First version 2 (OSPFv2) routing protocol.

Source:
RT4: OspfRouter {
    parameters:
        @display("p=450,190");
    gates:
        ethg[2];
} RT5 : OspfRouter

A router that uses the Open Shortest Path First version 2 (OSPFv2) routing protocol.

Source:
RT5: OspfRouter {
    parameters:
        @display("p=700,190");
    gates:
        ethg[6];
} RT6 : OspfRouter

A router that uses the Open Shortest Path First version 2 (OSPFv2) routing protocol.

Source:
RT6: OspfRouter {
    parameters:
        @display("p=600,280");
    gates:
        ethg[3];
} RT7 : OspfRouter

A router that uses the Open Shortest Path First version 2 (OSPFv2) routing protocol.

Source:
RT7: OspfRouter {
    parameters:
        @display("p=700,370");
    gates:
        ethg[4];
} RT10 : OspfRouter

A router that uses the Open Shortest Path First version 2 (OSPFv2) routing protocol.

Source:
RT10: OspfRouter {
    parameters:
        @display("p=600,370");
    gates:
        ethg[3];
} RT11 : OspfRouter

A router that uses the Open Shortest Path First version 2 (OSPFv2) routing protocol.

Source:
RT11: OspfRouter {
    parameters:
        @display("p=450,530");
    gates:
        ethg[2];
} N12 : OspfLan

Source:
N12: OspfLan {
    parameters:
        h = 1;
        @display("p=850,280;is=l");
} N13 : OspfLan

Source:
N13: OspfLan {
    parameters:
        h = 1;
        @display("p=850,100;is=l");
} N14 : OspfLan

Source:
N14: OspfLan {
    parameters:
        h = 1;
        @display("p=550,100;is=l");
} N15 : OspfLan

Source:
N15: OspfLan {
    parameters:
        h = 1;
        @display("p=850,450;is=l");
} configurator : Ipv4NetworkConfigurator

Assigns IPv4 addresses and sets up static routing for an IPv4 network.

Source:
configurator: Ipv4NetworkConfigurator {
    parameters:
        config = xml("<config>"+"\n"+
                            "<interface among='Area1.N1.* Area1.RT1' address='10.1.11.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface among='Area1.N2.* Area1.RT2' address='10...

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Properties

Name Value Description
isNetwork
display p=10,10;b=704,560

Unassigned submodule parameters

Name Type Default value Description
Area1.RT1.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT1.status.initialStatus string "UP"

TODO @signal, @statistic

Area1.RT1.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT1.environment.initStage int 0

Initialization stage for the setup command

Area1.RT1.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area1.RT1.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area1.RT1.environment.setupCommand string ""

A host OS system command

Area1.RT1.environment.teardownCommand string ""

A host OS system command

Area1.RT1.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT1.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area1.RT1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area1.RT1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area1.RT1.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area1.RT1.pcapRecorder.fileFormat string "pcapng"
Area1.RT1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area1.RT1.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area1.RT1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area1.RT1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area1.RT1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area1.RT1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area1.RT1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area1.RT1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area1.RT1.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area1.RT1.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area1.RT1.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area1.RT1.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT1.cb.forwardServiceRegistration bool true
Area1.RT1.cb.forwardProtocolRegistration bool true
Area1.RT1.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT1.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT1.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT1.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT1.bl.forwardServiceRegistration bool true
Area1.RT1.bl.forwardProtocolRegistration bool true
Area1.RT1.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT1.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT1.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT1.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT1.li.forwardServiceRegistration bool true
Area1.RT1.li.forwardProtocolRegistration bool true
Area1.RT1.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT1.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT1.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT1.eth.bitrate double
Area1.RT1.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT1.nl.forwardServiceRegistration bool true
Area1.RT1.nl.forwardProtocolRegistration bool true
Area1.RT1.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT1.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT1.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT1.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT1.tn.forwardServiceRegistration bool true
Area1.RT1.tn.forwardProtocolRegistration bool true
Area1.RT1.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT1.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT1.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT1.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT1.at.forwardServiceRegistration bool true
Area1.RT1.at.forwardProtocolRegistration bool true
Area1.RT1.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT1.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT1.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT1.bgp.interfaceTableModule string

The path to the InterfaceTable module

Area1.RT1.bgp.routingTableModule string
Area1.RT1.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Area1.RT2.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT2.status.initialStatus string "UP"

TODO @signal, @statistic

Area1.RT2.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT2.environment.initStage int 0

Initialization stage for the setup command

Area1.RT2.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area1.RT2.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area1.RT2.environment.setupCommand string ""

A host OS system command

Area1.RT2.environment.teardownCommand string ""

A host OS system command

Area1.RT2.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT2.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area1.RT2.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area1.RT2.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area1.RT2.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area1.RT2.pcapRecorder.fileFormat string "pcapng"
Area1.RT2.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area1.RT2.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area1.RT2.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area1.RT2.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area1.RT2.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area1.RT2.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area1.RT2.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area1.RT2.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area1.RT2.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area1.RT2.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area1.RT2.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT2.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area1.RT2.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT2.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT2.cb.forwardServiceRegistration bool true
Area1.RT2.cb.forwardProtocolRegistration bool true
Area1.RT2.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT2.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT2.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT2.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT2.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT2.bl.forwardServiceRegistration bool true
Area1.RT2.bl.forwardProtocolRegistration bool true
Area1.RT2.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT2.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT2.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT2.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT2.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT2.li.forwardServiceRegistration bool true
Area1.RT2.li.forwardProtocolRegistration bool true
Area1.RT2.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT2.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT2.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT2.eth.bitrate double
Area1.RT2.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT2.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT2.nl.forwardServiceRegistration bool true
Area1.RT2.nl.forwardProtocolRegistration bool true
Area1.RT2.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT2.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT2.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT2.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT2.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT2.tn.forwardServiceRegistration bool true
Area1.RT2.tn.forwardProtocolRegistration bool true
Area1.RT2.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT2.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT2.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT2.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.RT2.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.RT2.at.forwardServiceRegistration bool true
Area1.RT2.at.forwardProtocolRegistration bool true
Area1.RT2.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.RT2.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.RT2.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.RT2.bgp.interfaceTableModule string

The path to the InterfaceTable module

Area1.RT2.bgp.routingTableModule string
Area1.RT2.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Area1.N1.hub.macTable.agingTime double
Area1.N1.hub.macTable.forwardingTableFile string
Area1.N1.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area1.N1.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.hub.status.initialStatus string "UP"

TODO @signal, @statistic

Area1.N1.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area1.N1.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area1.N1.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area1.N1.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area1.N1.hub.pcapRecorder.fileFormat string "pcapng"
Area1.N1.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area1.N1.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area1.N1.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area1.N1.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area1.N1.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area1.N1.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area1.N1.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area1.N1.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area1.N1.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area1.N1.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area1.N1.hub.mrp.ccmInterval double
Area1.N1.hub.mrp.mrpRole string
Area1.N1.hub.mrp.timingProfile int
Area1.N1.hub.mrp.uuid0 int
Area1.N1.hub.mrp.uuid1 int
Area1.N1.hub.mrp.ringPort1 int
Area1.N1.hub.mrp.ringPort2 int
Area1.N1.hub.mrp.interconnectionLinkCheckAware bool
Area1.N1.hub.mrp.interconnectionRingCheckAware bool
Area1.N1.hub.mrp.nonblockingMrcSupported bool
Area1.N1.hub.mrp.reactOnLinkChange bool
Area1.N1.hub.mrp.visualize bool
Area1.N1.hub.stp.helloTime double
Area1.N1.hub.stp.forwardDelay double
Area1.N1.hub.stp.maxAge double
Area1.N1.hub.stp.bridgePriority int
Area1.N1.hub.stp.visualize bool
Area1.N1.hub.gptp.gptpNodeType string "BRIDGE_NODE"
Area1.N1.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N1.hub.sc.forwardServiceRegistration bool true
Area1.N1.hub.sc.forwardProtocolRegistration bool true
Area1.N1.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N1.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N1.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N1.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N1.hub.cb.forwardServiceRegistration bool true
Area1.N1.hub.cb.forwardProtocolRegistration bool true
Area1.N1.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N1.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N1.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N1.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N1.hub.bl.forwardServiceRegistration bool true
Area1.N1.hub.bl.forwardProtocolRegistration bool true
Area1.N1.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N1.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N1.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N1.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N1.hub.li.forwardServiceRegistration bool true
Area1.N1.hub.li.forwardProtocolRegistration bool true
Area1.N1.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N1.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N1.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N1.hub.eth.bitrate double
Area1.N1.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.host.status.initialStatus string "UP"

TODO @signal, @statistic

Area1.N1.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.host.environment.initStage int 0

Initialization stage for the setup command

Area1.N1.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area1.N1.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area1.N1.host.environment.setupCommand string ""

A host OS system command

Area1.N1.host.environment.teardownCommand string ""

A host OS system command

Area1.N1.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area1.N1.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area1.N1.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area1.N1.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area1.N1.host.pcapRecorder.fileFormat string "pcapng"
Area1.N1.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area1.N1.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area1.N1.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area1.N1.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area1.N1.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area1.N1.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area1.N1.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area1.N1.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area1.N1.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area1.N1.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area1.N1.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area1.N1.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N1.host.cb.forwardServiceRegistration bool true
Area1.N1.host.cb.forwardProtocolRegistration bool true
Area1.N1.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N1.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N1.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N1.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N1.host.bl.forwardServiceRegistration bool true
Area1.N1.host.bl.forwardProtocolRegistration bool true
Area1.N1.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N1.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N1.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N1.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N1.host.li.forwardServiceRegistration bool true
Area1.N1.host.li.forwardProtocolRegistration bool true
Area1.N1.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N1.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N1.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N1.host.eth.bitrate double
Area1.N1.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N1.host.nl.forwardServiceRegistration bool true
Area1.N1.host.nl.forwardProtocolRegistration bool true
Area1.N1.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N1.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N1.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N1.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N1.host.tn.forwardServiceRegistration bool true
Area1.N1.host.tn.forwardProtocolRegistration bool true
Area1.N1.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N1.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N1.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N1.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N1.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N1.host.at.forwardServiceRegistration bool true
Area1.N1.host.at.forwardProtocolRegistration bool true
Area1.N1.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N1.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N1.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N2.hub.macTable.agingTime double
Area1.N2.hub.macTable.forwardingTableFile string
Area1.N2.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area1.N2.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.hub.status.initialStatus string "UP"

TODO @signal, @statistic

Area1.N2.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area1.N2.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area1.N2.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area1.N2.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area1.N2.hub.pcapRecorder.fileFormat string "pcapng"
Area1.N2.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area1.N2.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area1.N2.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area1.N2.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area1.N2.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area1.N2.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area1.N2.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area1.N2.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area1.N2.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area1.N2.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area1.N2.hub.mrp.ccmInterval double
Area1.N2.hub.mrp.mrpRole string
Area1.N2.hub.mrp.timingProfile int
Area1.N2.hub.mrp.uuid0 int
Area1.N2.hub.mrp.uuid1 int
Area1.N2.hub.mrp.ringPort1 int
Area1.N2.hub.mrp.ringPort2 int
Area1.N2.hub.mrp.interconnectionLinkCheckAware bool
Area1.N2.hub.mrp.interconnectionRingCheckAware bool
Area1.N2.hub.mrp.nonblockingMrcSupported bool
Area1.N2.hub.mrp.reactOnLinkChange bool
Area1.N2.hub.mrp.visualize bool
Area1.N2.hub.stp.helloTime double
Area1.N2.hub.stp.forwardDelay double
Area1.N2.hub.stp.maxAge double
Area1.N2.hub.stp.bridgePriority int
Area1.N2.hub.stp.visualize bool
Area1.N2.hub.gptp.gptpNodeType string "BRIDGE_NODE"
Area1.N2.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N2.hub.sc.forwardServiceRegistration bool true
Area1.N2.hub.sc.forwardProtocolRegistration bool true
Area1.N2.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N2.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N2.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N2.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N2.hub.cb.forwardServiceRegistration bool true
Area1.N2.hub.cb.forwardProtocolRegistration bool true
Area1.N2.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N2.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N2.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N2.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N2.hub.bl.forwardServiceRegistration bool true
Area1.N2.hub.bl.forwardProtocolRegistration bool true
Area1.N2.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N2.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N2.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N2.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N2.hub.li.forwardServiceRegistration bool true
Area1.N2.hub.li.forwardProtocolRegistration bool true
Area1.N2.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N2.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N2.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N2.hub.eth.bitrate double
Area1.N2.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.host.status.initialStatus string "UP"

TODO @signal, @statistic

Area1.N2.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.host.environment.initStage int 0

Initialization stage for the setup command

Area1.N2.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area1.N2.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area1.N2.host.environment.setupCommand string ""

A host OS system command

Area1.N2.host.environment.teardownCommand string ""

A host OS system command

Area1.N2.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area1.N2.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area1.N2.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area1.N2.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area1.N2.host.pcapRecorder.fileFormat string "pcapng"
Area1.N2.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area1.N2.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area1.N2.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area1.N2.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area1.N2.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area1.N2.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area1.N2.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area1.N2.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area1.N2.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area1.N2.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area1.N2.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area1.N2.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N2.host.cb.forwardServiceRegistration bool true
Area1.N2.host.cb.forwardProtocolRegistration bool true
Area1.N2.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N2.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N2.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N2.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N2.host.bl.forwardServiceRegistration bool true
Area1.N2.host.bl.forwardProtocolRegistration bool true
Area1.N2.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N2.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N2.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N2.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N2.host.li.forwardServiceRegistration bool true
Area1.N2.host.li.forwardProtocolRegistration bool true
Area1.N2.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N2.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N2.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N2.host.eth.bitrate double
Area1.N2.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N2.host.nl.forwardServiceRegistration bool true
Area1.N2.host.nl.forwardProtocolRegistration bool true
Area1.N2.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N2.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N2.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N2.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N2.host.tn.forwardServiceRegistration bool true
Area1.N2.host.tn.forwardProtocolRegistration bool true
Area1.N2.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N2.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N2.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N2.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N2.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N2.host.at.forwardServiceRegistration bool true
Area1.N2.host.at.forwardProtocolRegistration bool true
Area1.N2.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N2.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N2.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N3.hub.macTable.agingTime double
Area1.N3.hub.macTable.forwardingTableFile string
Area1.N3.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area1.N3.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.hub.status.initialStatus string "UP"

TODO @signal, @statistic

Area1.N3.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area1.N3.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area1.N3.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area1.N3.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area1.N3.hub.pcapRecorder.fileFormat string "pcapng"
Area1.N3.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area1.N3.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area1.N3.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area1.N3.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area1.N3.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area1.N3.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area1.N3.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area1.N3.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area1.N3.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area1.N3.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area1.N3.hub.mrp.ccmInterval double
Area1.N3.hub.mrp.mrpRole string
Area1.N3.hub.mrp.timingProfile int
Area1.N3.hub.mrp.uuid0 int
Area1.N3.hub.mrp.uuid1 int
Area1.N3.hub.mrp.ringPort1 int
Area1.N3.hub.mrp.ringPort2 int
Area1.N3.hub.mrp.interconnectionLinkCheckAware bool
Area1.N3.hub.mrp.interconnectionRingCheckAware bool
Area1.N3.hub.mrp.nonblockingMrcSupported bool
Area1.N3.hub.mrp.reactOnLinkChange bool
Area1.N3.hub.mrp.visualize bool
Area1.N3.hub.stp.helloTime double
Area1.N3.hub.stp.forwardDelay double
Area1.N3.hub.stp.maxAge double
Area1.N3.hub.stp.bridgePriority int
Area1.N3.hub.stp.visualize bool
Area1.N3.hub.gptp.gptpNodeType string "BRIDGE_NODE"
Area1.N3.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N3.hub.sc.forwardServiceRegistration bool true
Area1.N3.hub.sc.forwardProtocolRegistration bool true
Area1.N3.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N3.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N3.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N3.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N3.hub.cb.forwardServiceRegistration bool true
Area1.N3.hub.cb.forwardProtocolRegistration bool true
Area1.N3.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N3.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N3.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N3.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N3.hub.bl.forwardServiceRegistration bool true
Area1.N3.hub.bl.forwardProtocolRegistration bool true
Area1.N3.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N3.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N3.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N3.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N3.hub.li.forwardServiceRegistration bool true
Area1.N3.hub.li.forwardProtocolRegistration bool true
Area1.N3.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N3.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N3.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N3.hub.eth.bitrate double
Area1.N3.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.host.status.initialStatus string "UP"

TODO @signal, @statistic

Area1.N3.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.host.environment.initStage int 0

Initialization stage for the setup command

Area1.N3.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area1.N3.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area1.N3.host.environment.setupCommand string ""

A host OS system command

Area1.N3.host.environment.teardownCommand string ""

A host OS system command

Area1.N3.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area1.N3.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area1.N3.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area1.N3.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area1.N3.host.pcapRecorder.fileFormat string "pcapng"
Area1.N3.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area1.N3.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area1.N3.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area1.N3.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area1.N3.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area1.N3.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area1.N3.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area1.N3.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area1.N3.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area1.N3.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area1.N3.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area1.N3.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N3.host.cb.forwardServiceRegistration bool true
Area1.N3.host.cb.forwardProtocolRegistration bool true
Area1.N3.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N3.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N3.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N3.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N3.host.bl.forwardServiceRegistration bool true
Area1.N3.host.bl.forwardProtocolRegistration bool true
Area1.N3.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N3.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N3.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N3.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N3.host.li.forwardServiceRegistration bool true
Area1.N3.host.li.forwardProtocolRegistration bool true
Area1.N3.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N3.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N3.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N3.host.eth.bitrate double
Area1.N3.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N3.host.nl.forwardServiceRegistration bool true
Area1.N3.host.nl.forwardProtocolRegistration bool true
Area1.N3.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N3.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N3.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N3.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N3.host.tn.forwardServiceRegistration bool true
Area1.N3.host.tn.forwardProtocolRegistration bool true
Area1.N3.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N3.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N3.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N3.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N3.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N3.host.at.forwardServiceRegistration bool true
Area1.N3.host.at.forwardProtocolRegistration bool true
Area1.N3.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N3.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N3.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N4.hub.macTable.agingTime double
Area1.N4.hub.macTable.forwardingTableFile string
Area1.N4.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area1.N4.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.hub.status.initialStatus string "UP"

TODO @signal, @statistic

Area1.N4.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area1.N4.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area1.N4.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area1.N4.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area1.N4.hub.pcapRecorder.fileFormat string "pcapng"
Area1.N4.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area1.N4.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area1.N4.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area1.N4.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area1.N4.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area1.N4.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area1.N4.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area1.N4.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area1.N4.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area1.N4.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area1.N4.hub.mrp.ccmInterval double
Area1.N4.hub.mrp.mrpRole string
Area1.N4.hub.mrp.timingProfile int
Area1.N4.hub.mrp.uuid0 int
Area1.N4.hub.mrp.uuid1 int
Area1.N4.hub.mrp.ringPort1 int
Area1.N4.hub.mrp.ringPort2 int
Area1.N4.hub.mrp.interconnectionLinkCheckAware bool
Area1.N4.hub.mrp.interconnectionRingCheckAware bool
Area1.N4.hub.mrp.nonblockingMrcSupported bool
Area1.N4.hub.mrp.reactOnLinkChange bool
Area1.N4.hub.mrp.visualize bool
Area1.N4.hub.stp.helloTime double
Area1.N4.hub.stp.forwardDelay double
Area1.N4.hub.stp.maxAge double
Area1.N4.hub.stp.bridgePriority int
Area1.N4.hub.stp.visualize bool
Area1.N4.hub.gptp.gptpNodeType string "BRIDGE_NODE"
Area1.N4.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N4.hub.sc.forwardServiceRegistration bool true
Area1.N4.hub.sc.forwardProtocolRegistration bool true
Area1.N4.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N4.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N4.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N4.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N4.hub.cb.forwardServiceRegistration bool true
Area1.N4.hub.cb.forwardProtocolRegistration bool true
Area1.N4.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N4.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N4.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N4.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N4.hub.bl.forwardServiceRegistration bool true
Area1.N4.hub.bl.forwardProtocolRegistration bool true
Area1.N4.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N4.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N4.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N4.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N4.hub.li.forwardServiceRegistration bool true
Area1.N4.hub.li.forwardProtocolRegistration bool true
Area1.N4.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N4.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N4.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N4.hub.eth.bitrate double
Area1.N4.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.host.status.initialStatus string "UP"

TODO @signal, @statistic

Area1.N4.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.host.environment.initStage int 0

Initialization stage for the setup command

Area1.N4.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area1.N4.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area1.N4.host.environment.setupCommand string ""

A host OS system command

Area1.N4.host.environment.teardownCommand string ""

A host OS system command

Area1.N4.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area1.N4.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area1.N4.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area1.N4.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area1.N4.host.pcapRecorder.fileFormat string "pcapng"
Area1.N4.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area1.N4.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area1.N4.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area1.N4.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area1.N4.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area1.N4.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area1.N4.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area1.N4.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area1.N4.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area1.N4.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area1.N4.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area1.N4.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N4.host.cb.forwardServiceRegistration bool true
Area1.N4.host.cb.forwardProtocolRegistration bool true
Area1.N4.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N4.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N4.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N4.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N4.host.bl.forwardServiceRegistration bool true
Area1.N4.host.bl.forwardProtocolRegistration bool true
Area1.N4.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N4.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N4.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N4.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N4.host.li.forwardServiceRegistration bool true
Area1.N4.host.li.forwardProtocolRegistration bool true
Area1.N4.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N4.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N4.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N4.host.eth.bitrate double
Area1.N4.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N4.host.nl.forwardServiceRegistration bool true
Area1.N4.host.nl.forwardProtocolRegistration bool true
Area1.N4.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N4.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N4.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N4.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N4.host.tn.forwardServiceRegistration bool true
Area1.N4.host.tn.forwardProtocolRegistration bool true
Area1.N4.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N4.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N4.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area1.N4.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area1.N4.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area1.N4.host.at.forwardServiceRegistration bool true
Area1.N4.host.at.forwardProtocolRegistration bool true
Area1.N4.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area1.N4.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area1.N4.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.RT8.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.RT8.status.initialStatus string "UP"

TODO @signal, @statistic

Area2.RT8.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.RT8.environment.initStage int 0

Initialization stage for the setup command

Area2.RT8.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area2.RT8.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area2.RT8.environment.setupCommand string ""

A host OS system command

Area2.RT8.environment.teardownCommand string ""

A host OS system command

Area2.RT8.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.RT8.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area2.RT8.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area2.RT8.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area2.RT8.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area2.RT8.pcapRecorder.fileFormat string "pcapng"
Area2.RT8.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area2.RT8.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area2.RT8.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area2.RT8.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area2.RT8.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area2.RT8.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area2.RT8.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area2.RT8.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area2.RT8.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area2.RT8.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area2.RT8.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.RT8.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area2.RT8.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.RT8.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.RT8.cb.forwardServiceRegistration bool true
Area2.RT8.cb.forwardProtocolRegistration bool true
Area2.RT8.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.RT8.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.RT8.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.RT8.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.RT8.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.RT8.bl.forwardServiceRegistration bool true
Area2.RT8.bl.forwardProtocolRegistration bool true
Area2.RT8.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.RT8.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.RT8.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.RT8.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.RT8.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.RT8.li.forwardServiceRegistration bool true
Area2.RT8.li.forwardProtocolRegistration bool true
Area2.RT8.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.RT8.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.RT8.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.RT8.eth.bitrate double
Area2.RT8.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.RT8.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.RT8.nl.forwardServiceRegistration bool true
Area2.RT8.nl.forwardProtocolRegistration bool true
Area2.RT8.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.RT8.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.RT8.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.RT8.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.RT8.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.RT8.tn.forwardServiceRegistration bool true
Area2.RT8.tn.forwardProtocolRegistration bool true
Area2.RT8.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.RT8.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.RT8.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.RT8.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.RT8.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.RT8.at.forwardServiceRegistration bool true
Area2.RT8.at.forwardProtocolRegistration bool true
Area2.RT8.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.RT8.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.RT8.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.RT8.bgp.interfaceTableModule string

The path to the InterfaceTable module

Area2.RT8.bgp.routingTableModule string
Area2.RT8.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Area2.N6.hub.macTable.agingTime double
Area2.N6.hub.macTable.forwardingTableFile string
Area2.N6.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area2.N6.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.hub.status.initialStatus string "UP"

TODO @signal, @statistic

Area2.N6.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area2.N6.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area2.N6.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area2.N6.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area2.N6.hub.pcapRecorder.fileFormat string "pcapng"
Area2.N6.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area2.N6.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area2.N6.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area2.N6.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area2.N6.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area2.N6.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area2.N6.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area2.N6.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area2.N6.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area2.N6.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area2.N6.hub.mrp.ccmInterval double
Area2.N6.hub.mrp.mrpRole string
Area2.N6.hub.mrp.timingProfile int
Area2.N6.hub.mrp.uuid0 int
Area2.N6.hub.mrp.uuid1 int
Area2.N6.hub.mrp.ringPort1 int
Area2.N6.hub.mrp.ringPort2 int
Area2.N6.hub.mrp.interconnectionLinkCheckAware bool
Area2.N6.hub.mrp.interconnectionRingCheckAware bool
Area2.N6.hub.mrp.nonblockingMrcSupported bool
Area2.N6.hub.mrp.reactOnLinkChange bool
Area2.N6.hub.mrp.visualize bool
Area2.N6.hub.stp.helloTime double
Area2.N6.hub.stp.forwardDelay double
Area2.N6.hub.stp.maxAge double
Area2.N6.hub.stp.bridgePriority int
Area2.N6.hub.stp.visualize bool
Area2.N6.hub.gptp.gptpNodeType string "BRIDGE_NODE"
Area2.N6.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N6.hub.sc.forwardServiceRegistration bool true
Area2.N6.hub.sc.forwardProtocolRegistration bool true
Area2.N6.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N6.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N6.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N6.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N6.hub.cb.forwardServiceRegistration bool true
Area2.N6.hub.cb.forwardProtocolRegistration bool true
Area2.N6.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N6.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N6.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N6.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N6.hub.bl.forwardServiceRegistration bool true
Area2.N6.hub.bl.forwardProtocolRegistration bool true
Area2.N6.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N6.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N6.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N6.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N6.hub.li.forwardServiceRegistration bool true
Area2.N6.hub.li.forwardProtocolRegistration bool true
Area2.N6.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N6.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N6.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N6.hub.eth.bitrate double
Area2.N6.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.host.status.initialStatus string "UP"

TODO @signal, @statistic

Area2.N6.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.host.environment.initStage int 0

Initialization stage for the setup command

Area2.N6.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area2.N6.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area2.N6.host.environment.setupCommand string ""

A host OS system command

Area2.N6.host.environment.teardownCommand string ""

A host OS system command

Area2.N6.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area2.N6.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area2.N6.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area2.N6.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area2.N6.host.pcapRecorder.fileFormat string "pcapng"
Area2.N6.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area2.N6.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area2.N6.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area2.N6.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area2.N6.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area2.N6.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area2.N6.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area2.N6.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area2.N6.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area2.N6.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area2.N6.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area2.N6.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N6.host.cb.forwardServiceRegistration bool true
Area2.N6.host.cb.forwardProtocolRegistration bool true
Area2.N6.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N6.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N6.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N6.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N6.host.bl.forwardServiceRegistration bool true
Area2.N6.host.bl.forwardProtocolRegistration bool true
Area2.N6.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N6.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N6.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N6.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N6.host.li.forwardServiceRegistration bool true
Area2.N6.host.li.forwardProtocolRegistration bool true
Area2.N6.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N6.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N6.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N6.host.eth.bitrate double
Area2.N6.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N6.host.nl.forwardServiceRegistration bool true
Area2.N6.host.nl.forwardProtocolRegistration bool true
Area2.N6.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N6.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N6.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N6.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N6.host.tn.forwardServiceRegistration bool true
Area2.N6.host.tn.forwardProtocolRegistration bool true
Area2.N6.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N6.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N6.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N6.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N6.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N6.host.at.forwardServiceRegistration bool true
Area2.N6.host.at.forwardProtocolRegistration bool true
Area2.N6.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N6.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N6.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N7.hub.macTable.agingTime double
Area2.N7.hub.macTable.forwardingTableFile string
Area2.N7.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area2.N7.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.hub.status.initialStatus string "UP"

TODO @signal, @statistic

Area2.N7.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area2.N7.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area2.N7.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area2.N7.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area2.N7.hub.pcapRecorder.fileFormat string "pcapng"
Area2.N7.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area2.N7.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area2.N7.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area2.N7.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area2.N7.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area2.N7.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area2.N7.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area2.N7.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area2.N7.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area2.N7.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area2.N7.hub.mrp.ccmInterval double
Area2.N7.hub.mrp.mrpRole string
Area2.N7.hub.mrp.timingProfile int
Area2.N7.hub.mrp.uuid0 int
Area2.N7.hub.mrp.uuid1 int
Area2.N7.hub.mrp.ringPort1 int
Area2.N7.hub.mrp.ringPort2 int
Area2.N7.hub.mrp.interconnectionLinkCheckAware bool
Area2.N7.hub.mrp.interconnectionRingCheckAware bool
Area2.N7.hub.mrp.nonblockingMrcSupported bool
Area2.N7.hub.mrp.reactOnLinkChange bool
Area2.N7.hub.mrp.visualize bool
Area2.N7.hub.stp.helloTime double
Area2.N7.hub.stp.forwardDelay double
Area2.N7.hub.stp.maxAge double
Area2.N7.hub.stp.bridgePriority int
Area2.N7.hub.stp.visualize bool
Area2.N7.hub.gptp.gptpNodeType string "BRIDGE_NODE"
Area2.N7.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N7.hub.sc.forwardServiceRegistration bool true
Area2.N7.hub.sc.forwardProtocolRegistration bool true
Area2.N7.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N7.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N7.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N7.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N7.hub.cb.forwardServiceRegistration bool true
Area2.N7.hub.cb.forwardProtocolRegistration bool true
Area2.N7.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N7.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N7.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N7.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N7.hub.bl.forwardServiceRegistration bool true
Area2.N7.hub.bl.forwardProtocolRegistration bool true
Area2.N7.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N7.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N7.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N7.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N7.hub.li.forwardServiceRegistration bool true
Area2.N7.hub.li.forwardProtocolRegistration bool true
Area2.N7.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N7.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N7.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N7.hub.eth.bitrate double
Area2.N7.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.host.status.initialStatus string "UP"

TODO @signal, @statistic

Area2.N7.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.host.environment.initStage int 0

Initialization stage for the setup command

Area2.N7.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area2.N7.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area2.N7.host.environment.setupCommand string ""

A host OS system command

Area2.N7.host.environment.teardownCommand string ""

A host OS system command

Area2.N7.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area2.N7.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area2.N7.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area2.N7.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area2.N7.host.pcapRecorder.fileFormat string "pcapng"
Area2.N7.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area2.N7.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area2.N7.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area2.N7.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area2.N7.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area2.N7.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area2.N7.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area2.N7.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area2.N7.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area2.N7.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area2.N7.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area2.N7.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N7.host.cb.forwardServiceRegistration bool true
Area2.N7.host.cb.forwardProtocolRegistration bool true
Area2.N7.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N7.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N7.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N7.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N7.host.bl.forwardServiceRegistration bool true
Area2.N7.host.bl.forwardProtocolRegistration bool true
Area2.N7.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N7.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N7.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N7.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N7.host.li.forwardServiceRegistration bool true
Area2.N7.host.li.forwardProtocolRegistration bool true
Area2.N7.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N7.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N7.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N7.host.eth.bitrate double
Area2.N7.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N7.host.nl.forwardServiceRegistration bool true
Area2.N7.host.nl.forwardProtocolRegistration bool true
Area2.N7.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N7.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N7.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N7.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N7.host.tn.forwardServiceRegistration bool true
Area2.N7.host.tn.forwardProtocolRegistration bool true
Area2.N7.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N7.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N7.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N7.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N7.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N7.host.at.forwardServiceRegistration bool true
Area2.N7.host.at.forwardProtocolRegistration bool true
Area2.N7.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N7.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N7.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N8.hub.macTable.agingTime double
Area2.N8.hub.macTable.forwardingTableFile string
Area2.N8.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area2.N8.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.hub.status.initialStatus string "UP"

TODO @signal, @statistic

Area2.N8.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area2.N8.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area2.N8.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area2.N8.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area2.N8.hub.pcapRecorder.fileFormat string "pcapng"
Area2.N8.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area2.N8.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area2.N8.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area2.N8.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area2.N8.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area2.N8.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area2.N8.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area2.N8.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area2.N8.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area2.N8.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area2.N8.hub.mrp.ccmInterval double
Area2.N8.hub.mrp.mrpRole string
Area2.N8.hub.mrp.timingProfile int
Area2.N8.hub.mrp.uuid0 int
Area2.N8.hub.mrp.uuid1 int
Area2.N8.hub.mrp.ringPort1 int
Area2.N8.hub.mrp.ringPort2 int
Area2.N8.hub.mrp.interconnectionLinkCheckAware bool
Area2.N8.hub.mrp.interconnectionRingCheckAware bool
Area2.N8.hub.mrp.nonblockingMrcSupported bool
Area2.N8.hub.mrp.reactOnLinkChange bool
Area2.N8.hub.mrp.visualize bool
Area2.N8.hub.stp.helloTime double
Area2.N8.hub.stp.forwardDelay double
Area2.N8.hub.stp.maxAge double
Area2.N8.hub.stp.bridgePriority int
Area2.N8.hub.stp.visualize bool
Area2.N8.hub.gptp.gptpNodeType string "BRIDGE_NODE"
Area2.N8.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N8.hub.sc.forwardServiceRegistration bool true
Area2.N8.hub.sc.forwardProtocolRegistration bool true
Area2.N8.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N8.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N8.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N8.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N8.hub.cb.forwardServiceRegistration bool true
Area2.N8.hub.cb.forwardProtocolRegistration bool true
Area2.N8.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N8.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N8.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N8.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N8.hub.bl.forwardServiceRegistration bool true
Area2.N8.hub.bl.forwardProtocolRegistration bool true
Area2.N8.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N8.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N8.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N8.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N8.hub.li.forwardServiceRegistration bool true
Area2.N8.hub.li.forwardProtocolRegistration bool true
Area2.N8.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N8.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N8.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N8.hub.eth.bitrate double
Area2.N8.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.host.status.initialStatus string "UP"

TODO @signal, @statistic

Area2.N8.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.host.environment.initStage int 0

Initialization stage for the setup command

Area2.N8.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area2.N8.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area2.N8.host.environment.setupCommand string ""

A host OS system command

Area2.N8.host.environment.teardownCommand string ""

A host OS system command

Area2.N8.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area2.N8.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area2.N8.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area2.N8.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area2.N8.host.pcapRecorder.fileFormat string "pcapng"
Area2.N8.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area2.N8.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area2.N8.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area2.N8.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area2.N8.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area2.N8.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area2.N8.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area2.N8.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area2.N8.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area2.N8.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area2.N8.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area2.N8.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N8.host.cb.forwardServiceRegistration bool true
Area2.N8.host.cb.forwardProtocolRegistration bool true
Area2.N8.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N8.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N8.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N8.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N8.host.bl.forwardServiceRegistration bool true
Area2.N8.host.bl.forwardProtocolRegistration bool true
Area2.N8.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N8.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N8.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N8.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N8.host.li.forwardServiceRegistration bool true
Area2.N8.host.li.forwardProtocolRegistration bool true
Area2.N8.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N8.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N8.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N8.host.eth.bitrate double
Area2.N8.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N8.host.nl.forwardServiceRegistration bool true
Area2.N8.host.nl.forwardProtocolRegistration bool true
Area2.N8.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N8.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N8.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N8.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N8.host.tn.forwardServiceRegistration bool true
Area2.N8.host.tn.forwardProtocolRegistration bool true
Area2.N8.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N8.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N8.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area2.N8.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area2.N8.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area2.N8.host.at.forwardServiceRegistration bool true
Area2.N8.host.at.forwardProtocolRegistration bool true
Area2.N8.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area2.N8.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area2.N8.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT9.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT9.status.initialStatus string "UP"

TODO @signal, @statistic

Area3.RT9.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT9.environment.initStage int 0

Initialization stage for the setup command

Area3.RT9.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area3.RT9.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area3.RT9.environment.setupCommand string ""

A host OS system command

Area3.RT9.environment.teardownCommand string ""

A host OS system command

Area3.RT9.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT9.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area3.RT9.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area3.RT9.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area3.RT9.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area3.RT9.pcapRecorder.fileFormat string "pcapng"
Area3.RT9.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area3.RT9.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area3.RT9.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area3.RT9.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area3.RT9.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area3.RT9.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area3.RT9.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area3.RT9.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area3.RT9.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area3.RT9.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area3.RT9.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT9.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area3.RT9.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT9.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT9.cb.forwardServiceRegistration bool true
Area3.RT9.cb.forwardProtocolRegistration bool true
Area3.RT9.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT9.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT9.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT9.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT9.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT9.bl.forwardServiceRegistration bool true
Area3.RT9.bl.forwardProtocolRegistration bool true
Area3.RT9.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT9.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT9.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT9.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT9.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT9.li.forwardServiceRegistration bool true
Area3.RT9.li.forwardProtocolRegistration bool true
Area3.RT9.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT9.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT9.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT9.eth.bitrate double
Area3.RT9.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT9.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT9.nl.forwardServiceRegistration bool true
Area3.RT9.nl.forwardProtocolRegistration bool true
Area3.RT9.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT9.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT9.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT9.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT9.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT9.tn.forwardServiceRegistration bool true
Area3.RT9.tn.forwardProtocolRegistration bool true
Area3.RT9.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT9.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT9.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT9.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT9.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT9.at.forwardServiceRegistration bool true
Area3.RT9.at.forwardProtocolRegistration bool true
Area3.RT9.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT9.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT9.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT9.bgp.interfaceTableModule string

The path to the InterfaceTable module

Area3.RT9.bgp.routingTableModule string
Area3.RT9.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Area3.RT12.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT12.status.initialStatus string "UP"

TODO @signal, @statistic

Area3.RT12.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT12.environment.initStage int 0

Initialization stage for the setup command

Area3.RT12.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area3.RT12.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area3.RT12.environment.setupCommand string ""

A host OS system command

Area3.RT12.environment.teardownCommand string ""

A host OS system command

Area3.RT12.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT12.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area3.RT12.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area3.RT12.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area3.RT12.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area3.RT12.pcapRecorder.fileFormat string "pcapng"
Area3.RT12.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area3.RT12.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area3.RT12.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area3.RT12.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area3.RT12.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area3.RT12.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area3.RT12.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area3.RT12.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area3.RT12.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area3.RT12.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area3.RT12.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT12.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area3.RT12.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT12.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT12.cb.forwardServiceRegistration bool true
Area3.RT12.cb.forwardProtocolRegistration bool true
Area3.RT12.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT12.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT12.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT12.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT12.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT12.bl.forwardServiceRegistration bool true
Area3.RT12.bl.forwardProtocolRegistration bool true
Area3.RT12.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT12.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT12.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT12.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT12.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT12.li.forwardServiceRegistration bool true
Area3.RT12.li.forwardProtocolRegistration bool true
Area3.RT12.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT12.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT12.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT12.eth.bitrate double
Area3.RT12.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT12.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT12.nl.forwardServiceRegistration bool true
Area3.RT12.nl.forwardProtocolRegistration bool true
Area3.RT12.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT12.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT12.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT12.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT12.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT12.tn.forwardServiceRegistration bool true
Area3.RT12.tn.forwardProtocolRegistration bool true
Area3.RT12.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT12.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT12.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT12.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.RT12.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.RT12.at.forwardServiceRegistration bool true
Area3.RT12.at.forwardProtocolRegistration bool true
Area3.RT12.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.RT12.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.RT12.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.RT12.bgp.interfaceTableModule string

The path to the InterfaceTable module

Area3.RT12.bgp.routingTableModule string
Area3.RT12.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Area3.N9.hub.macTable.agingTime double
Area3.N9.hub.macTable.forwardingTableFile string
Area3.N9.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area3.N9.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.hub.status.initialStatus string "UP"

TODO @signal, @statistic

Area3.N9.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area3.N9.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area3.N9.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area3.N9.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area3.N9.hub.pcapRecorder.fileFormat string "pcapng"
Area3.N9.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area3.N9.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area3.N9.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area3.N9.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area3.N9.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area3.N9.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area3.N9.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area3.N9.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area3.N9.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area3.N9.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area3.N9.hub.mrp.ccmInterval double
Area3.N9.hub.mrp.mrpRole string
Area3.N9.hub.mrp.timingProfile int
Area3.N9.hub.mrp.uuid0 int
Area3.N9.hub.mrp.uuid1 int
Area3.N9.hub.mrp.ringPort1 int
Area3.N9.hub.mrp.ringPort2 int
Area3.N9.hub.mrp.interconnectionLinkCheckAware bool
Area3.N9.hub.mrp.interconnectionRingCheckAware bool
Area3.N9.hub.mrp.nonblockingMrcSupported bool
Area3.N9.hub.mrp.reactOnLinkChange bool
Area3.N9.hub.mrp.visualize bool
Area3.N9.hub.stp.helloTime double
Area3.N9.hub.stp.forwardDelay double
Area3.N9.hub.stp.maxAge double
Area3.N9.hub.stp.bridgePriority int
Area3.N9.hub.stp.visualize bool
Area3.N9.hub.gptp.gptpNodeType string "BRIDGE_NODE"
Area3.N9.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N9.hub.sc.forwardServiceRegistration bool true
Area3.N9.hub.sc.forwardProtocolRegistration bool true
Area3.N9.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N9.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N9.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N9.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N9.hub.cb.forwardServiceRegistration bool true
Area3.N9.hub.cb.forwardProtocolRegistration bool true
Area3.N9.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N9.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N9.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N9.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N9.hub.bl.forwardServiceRegistration bool true
Area3.N9.hub.bl.forwardProtocolRegistration bool true
Area3.N9.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N9.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N9.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N9.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N9.hub.li.forwardServiceRegistration bool true
Area3.N9.hub.li.forwardProtocolRegistration bool true
Area3.N9.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N9.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N9.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N9.hub.eth.bitrate double
Area3.N9.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.host.status.initialStatus string "UP"

TODO @signal, @statistic

Area3.N9.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.host.environment.initStage int 0

Initialization stage for the setup command

Area3.N9.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area3.N9.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area3.N9.host.environment.setupCommand string ""

A host OS system command

Area3.N9.host.environment.teardownCommand string ""

A host OS system command

Area3.N9.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area3.N9.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area3.N9.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area3.N9.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area3.N9.host.pcapRecorder.fileFormat string "pcapng"
Area3.N9.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area3.N9.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area3.N9.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area3.N9.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area3.N9.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area3.N9.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area3.N9.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area3.N9.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area3.N9.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area3.N9.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area3.N9.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area3.N9.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N9.host.cb.forwardServiceRegistration bool true
Area3.N9.host.cb.forwardProtocolRegistration bool true
Area3.N9.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N9.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N9.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N9.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N9.host.bl.forwardServiceRegistration bool true
Area3.N9.host.bl.forwardProtocolRegistration bool true
Area3.N9.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N9.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N9.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N9.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N9.host.li.forwardServiceRegistration bool true
Area3.N9.host.li.forwardProtocolRegistration bool true
Area3.N9.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N9.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N9.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N9.host.eth.bitrate double
Area3.N9.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N9.host.nl.forwardServiceRegistration bool true
Area3.N9.host.nl.forwardProtocolRegistration bool true
Area3.N9.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N9.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N9.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N9.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N9.host.tn.forwardServiceRegistration bool true
Area3.N9.host.tn.forwardProtocolRegistration bool true
Area3.N9.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N9.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N9.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N9.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N9.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N9.host.at.forwardServiceRegistration bool true
Area3.N9.host.at.forwardProtocolRegistration bool true
Area3.N9.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N9.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N9.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N10.hub.macTable.agingTime double
Area3.N10.hub.macTable.forwardingTableFile string
Area3.N10.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area3.N10.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.hub.status.initialStatus string "UP"

TODO @signal, @statistic

Area3.N10.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area3.N10.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area3.N10.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area3.N10.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area3.N10.hub.pcapRecorder.fileFormat string "pcapng"
Area3.N10.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area3.N10.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area3.N10.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area3.N10.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area3.N10.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area3.N10.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area3.N10.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area3.N10.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area3.N10.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area3.N10.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area3.N10.hub.mrp.ccmInterval double
Area3.N10.hub.mrp.mrpRole string
Area3.N10.hub.mrp.timingProfile int
Area3.N10.hub.mrp.uuid0 int
Area3.N10.hub.mrp.uuid1 int
Area3.N10.hub.mrp.ringPort1 int
Area3.N10.hub.mrp.ringPort2 int
Area3.N10.hub.mrp.interconnectionLinkCheckAware bool
Area3.N10.hub.mrp.interconnectionRingCheckAware bool
Area3.N10.hub.mrp.nonblockingMrcSupported bool
Area3.N10.hub.mrp.reactOnLinkChange bool
Area3.N10.hub.mrp.visualize bool
Area3.N10.hub.stp.helloTime double
Area3.N10.hub.stp.forwardDelay double
Area3.N10.hub.stp.maxAge double
Area3.N10.hub.stp.bridgePriority int
Area3.N10.hub.stp.visualize bool
Area3.N10.hub.gptp.gptpNodeType string "BRIDGE_NODE"
Area3.N10.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N10.hub.sc.forwardServiceRegistration bool true
Area3.N10.hub.sc.forwardProtocolRegistration bool true
Area3.N10.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N10.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N10.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N10.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N10.hub.cb.forwardServiceRegistration bool true
Area3.N10.hub.cb.forwardProtocolRegistration bool true
Area3.N10.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N10.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N10.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N10.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N10.hub.bl.forwardServiceRegistration bool true
Area3.N10.hub.bl.forwardProtocolRegistration bool true
Area3.N10.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N10.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N10.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N10.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N10.hub.li.forwardServiceRegistration bool true
Area3.N10.hub.li.forwardProtocolRegistration bool true
Area3.N10.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N10.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N10.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N10.hub.eth.bitrate double
Area3.N10.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.host.status.initialStatus string "UP"

TODO @signal, @statistic

Area3.N10.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.host.environment.initStage int 0

Initialization stage for the setup command

Area3.N10.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area3.N10.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area3.N10.host.environment.setupCommand string ""

A host OS system command

Area3.N10.host.environment.teardownCommand string ""

A host OS system command

Area3.N10.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area3.N10.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area3.N10.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area3.N10.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area3.N10.host.pcapRecorder.fileFormat string "pcapng"
Area3.N10.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area3.N10.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area3.N10.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area3.N10.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area3.N10.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area3.N10.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area3.N10.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area3.N10.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area3.N10.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area3.N10.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area3.N10.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area3.N10.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N10.host.cb.forwardServiceRegistration bool true
Area3.N10.host.cb.forwardProtocolRegistration bool true
Area3.N10.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N10.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N10.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N10.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N10.host.bl.forwardServiceRegistration bool true
Area3.N10.host.bl.forwardProtocolRegistration bool true
Area3.N10.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N10.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N10.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N10.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N10.host.li.forwardServiceRegistration bool true
Area3.N10.host.li.forwardProtocolRegistration bool true
Area3.N10.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N10.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N10.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N10.host.eth.bitrate double
Area3.N10.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N10.host.nl.forwardServiceRegistration bool true
Area3.N10.host.nl.forwardProtocolRegistration bool true
Area3.N10.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N10.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N10.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N10.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N10.host.tn.forwardServiceRegistration bool true
Area3.N10.host.tn.forwardProtocolRegistration bool true
Area3.N10.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N10.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N10.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N10.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N10.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N10.host.at.forwardServiceRegistration bool true
Area3.N10.host.at.forwardProtocolRegistration bool true
Area3.N10.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N10.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N10.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N11.hub.macTable.agingTime double
Area3.N11.hub.macTable.forwardingTableFile string
Area3.N11.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area3.N11.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.hub.status.initialStatus string "UP"

TODO @signal, @statistic

Area3.N11.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area3.N11.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area3.N11.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area3.N11.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area3.N11.hub.pcapRecorder.fileFormat string "pcapng"
Area3.N11.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area3.N11.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area3.N11.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area3.N11.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area3.N11.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area3.N11.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area3.N11.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area3.N11.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area3.N11.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area3.N11.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area3.N11.hub.mrp.ccmInterval double
Area3.N11.hub.mrp.mrpRole string
Area3.N11.hub.mrp.timingProfile int
Area3.N11.hub.mrp.uuid0 int
Area3.N11.hub.mrp.uuid1 int
Area3.N11.hub.mrp.ringPort1 int
Area3.N11.hub.mrp.ringPort2 int
Area3.N11.hub.mrp.interconnectionLinkCheckAware bool
Area3.N11.hub.mrp.interconnectionRingCheckAware bool
Area3.N11.hub.mrp.nonblockingMrcSupported bool
Area3.N11.hub.mrp.reactOnLinkChange bool
Area3.N11.hub.mrp.visualize bool
Area3.N11.hub.stp.helloTime double
Area3.N11.hub.stp.forwardDelay double
Area3.N11.hub.stp.maxAge double
Area3.N11.hub.stp.bridgePriority int
Area3.N11.hub.stp.visualize bool
Area3.N11.hub.gptp.gptpNodeType string "BRIDGE_NODE"
Area3.N11.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N11.hub.sc.forwardServiceRegistration bool true
Area3.N11.hub.sc.forwardProtocolRegistration bool true
Area3.N11.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N11.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N11.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N11.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N11.hub.cb.forwardServiceRegistration bool true
Area3.N11.hub.cb.forwardProtocolRegistration bool true
Area3.N11.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N11.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N11.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N11.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N11.hub.bl.forwardServiceRegistration bool true
Area3.N11.hub.bl.forwardProtocolRegistration bool true
Area3.N11.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N11.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N11.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N11.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N11.hub.li.forwardServiceRegistration bool true
Area3.N11.hub.li.forwardProtocolRegistration bool true
Area3.N11.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N11.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N11.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N11.hub.eth.bitrate double
Area3.N11.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.host.status.initialStatus string "UP"

TODO @signal, @statistic

Area3.N11.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.host.environment.initStage int 0

Initialization stage for the setup command

Area3.N11.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area3.N11.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area3.N11.host.environment.setupCommand string ""

A host OS system command

Area3.N11.host.environment.teardownCommand string ""

A host OS system command

Area3.N11.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area3.N11.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area3.N11.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area3.N11.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area3.N11.host.pcapRecorder.fileFormat string "pcapng"
Area3.N11.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area3.N11.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area3.N11.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area3.N11.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area3.N11.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area3.N11.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area3.N11.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area3.N11.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area3.N11.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area3.N11.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area3.N11.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area3.N11.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N11.host.cb.forwardServiceRegistration bool true
Area3.N11.host.cb.forwardProtocolRegistration bool true
Area3.N11.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N11.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N11.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N11.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N11.host.bl.forwardServiceRegistration bool true
Area3.N11.host.bl.forwardProtocolRegistration bool true
Area3.N11.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N11.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N11.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N11.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N11.host.li.forwardServiceRegistration bool true
Area3.N11.host.li.forwardProtocolRegistration bool true
Area3.N11.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N11.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N11.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N11.host.eth.bitrate double
Area3.N11.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N11.host.nl.forwardServiceRegistration bool true
Area3.N11.host.nl.forwardProtocolRegistration bool true
Area3.N11.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N11.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N11.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N11.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N11.host.tn.forwardServiceRegistration bool true
Area3.N11.host.tn.forwardProtocolRegistration bool true
Area3.N11.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N11.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N11.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.N11.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.N11.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.N11.host.at.forwardServiceRegistration bool true
Area3.N11.host.at.forwardProtocolRegistration bool true
Area3.N11.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.N11.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.N11.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.H1.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.H1.status.initialStatus string "UP"

TODO @signal, @statistic

Area3.H1.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.H1.environment.initStage int 0

Initialization stage for the setup command

Area3.H1.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Area3.H1.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Area3.H1.environment.setupCommand string ""

A host OS system command

Area3.H1.environment.teardownCommand string ""

A host OS system command

Area3.H1.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.H1.pcapRecorder.verbose bool true

Whether to log packets on the module output

Area3.H1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Area3.H1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Area3.H1.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Area3.H1.pcapRecorder.fileFormat string "pcapng"
Area3.H1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Area3.H1.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

Area3.H1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Area3.H1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Area3.H1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Area3.H1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Area3.H1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

Area3.H1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Area3.H1.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

Area3.H1.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

Area3.H1.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.H1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Area3.H1.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.H1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.H1.cb.forwardServiceRegistration bool true
Area3.H1.cb.forwardProtocolRegistration bool true
Area3.H1.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.H1.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.H1.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.H1.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.H1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.H1.bl.forwardServiceRegistration bool true
Area3.H1.bl.forwardProtocolRegistration bool true
Area3.H1.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.H1.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.H1.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.H1.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.H1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.H1.li.forwardServiceRegistration bool true
Area3.H1.li.forwardProtocolRegistration bool true
Area3.H1.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.H1.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.H1.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.H1.eth.bitrate double
Area3.H1.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.H1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.H1.nl.forwardServiceRegistration bool true
Area3.H1.nl.forwardProtocolRegistration bool true
Area3.H1.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.H1.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.H1.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.H1.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.H1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.H1.tn.forwardServiceRegistration bool true
Area3.H1.tn.forwardProtocolRegistration bool true
Area3.H1.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.H1.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.H1.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Area3.H1.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Area3.H1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Area3.H1.at.forwardServiceRegistration bool true
Area3.H1.at.forwardProtocolRegistration bool true
Area3.H1.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

Area3.H1.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Area3.H1.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT3.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT3.status.initialStatus string "UP"

TODO @signal, @statistic

RT3.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT3.environment.initStage int 0

Initialization stage for the setup command

RT3.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

RT3.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

RT3.environment.setupCommand string ""

A host OS system command

RT3.environment.teardownCommand string ""

A host OS system command

RT3.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT3.pcapRecorder.verbose bool true

Whether to log packets on the module output

RT3.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RT3.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RT3.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

RT3.pcapRecorder.fileFormat string "pcapng"
RT3.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

RT3.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

RT3.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

RT3.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

RT3.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RT3.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RT3.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

RT3.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RT3.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

RT3.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

RT3.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT3.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

RT3.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT3.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

RT3.cb.forwardServiceRegistration bool true
RT3.cb.forwardProtocolRegistration bool true
RT3.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT3.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT3.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT3.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT3.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT3.bl.forwardServiceRegistration bool true
RT3.bl.forwardProtocolRegistration bool true
RT3.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT3.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT3.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT3.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT3.li.interfaceTableModule string

Module path to the ~InterfaceTable module

RT3.li.forwardServiceRegistration bool true
RT3.li.forwardProtocolRegistration bool true
RT3.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT3.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT3.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT3.eth.bitrate double
RT3.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT3.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT3.nl.forwardServiceRegistration bool true
RT3.nl.forwardProtocolRegistration bool true
RT3.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT3.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT3.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT3.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT3.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

RT3.tn.forwardServiceRegistration bool true
RT3.tn.forwardProtocolRegistration bool true
RT3.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT3.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT3.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT3.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT3.at.interfaceTableModule string

Module path to the ~InterfaceTable module

RT3.at.forwardServiceRegistration bool true
RT3.at.forwardProtocolRegistration bool true
RT3.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT3.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT3.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT3.bgp.interfaceTableModule string

The path to the InterfaceTable module

RT3.bgp.routingTableModule string
RT3.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
RT4.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT4.status.initialStatus string "UP"

TODO @signal, @statistic

RT4.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT4.environment.initStage int 0

Initialization stage for the setup command

RT4.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

RT4.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

RT4.environment.setupCommand string ""

A host OS system command

RT4.environment.teardownCommand string ""

A host OS system command

RT4.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT4.pcapRecorder.verbose bool true

Whether to log packets on the module output

RT4.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RT4.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RT4.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

RT4.pcapRecorder.fileFormat string "pcapng"
RT4.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

RT4.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

RT4.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

RT4.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

RT4.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RT4.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RT4.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

RT4.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RT4.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

RT4.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

RT4.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT4.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

RT4.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT4.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

RT4.cb.forwardServiceRegistration bool true
RT4.cb.forwardProtocolRegistration bool true
RT4.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT4.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT4.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT4.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT4.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT4.bl.forwardServiceRegistration bool true
RT4.bl.forwardProtocolRegistration bool true
RT4.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT4.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT4.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT4.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT4.li.interfaceTableModule string

Module path to the ~InterfaceTable module

RT4.li.forwardServiceRegistration bool true
RT4.li.forwardProtocolRegistration bool true
RT4.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT4.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT4.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT4.eth.bitrate double
RT4.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT4.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT4.nl.forwardServiceRegistration bool true
RT4.nl.forwardProtocolRegistration bool true
RT4.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT4.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT4.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT4.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT4.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

RT4.tn.forwardServiceRegistration bool true
RT4.tn.forwardProtocolRegistration bool true
RT4.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT4.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT4.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT4.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT4.at.interfaceTableModule string

Module path to the ~InterfaceTable module

RT4.at.forwardServiceRegistration bool true
RT4.at.forwardProtocolRegistration bool true
RT4.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT4.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT4.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT4.bgp.interfaceTableModule string

The path to the InterfaceTable module

RT4.bgp.routingTableModule string
RT4.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
RT5.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT5.status.initialStatus string "UP"

TODO @signal, @statistic

RT5.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT5.environment.initStage int 0

Initialization stage for the setup command

RT5.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

RT5.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

RT5.environment.setupCommand string ""

A host OS system command

RT5.environment.teardownCommand string ""

A host OS system command

RT5.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT5.pcapRecorder.verbose bool true

Whether to log packets on the module output

RT5.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RT5.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RT5.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

RT5.pcapRecorder.fileFormat string "pcapng"
RT5.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

RT5.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

RT5.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

RT5.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

RT5.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RT5.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RT5.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

RT5.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RT5.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

RT5.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

RT5.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT5.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

RT5.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT5.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

RT5.cb.forwardServiceRegistration bool true
RT5.cb.forwardProtocolRegistration bool true
RT5.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT5.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT5.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT5.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT5.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT5.bl.forwardServiceRegistration bool true
RT5.bl.forwardProtocolRegistration bool true
RT5.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT5.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT5.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT5.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT5.li.interfaceTableModule string

Module path to the ~InterfaceTable module

RT5.li.forwardServiceRegistration bool true
RT5.li.forwardProtocolRegistration bool true
RT5.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT5.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT5.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT5.eth.bitrate double
RT5.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT5.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT5.nl.forwardServiceRegistration bool true
RT5.nl.forwardProtocolRegistration bool true
RT5.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT5.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT5.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT5.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT5.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

RT5.tn.forwardServiceRegistration bool true
RT5.tn.forwardProtocolRegistration bool true
RT5.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT5.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT5.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT5.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT5.at.interfaceTableModule string

Module path to the ~InterfaceTable module

RT5.at.forwardServiceRegistration bool true
RT5.at.forwardProtocolRegistration bool true
RT5.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT5.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT5.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT5.bgp.interfaceTableModule string

The path to the InterfaceTable module

RT5.bgp.routingTableModule string
RT5.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
RT6.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT6.status.initialStatus string "UP"

TODO @signal, @statistic

RT6.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT6.environment.initStage int 0

Initialization stage for the setup command

RT6.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

RT6.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

RT6.environment.setupCommand string ""

A host OS system command

RT6.environment.teardownCommand string ""

A host OS system command

RT6.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT6.pcapRecorder.verbose bool true

Whether to log packets on the module output

RT6.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RT6.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RT6.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

RT6.pcapRecorder.fileFormat string "pcapng"
RT6.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

RT6.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

RT6.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

RT6.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

RT6.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RT6.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RT6.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

RT6.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RT6.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

RT6.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

RT6.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT6.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

RT6.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT6.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

RT6.cb.forwardServiceRegistration bool true
RT6.cb.forwardProtocolRegistration bool true
RT6.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT6.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT6.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT6.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT6.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT6.bl.forwardServiceRegistration bool true
RT6.bl.forwardProtocolRegistration bool true
RT6.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT6.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT6.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT6.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT6.li.interfaceTableModule string

Module path to the ~InterfaceTable module

RT6.li.forwardServiceRegistration bool true
RT6.li.forwardProtocolRegistration bool true
RT6.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT6.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT6.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT6.eth.bitrate double
RT6.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT6.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT6.nl.forwardServiceRegistration bool true
RT6.nl.forwardProtocolRegistration bool true
RT6.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT6.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT6.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT6.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT6.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

RT6.tn.forwardServiceRegistration bool true
RT6.tn.forwardProtocolRegistration bool true
RT6.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT6.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT6.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT6.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT6.at.interfaceTableModule string

Module path to the ~InterfaceTable module

RT6.at.forwardServiceRegistration bool true
RT6.at.forwardProtocolRegistration bool true
RT6.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT6.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT6.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT6.bgp.interfaceTableModule string

The path to the InterfaceTable module

RT6.bgp.routingTableModule string
RT6.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
RT7.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT7.status.initialStatus string "UP"

TODO @signal, @statistic

RT7.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT7.environment.initStage int 0

Initialization stage for the setup command

RT7.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

RT7.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

RT7.environment.setupCommand string ""

A host OS system command

RT7.environment.teardownCommand string ""

A host OS system command

RT7.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT7.pcapRecorder.verbose bool true

Whether to log packets on the module output

RT7.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RT7.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RT7.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

RT7.pcapRecorder.fileFormat string "pcapng"
RT7.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

RT7.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

RT7.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

RT7.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

RT7.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RT7.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RT7.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

RT7.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RT7.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

RT7.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

RT7.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT7.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

RT7.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT7.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

RT7.cb.forwardServiceRegistration bool true
RT7.cb.forwardProtocolRegistration bool true
RT7.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT7.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT7.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT7.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT7.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT7.bl.forwardServiceRegistration bool true
RT7.bl.forwardProtocolRegistration bool true
RT7.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT7.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT7.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT7.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT7.li.interfaceTableModule string

Module path to the ~InterfaceTable module

RT7.li.forwardServiceRegistration bool true
RT7.li.forwardProtocolRegistration bool true
RT7.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT7.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT7.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT7.eth.bitrate double
RT7.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT7.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT7.nl.forwardServiceRegistration bool true
RT7.nl.forwardProtocolRegistration bool true
RT7.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT7.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT7.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT7.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT7.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

RT7.tn.forwardServiceRegistration bool true
RT7.tn.forwardProtocolRegistration bool true
RT7.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT7.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT7.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT7.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT7.at.interfaceTableModule string

Module path to the ~InterfaceTable module

RT7.at.forwardServiceRegistration bool true
RT7.at.forwardProtocolRegistration bool true
RT7.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT7.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT7.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT7.bgp.interfaceTableModule string

The path to the InterfaceTable module

RT7.bgp.routingTableModule string
RT7.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
RT10.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT10.status.initialStatus string "UP"

TODO @signal, @statistic

RT10.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT10.environment.initStage int 0

Initialization stage for the setup command

RT10.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

RT10.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

RT10.environment.setupCommand string ""

A host OS system command

RT10.environment.teardownCommand string ""

A host OS system command

RT10.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT10.pcapRecorder.verbose bool true

Whether to log packets on the module output

RT10.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RT10.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RT10.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

RT10.pcapRecorder.fileFormat string "pcapng"
RT10.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

RT10.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

RT10.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

RT10.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

RT10.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RT10.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RT10.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

RT10.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RT10.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

RT10.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

RT10.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT10.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

RT10.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT10.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

RT10.cb.forwardServiceRegistration bool true
RT10.cb.forwardProtocolRegistration bool true
RT10.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT10.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT10.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT10.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT10.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT10.bl.forwardServiceRegistration bool true
RT10.bl.forwardProtocolRegistration bool true
RT10.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT10.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT10.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT10.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT10.li.interfaceTableModule string

Module path to the ~InterfaceTable module

RT10.li.forwardServiceRegistration bool true
RT10.li.forwardProtocolRegistration bool true
RT10.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT10.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT10.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT10.eth.bitrate double
RT10.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT10.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT10.nl.forwardServiceRegistration bool true
RT10.nl.forwardProtocolRegistration bool true
RT10.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT10.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT10.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT10.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT10.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

RT10.tn.forwardServiceRegistration bool true
RT10.tn.forwardProtocolRegistration bool true
RT10.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT10.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT10.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT10.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT10.at.interfaceTableModule string

Module path to the ~InterfaceTable module

RT10.at.forwardServiceRegistration bool true
RT10.at.forwardProtocolRegistration bool true
RT10.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT10.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT10.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT10.bgp.interfaceTableModule string

The path to the InterfaceTable module

RT10.bgp.routingTableModule string
RT10.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
RT11.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT11.status.initialStatus string "UP"

TODO @signal, @statistic

RT11.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT11.environment.initStage int 0

Initialization stage for the setup command

RT11.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

RT11.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

RT11.environment.setupCommand string ""

A host OS system command

RT11.environment.teardownCommand string ""

A host OS system command

RT11.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT11.pcapRecorder.verbose bool true

Whether to log packets on the module output

RT11.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RT11.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RT11.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

RT11.pcapRecorder.fileFormat string "pcapng"
RT11.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

RT11.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

RT11.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

RT11.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

RT11.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RT11.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RT11.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

RT11.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RT11.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

RT11.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

RT11.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT11.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

RT11.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT11.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

RT11.cb.forwardServiceRegistration bool true
RT11.cb.forwardProtocolRegistration bool true
RT11.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT11.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT11.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT11.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT11.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT11.bl.forwardServiceRegistration bool true
RT11.bl.forwardProtocolRegistration bool true
RT11.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT11.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT11.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT11.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT11.li.interfaceTableModule string

Module path to the ~InterfaceTable module

RT11.li.forwardServiceRegistration bool true
RT11.li.forwardProtocolRegistration bool true
RT11.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT11.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT11.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT11.eth.bitrate double
RT11.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT11.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

RT11.nl.forwardServiceRegistration bool true
RT11.nl.forwardProtocolRegistration bool true
RT11.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT11.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT11.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT11.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT11.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

RT11.tn.forwardServiceRegistration bool true
RT11.tn.forwardProtocolRegistration bool true
RT11.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT11.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT11.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT11.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RT11.at.interfaceTableModule string

Module path to the ~InterfaceTable module

RT11.at.forwardServiceRegistration bool true
RT11.at.forwardProtocolRegistration bool true
RT11.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

RT11.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RT11.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RT11.bgp.interfaceTableModule string

The path to the InterfaceTable module

RT11.bgp.routingTableModule string
RT11.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
N12.hub.macTable.agingTime double
N12.hub.macTable.forwardingTableFile string
N12.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N12.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.hub.status.initialStatus string "UP"

TODO @signal, @statistic

N12.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

N12.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N12.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N12.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

N12.hub.pcapRecorder.fileFormat string "pcapng"
N12.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N12.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

N12.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N12.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N12.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N12.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N12.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

N12.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N12.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

N12.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

N12.hub.mrp.ccmInterval double
N12.hub.mrp.mrpRole string
N12.hub.mrp.timingProfile int
N12.hub.mrp.uuid0 int
N12.hub.mrp.uuid1 int
N12.hub.mrp.ringPort1 int
N12.hub.mrp.ringPort2 int
N12.hub.mrp.interconnectionLinkCheckAware bool
N12.hub.mrp.interconnectionRingCheckAware bool
N12.hub.mrp.nonblockingMrcSupported bool
N12.hub.mrp.reactOnLinkChange bool
N12.hub.mrp.visualize bool
N12.hub.stp.helloTime double
N12.hub.stp.forwardDelay double
N12.hub.stp.maxAge double
N12.hub.stp.bridgePriority int
N12.hub.stp.visualize bool
N12.hub.gptp.gptpNodeType string "BRIDGE_NODE"
N12.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

N12.hub.sc.forwardServiceRegistration bool true
N12.hub.sc.forwardProtocolRegistration bool true
N12.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N12.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N12.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N12.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

N12.hub.cb.forwardServiceRegistration bool true
N12.hub.cb.forwardProtocolRegistration bool true
N12.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N12.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N12.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N12.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

N12.hub.bl.forwardServiceRegistration bool true
N12.hub.bl.forwardProtocolRegistration bool true
N12.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N12.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N12.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N12.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

N12.hub.li.forwardServiceRegistration bool true
N12.hub.li.forwardProtocolRegistration bool true
N12.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N12.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N12.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N12.hub.eth.bitrate double
N12.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.host.status.initialStatus string "UP"

TODO @signal, @statistic

N12.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.host.environment.initStage int 0

Initialization stage for the setup command

N12.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

N12.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

N12.host.environment.setupCommand string ""

A host OS system command

N12.host.environment.teardownCommand string ""

A host OS system command

N12.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

N12.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N12.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N12.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

N12.host.pcapRecorder.fileFormat string "pcapng"
N12.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N12.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

N12.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N12.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N12.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N12.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N12.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

N12.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N12.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

N12.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

N12.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N12.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

N12.host.cb.forwardServiceRegistration bool true
N12.host.cb.forwardProtocolRegistration bool true
N12.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N12.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N12.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N12.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

N12.host.bl.forwardServiceRegistration bool true
N12.host.bl.forwardProtocolRegistration bool true
N12.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N12.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N12.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N12.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

N12.host.li.forwardServiceRegistration bool true
N12.host.li.forwardProtocolRegistration bool true
N12.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N12.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N12.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N12.host.eth.bitrate double
N12.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

N12.host.nl.forwardServiceRegistration bool true
N12.host.nl.forwardProtocolRegistration bool true
N12.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N12.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N12.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N12.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

N12.host.tn.forwardServiceRegistration bool true
N12.host.tn.forwardProtocolRegistration bool true
N12.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N12.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N12.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N12.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N12.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

N12.host.at.forwardServiceRegistration bool true
N12.host.at.forwardProtocolRegistration bool true
N12.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N12.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N12.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N13.hub.macTable.agingTime double
N13.hub.macTable.forwardingTableFile string
N13.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N13.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.hub.status.initialStatus string "UP"

TODO @signal, @statistic

N13.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

N13.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N13.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N13.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

N13.hub.pcapRecorder.fileFormat string "pcapng"
N13.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N13.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

N13.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N13.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N13.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N13.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N13.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

N13.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N13.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

N13.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

N13.hub.mrp.ccmInterval double
N13.hub.mrp.mrpRole string
N13.hub.mrp.timingProfile int
N13.hub.mrp.uuid0 int
N13.hub.mrp.uuid1 int
N13.hub.mrp.ringPort1 int
N13.hub.mrp.ringPort2 int
N13.hub.mrp.interconnectionLinkCheckAware bool
N13.hub.mrp.interconnectionRingCheckAware bool
N13.hub.mrp.nonblockingMrcSupported bool
N13.hub.mrp.reactOnLinkChange bool
N13.hub.mrp.visualize bool
N13.hub.stp.helloTime double
N13.hub.stp.forwardDelay double
N13.hub.stp.maxAge double
N13.hub.stp.bridgePriority int
N13.hub.stp.visualize bool
N13.hub.gptp.gptpNodeType string "BRIDGE_NODE"
N13.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

N13.hub.sc.forwardServiceRegistration bool true
N13.hub.sc.forwardProtocolRegistration bool true
N13.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N13.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N13.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N13.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

N13.hub.cb.forwardServiceRegistration bool true
N13.hub.cb.forwardProtocolRegistration bool true
N13.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N13.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N13.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N13.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

N13.hub.bl.forwardServiceRegistration bool true
N13.hub.bl.forwardProtocolRegistration bool true
N13.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N13.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N13.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N13.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

N13.hub.li.forwardServiceRegistration bool true
N13.hub.li.forwardProtocolRegistration bool true
N13.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N13.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N13.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N13.hub.eth.bitrate double
N13.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.host.status.initialStatus string "UP"

TODO @signal, @statistic

N13.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.host.environment.initStage int 0

Initialization stage for the setup command

N13.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

N13.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

N13.host.environment.setupCommand string ""

A host OS system command

N13.host.environment.teardownCommand string ""

A host OS system command

N13.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

N13.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N13.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N13.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

N13.host.pcapRecorder.fileFormat string "pcapng"
N13.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N13.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

N13.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N13.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N13.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N13.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N13.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

N13.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N13.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

N13.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

N13.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N13.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

N13.host.cb.forwardServiceRegistration bool true
N13.host.cb.forwardProtocolRegistration bool true
N13.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N13.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N13.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N13.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

N13.host.bl.forwardServiceRegistration bool true
N13.host.bl.forwardProtocolRegistration bool true
N13.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N13.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N13.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N13.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

N13.host.li.forwardServiceRegistration bool true
N13.host.li.forwardProtocolRegistration bool true
N13.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N13.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N13.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N13.host.eth.bitrate double
N13.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

N13.host.nl.forwardServiceRegistration bool true
N13.host.nl.forwardProtocolRegistration bool true
N13.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N13.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N13.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N13.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

N13.host.tn.forwardServiceRegistration bool true
N13.host.tn.forwardProtocolRegistration bool true
N13.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N13.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N13.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N13.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N13.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

N13.host.at.forwardServiceRegistration bool true
N13.host.at.forwardProtocolRegistration bool true
N13.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N13.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N13.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N14.hub.macTable.agingTime double
N14.hub.macTable.forwardingTableFile string
N14.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N14.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.hub.status.initialStatus string "UP"

TODO @signal, @statistic

N14.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

N14.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N14.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N14.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

N14.hub.pcapRecorder.fileFormat string "pcapng"
N14.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N14.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

N14.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N14.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N14.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N14.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N14.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

N14.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N14.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

N14.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

N14.hub.mrp.ccmInterval double
N14.hub.mrp.mrpRole string
N14.hub.mrp.timingProfile int
N14.hub.mrp.uuid0 int
N14.hub.mrp.uuid1 int
N14.hub.mrp.ringPort1 int
N14.hub.mrp.ringPort2 int
N14.hub.mrp.interconnectionLinkCheckAware bool
N14.hub.mrp.interconnectionRingCheckAware bool
N14.hub.mrp.nonblockingMrcSupported bool
N14.hub.mrp.reactOnLinkChange bool
N14.hub.mrp.visualize bool
N14.hub.stp.helloTime double
N14.hub.stp.forwardDelay double
N14.hub.stp.maxAge double
N14.hub.stp.bridgePriority int
N14.hub.stp.visualize bool
N14.hub.gptp.gptpNodeType string "BRIDGE_NODE"
N14.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

N14.hub.sc.forwardServiceRegistration bool true
N14.hub.sc.forwardProtocolRegistration bool true
N14.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N14.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N14.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N14.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

N14.hub.cb.forwardServiceRegistration bool true
N14.hub.cb.forwardProtocolRegistration bool true
N14.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N14.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N14.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N14.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

N14.hub.bl.forwardServiceRegistration bool true
N14.hub.bl.forwardProtocolRegistration bool true
N14.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N14.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N14.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N14.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

N14.hub.li.forwardServiceRegistration bool true
N14.hub.li.forwardProtocolRegistration bool true
N14.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N14.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N14.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N14.hub.eth.bitrate double
N14.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.host.status.initialStatus string "UP"

TODO @signal, @statistic

N14.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.host.environment.initStage int 0

Initialization stage for the setup command

N14.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

N14.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

N14.host.environment.setupCommand string ""

A host OS system command

N14.host.environment.teardownCommand string ""

A host OS system command

N14.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

N14.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N14.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N14.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

N14.host.pcapRecorder.fileFormat string "pcapng"
N14.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N14.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

N14.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N14.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N14.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N14.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N14.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

N14.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N14.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

N14.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

N14.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N14.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

N14.host.cb.forwardServiceRegistration bool true
N14.host.cb.forwardProtocolRegistration bool true
N14.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N14.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N14.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N14.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

N14.host.bl.forwardServiceRegistration bool true
N14.host.bl.forwardProtocolRegistration bool true
N14.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N14.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N14.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N14.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

N14.host.li.forwardServiceRegistration bool true
N14.host.li.forwardProtocolRegistration bool true
N14.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N14.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N14.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N14.host.eth.bitrate double
N14.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

N14.host.nl.forwardServiceRegistration bool true
N14.host.nl.forwardProtocolRegistration bool true
N14.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N14.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N14.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N14.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

N14.host.tn.forwardServiceRegistration bool true
N14.host.tn.forwardProtocolRegistration bool true
N14.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N14.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N14.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N14.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N14.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

N14.host.at.forwardServiceRegistration bool true
N14.host.at.forwardProtocolRegistration bool true
N14.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N14.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N14.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N15.hub.macTable.agingTime double
N15.hub.macTable.forwardingTableFile string
N15.hub.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N15.hub.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.hub.status.initialStatus string "UP"

TODO @signal, @statistic

N15.hub.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

N15.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N15.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N15.hub.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

N15.hub.pcapRecorder.fileFormat string "pcapng"
N15.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N15.hub.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

N15.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N15.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N15.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N15.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N15.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

N15.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N15.hub.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

N15.hub.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

N15.hub.mrp.ccmInterval double
N15.hub.mrp.mrpRole string
N15.hub.mrp.timingProfile int
N15.hub.mrp.uuid0 int
N15.hub.mrp.uuid1 int
N15.hub.mrp.ringPort1 int
N15.hub.mrp.ringPort2 int
N15.hub.mrp.interconnectionLinkCheckAware bool
N15.hub.mrp.interconnectionRingCheckAware bool
N15.hub.mrp.nonblockingMrcSupported bool
N15.hub.mrp.reactOnLinkChange bool
N15.hub.mrp.visualize bool
N15.hub.stp.helloTime double
N15.hub.stp.forwardDelay double
N15.hub.stp.maxAge double
N15.hub.stp.bridgePriority int
N15.hub.stp.visualize bool
N15.hub.gptp.gptpNodeType string "BRIDGE_NODE"
N15.hub.sc.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

N15.hub.sc.forwardServiceRegistration bool true
N15.hub.sc.forwardProtocolRegistration bool true
N15.hub.sc.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N15.hub.sc.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N15.hub.sc.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N15.hub.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

N15.hub.cb.forwardServiceRegistration bool true
N15.hub.cb.forwardProtocolRegistration bool true
N15.hub.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N15.hub.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N15.hub.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N15.hub.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

N15.hub.bl.forwardServiceRegistration bool true
N15.hub.bl.forwardProtocolRegistration bool true
N15.hub.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N15.hub.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N15.hub.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N15.hub.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

N15.hub.li.forwardServiceRegistration bool true
N15.hub.li.forwardProtocolRegistration bool true
N15.hub.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N15.hub.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N15.hub.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N15.hub.eth.bitrate double
N15.host.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.host.status.initialStatus string "UP"

TODO @signal, @statistic

N15.host.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.host.environment.initStage int 0

Initialization stage for the setup command

N15.host.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

N15.host.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

N15.host.environment.setupCommand string ""

A host OS system command

N15.host.environment.teardownCommand string ""

A host OS system command

N15.host.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

N15.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N15.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N15.host.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

N15.host.pcapRecorder.fileFormat string "pcapng"
N15.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N15.host.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

N15.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N15.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N15.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N15.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N15.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

N15.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N15.host.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

N15.host.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

N15.host.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N15.host.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

N15.host.cb.forwardServiceRegistration bool true
N15.host.cb.forwardProtocolRegistration bool true
N15.host.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N15.host.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N15.host.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N15.host.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

N15.host.bl.forwardServiceRegistration bool true
N15.host.bl.forwardProtocolRegistration bool true
N15.host.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N15.host.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N15.host.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N15.host.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

N15.host.li.forwardServiceRegistration bool true
N15.host.li.forwardProtocolRegistration bool true
N15.host.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N15.host.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N15.host.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N15.host.eth.bitrate double
N15.host.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

N15.host.nl.forwardServiceRegistration bool true
N15.host.nl.forwardProtocolRegistration bool true
N15.host.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N15.host.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N15.host.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N15.host.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

N15.host.tn.forwardServiceRegistration bool true
N15.host.tn.forwardProtocolRegistration bool true
N15.host.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N15.host.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N15.host.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

N15.host.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

N15.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

N15.host.at.forwardServiceRegistration bool true
N15.host.at.forwardProtocolRegistration bool true
N15.host.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

N15.host.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

N15.host.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

configurator.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

configurator.minLinkWeight double 1E-3
configurator.configureIsolatedNetworksSeparatly bool false
configurator.assignAddresses bool true

Assign IP addresses to all interfaces in the network

configurator.assignUniqueAddresses bool true

Avoid using the same address and raise an error if not possible

configurator.assignDisjunctSubnetAddresses bool true

Avoid using the same address prefix and netmask on different links when assigning IP addresses to interfaces

configurator.addSubnetRoutes bool true

Add subnet routes instead of destination interface routes (only where applicable; used only if addStaticRoutes is true)

configurator.addDirectRoutes bool true

Add direct routes towards local network members (i.e. directly connected interfaces) to the routing table (used only if addStaticRoutes is true)

configurator.optimizeRoutes bool true

Optimize routing tables by merging routes, the resulting routing table might route more packets than the original (used only if addStaticRoutes is true)

configurator.updateRoutes bool false

Recalculate static routes if an interface goes down/up or a carrier is lost/back

configurator.dumpTopology bool false

Print extracted network topology to the module output

configurator.dumpLinks bool false

Print recognized network links to the module output

configurator.dumpAddresses bool false

Print assigned IP addresses for all interfaces to the module output

configurator.dumpRoutes bool false

Print configured and optimized routing tables for all nodes to the module output

configurator.dumpConfig string ""

Write configuration into the given config file that can be fed back to speed up subsequent runs (network configurations)

Source code

network OSPF_RFC2328_Fig6
{
    parameters:
        @display("p=10,10;b=704,560");
    submodules:
        Area1: OSPF_Area1 {
            parameters:
                @display("p=250,235;b=150,150");
        }
        Area2: OSPF_Area2 {
            parameters:
                @display("p=650,530;b=150,150");
        }
        Area3: OSPF_Area3 {
            parameters:
                @display("p=250,530;b=150,150");
        }
        RT3: OspfRouter {
            parameters:
                @display("p=450,280");
            gates:
                ethg[3];
        }
        RT4: OspfRouter {
            parameters:
                @display("p=450,190");
            gates:
                ethg[2];
        }
        RT5: OspfRouter {
            parameters:
                @display("p=700,190");
            gates:
                ethg[6];
        }
        RT6: OspfRouter {
            parameters:
                @display("p=600,280");
            gates:
                ethg[3];
        }
        RT7: OspfRouter {
            parameters:
                @display("p=700,370");
            gates:
                ethg[4];
        }
        RT10: OspfRouter {
            parameters:
                @display("p=600,370");
            gates:
                ethg[3];
        }
        RT11: OspfRouter {
            parameters:
                @display("p=450,530");
            gates:
                ethg[2];
        }
        N12: OspfLan {
            parameters:
                h = 1;
                @display("p=850,280;is=l");
        }
        N13: OspfLan {
            parameters:
                h = 1;
                @display("p=850,100;is=l");
        }
        N14: OspfLan {
            parameters:
                h = 1;
                @display("p=550,100;is=l");
        }
        N15: OspfLan {
            parameters:
                h = 1;
                @display("p=850,450;is=l");
        }
        configurator: Ipv4NetworkConfigurator {
            parameters:
                config = xml("<config>"+"\n"+
                            "<interface among='Area1.N1.* Area1.RT1' address='10.1.11.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface among='Area1.N2.* Area1.RT2' address='10.1.12.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface among='Area1.N3.* Area1.RT1 Area1.RT2 RT3 RT4' address='10.1.13.x' netmask='255.255.255.0' metric='1' />"+"\n"+
                            "<interface among='Area1.N4.* RT3' address='10.1.14.x' netmask='255.255.255.0' metric='1' />"+"\n"+
                            "<interface among='Area1.N2.* Area1.RT2' address='10.1.15.x' netmask='255.255.255.0' />"+"\n"+

                            "<interface among='Area2.N8.* RT10 RT11' address='10.2.21.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface hosts='Area2.N6.*' address='10.2.22.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface hosts='RT7 RT10 Area2.RT8' towards='Area2.N6.*' address='10.2.22.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface among='Area2.N7.* Area2.RT8' address='10.2.23.x' netmask='255.255.255.0' />"+"\n"+

                            "<interface among='Area3.N10.* Area3.RT12' address='10.3.31.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface among='Area3.N11.* Area3.RT9' address='10.3.32.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface among='Area3.H1 Area3.RT12' address='10.3.33.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface among='Area3.N9 Area3.N9.* Area3.RT* RT11' address='10.3.34.x' netmask='255.255.255.0' />"+"\n"+

                            "<interface hosts='RT5 RT7' towards='N12.*' address='10.99.12.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface hosts='N12.*' address='10.99.12.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface among='RT5 N13.*' address='10.99.13.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface among='RT5 N14.*' address='10.99.14.x' netmask='255.255.255.0' />"+"\n"+
                            "<interface among='RT3 RT4 RT5 RT6 RT7 RT10' address='10.0.104.x' netmask='255.255.255.x' />"+"\n"+
                            "<interface among='RT7 N15.*' address='10.99.15.x' netmask='255.255.255.0' />"+"\n"+

                            "<route hosts='Area*.H* Area*.N*.host[*] N*.host[*]' destination='*' netmask='0.0.0.0' interface='eth0' />"+"\n"+
                            "</config>"+"\n");
                addStaticRoutes = false;
                addDefaultRoutes = false;
                @display("p=100,100;is=s");
        }
    connections:
        RT3.ethg[0] <--> C <--> Area1.ethg[1];
        RT3.ethg[1] <--> C <--> Area1.ethg[2];
        RT3.ethg[2] <--> C <--> RT6.ethg[0];
        RT4.ethg[0] <--> C <--> Area1.ethg[0];
        RT4.ethg[1] <--> C <--> RT5.ethg[1];
        RT5.ethg[5] <--> C <--> N14.ethg++;
        RT5.ethg[3] <--> C <--> RT7.ethg[0];
        RT5.ethg[2] <--> C <--> RT6.ethg[2];
        RT5.ethg[4] <--> C <--> N12.ethg++;
        RT5.ethg[0] <--> C <--> N13.ethg++;
        RT6.ethg[1] <--> C <--> RT10.ethg[0];
        RT7.ethg[1] <--> C <--> Area2.ethg[3];
        RT7.ethg[3] <--> C <--> N12.ethg++;
        RT7.ethg[2] <--> C <--> N15.ethg++;
        RT10.ethg[1] <--> C <--> Area2.ethg[1];
        RT10.ethg[2] <--> C <--> Area2.ethg[2];
        RT11.ethg[1] <--> C <--> Area2.ethg[0];
        RT11.ethg[0] <--> C <--> Area3.ethg[0];
}

File: examples/ospfv2/fulltest/FullTest.ned