BgpNetwork

Package: inet.examples.bgpv4.BgpCompleteTest

BgpNetwork

network

(no description)

visualizer : IntegratedCanvasVisualizer

Integrates all canvas visualizers into a single module.

Source:
visualizer: IntegratedCanvasVisualizer {
    parameters:
        @display("p=100,100;is=s");
} configurator : Ipv4NetworkConfigurator

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

Source:
configurator: Ipv4NetworkConfigurator {
    parameters:
        @display("p=100,200;is=s");
        config = xmldoc("IPv4Config.xml");
        addStaticRoutes = false;
        addDefaultRoutes = false;
        addSubnetRoutes = false;
} A1 : BgpRouter

A router that supports Border Gateway Protocol version 4 (BGPv4) along with Open Shortest Path...

Source:
A1: BgpRouter {
    parameters:
        @display("p=600,80");
    gates:
        pppg[2];
} A2 : BgpRouter

A router that supports Border Gateway Protocol version 4 (BGPv4) along with Open Shortest Path...

Source:
A2: BgpRouter {
    parameters:
        @display("p=450,240");
    gates:
        pppg[2];
} B1 : BgpRouter

A router that supports Border Gateway Protocol version 4 (BGPv4) along with Open Shortest Path...

Source:
B1: BgpRouter {
    parameters:
        @display("p=450,400");
    gates:
        pppg[2];
        ethg[1];
} C1 : BgpRouter

A router that supports Border Gateway Protocol version 4 (BGPv4) along with Open Shortest Path...

Source:
C1: BgpRouter {
    parameters:
        @display("p=700,160");
    gates:
        pppg[2];
} C2 : BgpRouter

A router that supports Border Gateway Protocol version 4 (BGPv4) along with Open Shortest Path...

Source:
C2: BgpRouter {
    parameters:
        @display("p=625,320");
    gates:
        pppg[2];
} C3 : BgpRouter

A router that supports Border Gateway Protocol version 4 (BGPv4) along with Open Shortest Path...

Source:
C3: BgpRouter {
    parameters:
        @display("p=900,160");
    gates:
        pppg[2];
} C4 : BgpRouter

A router that supports Border Gateway Protocol version 4 (BGPv4) along with Open Shortest Path...

Source:
C4: BgpRouter {
    parameters:
        @display("p=900,320");
    gates:
        pppg[2];
} D1 : BgpRouter

A router that supports Border Gateway Protocol version 4 (BGPv4) along with Open Shortest Path...

Source:
D1: BgpRouter {
    parameters:
        @display("p=1000,80");
    gates:
        pppg[1];
        ethg[1];
} E1 : BgpRouter

A router that supports Border Gateway Protocol version 4 (BGPv4) along with Open Shortest Path...

Source:
E1: BgpRouter {
    parameters:
        @display("p=1000,400");
    gates:
        pppg[1];
        ethg[1];
} RA3 : OspfRouter

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

Source:
RA3: OspfRouter {
    parameters:
        @display("p=450,80;i=device/router");
    gates:
        pppg[2];
        ethg[1];
} RC5 : OspfRouter

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

Source:
RC5: OspfRouter {
    parameters:
        @display("p=800,240;i=device/router");
    gates:
        pppg[4];
} PA3 : EthernetSwitch

EthernetSwitch models a Layer 2 Ethernet switch with support for various IEEE 802.1 protocols and...

Source:
PA3: EthernetSwitch {
    parameters:
        @display("p=250,80;i=device/switch");
    gates:
        ethg[3];
} PB1 : EthernetSwitch

EthernetSwitch models a Layer 2 Ethernet switch with support for various IEEE 802.1 protocols and...

Source:
PB1: EthernetSwitch {
    parameters:
        @display("p=250,400;i=device/switch");
    gates:
        ethg[3];
} PD1 : EthernetSwitch

EthernetSwitch models a Layer 2 Ethernet switch with support for various IEEE 802.1 protocols and...

Source:
PD1: EthernetSwitch {
    parameters:
        @display("p=1150,80;i=device/switch");
    gates:
        ethg[3];
} PE1 : EthernetSwitch

EthernetSwitch models a Layer 2 Ethernet switch with support for various IEEE 802.1 protocols and...

Source:
PE1: EthernetSwitch {
    parameters:
        @display("p=1150,400;i=device/switch");
    gates:
        ethg[3];
} HA11 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
HA11: StandardHost {
    parameters:
        @display("p=175,160;i=device/pc");
    gates:
        ethg[1];
} HA12 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
HA12: StandardHost {
    parameters:
        @display("p=325,160;i=device/pc");
    gates:
        ethg[1];
} HB11 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
HB11: StandardHost {
    parameters:
        @display("p=325,480;i=device/pc");
    gates:
        ethg[1];
} HB12 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
HB12: StandardHost {
    parameters:
        @display("p=175,480;i=device/pc");
    gates:
        ethg[1];
} HD11 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
HD11: StandardHost {
    parameters:
        @display("p=1075,160;i=device/pc");
    gates:
        ethg[1];
} HD12 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
HD12: StandardHost {
    parameters:
        @display("p=1225,160;i=device/pc");
    gates:
        ethg[1];
} HE11 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
HE11: StandardHost {
    parameters:
        @display("p=1075,480;i=device/pc");
    gates:
        ethg[1];
} HE12 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
HE12: StandardHost {
    parameters:
        @display("p=1225,480;i=device/pc");
    gates:
        ethg[1];
}

Usage diagram

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

Properties

Name Value Description
isNetwork

Unassigned submodule parameters

Name Type Default value Description
visualizer.sceneVisualizer.visualizationTargetModule string
visualizer.sceneVisualizer.visualizationSubjectModule string
visualizer.physicalEnvironmentVisualizer.visualizationTargetModule string
visualizer.physicalEnvironmentVisualizer.visualizationSubjectModule string
visualizer.networkNodeVisualizer.visualizationTargetModule string
visualizer.networkNodeVisualizer.visualizationSubjectModule string
visualizer.networkConnectionVisualizer.visualizationTargetModule string
visualizer.networkConnectionVisualizer.visualizationSubjectModule string
visualizer.mobilityVisualizer.visualizationTargetModule string
visualizer.mobilityVisualizer.visualizationSubjectModule string
visualizer.statisticVisualizer.visualizationTargetModule string
visualizer.statisticVisualizer.visualizationSubjectModule string
visualizer.infoVisualizer.visualizationTargetModule string
visualizer.infoVisualizer.visualizationSubjectModule string
visualizer.energyStorageVisualizer.visualizationTargetModule string
visualizer.energyStorageVisualizer.visualizationSubjectModule string
visualizer.mediumVisualizer.visualizationTargetModule string
visualizer.mediumVisualizer.visualizationSubjectModule string
visualizer.obstacleLossVisualizer.visualizationTargetModule string
visualizer.obstacleLossVisualizer.visualizationSubjectModule string
visualizer.packetDropVisualizer.visualizationTargetModule string
visualizer.packetDropVisualizer.visualizationSubjectModule string
visualizer.packetFlowVisualizer.visualizationTargetModule string
visualizer.packetFlowVisualizer.visualizationSubjectModule string
visualizer.queueVisualizer.visualizationTargetModule string
visualizer.queueVisualizer.visualizationSubjectModule string
visualizer.gateScheduleVisualizer.visualizationTargetModule string
visualizer.gateScheduleVisualizer.visualizationSubjectModule string
visualizer.radioVisualizer.visualizationTargetModule string
visualizer.radioVisualizer.visualizationSubjectModule string
visualizer.physicalLinkVisualizer.visualizationTargetModule string
visualizer.physicalLinkVisualizer.visualizationSubjectModule string
visualizer.interfaceTableVisualizer.visualizationTargetModule string
visualizer.interfaceTableVisualizer.visualizationSubjectModule string
visualizer.dataLinkVisualizer.visualizationTargetModule string
visualizer.dataLinkVisualizer.visualizationSubjectModule string
visualizer.linkBreakVisualizer.visualizationTargetModule string
visualizer.linkBreakVisualizer.visualizationSubjectModule string
visualizer.ieee80211Visualizer.visualizationTargetModule string
visualizer.ieee80211Visualizer.visualizationSubjectModule string
visualizer.networkRouteVisualizer.visualizationTargetModule string
visualizer.networkRouteVisualizer.visualizationSubjectModule string
visualizer.routingTableVisualizer.visualizationTargetModule string
visualizer.routingTableVisualizer.visualizationSubjectModule string
visualizer.transportRouteVisualizer.visualizationTargetModule string
visualizer.transportRouteVisualizer.visualizationSubjectModule string
visualizer.transportConnectionVisualizer.visualizationTargetModule string
visualizer.transportConnectionVisualizer.visualizationSubjectModule string
visualizer.failureProtectionConfigurationVisualizer.visualizationTargetModule string
visualizer.failureProtectionConfigurationVisualizer.visualizationSubjectModule string
visualizer.streamRedundancyConfigurationVisualizer.visualizationTargetModule string
visualizer.streamRedundancyConfigurationVisualizer.visualizationSubjectModule string
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.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)

A1.status.displayStringTextFormat string ""

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

A1.status.initialStatus string "UP"

TODO @signal, @statistic

A1.environment.displayStringTextFormat string ""

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

A1.environment.initStage int 0

Initialization stage for the setup command

A1.environment.globalNamespace bool false

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

A1.environment.namespace string ""

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

A1.environment.setupCommand string ""

A host OS system command

A1.environment.teardownCommand string ""

A host OS system command

A1.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

A1.pcapRecorder.verbose bool true

Whether to log packets on the module output

A1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

A1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

A1.pcapRecorder.pcapFile string ""

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

A1.pcapRecorder.fileFormat string "pcapng"
A1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

A1.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).

A1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

A1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

A1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

A1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

A1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

A1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

A1.pcapRecorder.helpers string ""

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

A1.pcapRecorder.alwaysFlush bool false

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

A1.interfaceTable.displayStringTextFormat string ""

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

A1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

A1.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

A1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

A1.cb.forwardServiceRegistration bool true
A1.cb.forwardProtocolRegistration bool true
A1.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

A1.cb.serviceMapping object {}

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

A1.cb.protocolMapping object {}

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

A1.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

A1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

A1.bl.forwardServiceRegistration bool true
A1.bl.forwardProtocolRegistration bool true
A1.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

A1.bl.serviceMapping object {}

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

A1.bl.protocolMapping object {}

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

A1.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

A1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

A1.li.forwardServiceRegistration bool true
A1.li.forwardProtocolRegistration bool true
A1.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

A1.li.serviceMapping object {}

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

A1.li.protocolMapping object {}

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

A1.eth.bitrate double
A1.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

A1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

A1.nl.forwardServiceRegistration bool true
A1.nl.forwardProtocolRegistration bool true
A1.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

A1.nl.serviceMapping object {}

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

A1.nl.protocolMapping object {}

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

A1.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

A1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

A1.tn.forwardServiceRegistration bool true
A1.tn.forwardProtocolRegistration bool true
A1.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

A1.tn.serviceMapping object {}

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

A1.tn.protocolMapping object {}

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

A1.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

A1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

A1.at.forwardServiceRegistration bool true
A1.at.forwardProtocolRegistration bool true
A1.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

A1.at.serviceMapping object {}

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

A1.at.protocolMapping object {}

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

A1.bgp.interfaceTableModule string

The path to the InterfaceTable module

A1.bgp.routingTableModule string
A1.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
A2.status.displayStringTextFormat string ""

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

A2.status.initialStatus string "UP"

TODO @signal, @statistic

A2.environment.displayStringTextFormat string ""

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

A2.environment.initStage int 0

Initialization stage for the setup command

A2.environment.globalNamespace bool false

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

A2.environment.namespace string ""

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

A2.environment.setupCommand string ""

A host OS system command

A2.environment.teardownCommand string ""

A host OS system command

A2.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

A2.pcapRecorder.verbose bool true

Whether to log packets on the module output

A2.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

A2.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

A2.pcapRecorder.pcapFile string ""

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

A2.pcapRecorder.fileFormat string "pcapng"
A2.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

A2.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).

A2.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

A2.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

A2.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

A2.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

A2.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

A2.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

A2.pcapRecorder.helpers string ""

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

A2.pcapRecorder.alwaysFlush bool false

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

A2.interfaceTable.displayStringTextFormat string ""

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

A2.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

A2.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

A2.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

A2.cb.forwardServiceRegistration bool true
A2.cb.forwardProtocolRegistration bool true
A2.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

A2.cb.serviceMapping object {}

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

A2.cb.protocolMapping object {}

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

A2.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

A2.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

A2.bl.forwardServiceRegistration bool true
A2.bl.forwardProtocolRegistration bool true
A2.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

A2.bl.serviceMapping object {}

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

A2.bl.protocolMapping object {}

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

A2.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

A2.li.interfaceTableModule string

Module path to the ~InterfaceTable module

A2.li.forwardServiceRegistration bool true
A2.li.forwardProtocolRegistration bool true
A2.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

A2.li.serviceMapping object {}

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

A2.li.protocolMapping object {}

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

A2.eth.bitrate double
A2.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

A2.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

A2.nl.forwardServiceRegistration bool true
A2.nl.forwardProtocolRegistration bool true
A2.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

A2.nl.serviceMapping object {}

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

A2.nl.protocolMapping object {}

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

A2.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

A2.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

A2.tn.forwardServiceRegistration bool true
A2.tn.forwardProtocolRegistration bool true
A2.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

A2.tn.serviceMapping object {}

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

A2.tn.protocolMapping object {}

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

A2.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

A2.at.interfaceTableModule string

Module path to the ~InterfaceTable module

A2.at.forwardServiceRegistration bool true
A2.at.forwardProtocolRegistration bool true
A2.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

A2.at.serviceMapping object {}

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

A2.at.protocolMapping object {}

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

A2.bgp.interfaceTableModule string

The path to the InterfaceTable module

A2.bgp.routingTableModule string
A2.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
B1.status.displayStringTextFormat string ""

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

B1.status.initialStatus string "UP"

TODO @signal, @statistic

B1.environment.displayStringTextFormat string ""

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

B1.environment.initStage int 0

Initialization stage for the setup command

B1.environment.globalNamespace bool false

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

B1.environment.namespace string ""

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

B1.environment.setupCommand string ""

A host OS system command

B1.environment.teardownCommand string ""

A host OS system command

B1.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

B1.pcapRecorder.verbose bool true

Whether to log packets on the module output

B1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

B1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

B1.pcapRecorder.pcapFile string ""

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

B1.pcapRecorder.fileFormat string "pcapng"
B1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

B1.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).

B1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

B1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

B1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

B1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

B1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

B1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

B1.pcapRecorder.helpers string ""

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

B1.pcapRecorder.alwaysFlush bool false

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

B1.interfaceTable.displayStringTextFormat string ""

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

B1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

B1.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

B1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

B1.cb.forwardServiceRegistration bool true
B1.cb.forwardProtocolRegistration bool true
B1.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

B1.cb.serviceMapping object {}

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

B1.cb.protocolMapping object {}

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

B1.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

B1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

B1.bl.forwardServiceRegistration bool true
B1.bl.forwardProtocolRegistration bool true
B1.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

B1.bl.serviceMapping object {}

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

B1.bl.protocolMapping object {}

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

B1.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

B1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

B1.li.forwardServiceRegistration bool true
B1.li.forwardProtocolRegistration bool true
B1.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

B1.li.serviceMapping object {}

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

B1.li.protocolMapping object {}

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

B1.eth.bitrate double
B1.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

B1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

B1.nl.forwardServiceRegistration bool true
B1.nl.forwardProtocolRegistration bool true
B1.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

B1.nl.serviceMapping object {}

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

B1.nl.protocolMapping object {}

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

B1.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

B1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

B1.tn.forwardServiceRegistration bool true
B1.tn.forwardProtocolRegistration bool true
B1.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

B1.tn.serviceMapping object {}

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

B1.tn.protocolMapping object {}

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

B1.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

B1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

B1.at.forwardServiceRegistration bool true
B1.at.forwardProtocolRegistration bool true
B1.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

B1.at.serviceMapping object {}

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

B1.at.protocolMapping object {}

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

B1.bgp.interfaceTableModule string

The path to the InterfaceTable module

B1.bgp.routingTableModule string
B1.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
C1.status.displayStringTextFormat string ""

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

C1.status.initialStatus string "UP"

TODO @signal, @statistic

C1.environment.displayStringTextFormat string ""

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

C1.environment.initStage int 0

Initialization stage for the setup command

C1.environment.globalNamespace bool false

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

C1.environment.namespace string ""

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

C1.environment.setupCommand string ""

A host OS system command

C1.environment.teardownCommand string ""

A host OS system command

C1.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

C1.pcapRecorder.verbose bool true

Whether to log packets on the module output

C1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

C1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

C1.pcapRecorder.pcapFile string ""

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

C1.pcapRecorder.fileFormat string "pcapng"
C1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

C1.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).

C1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

C1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

C1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

C1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

C1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

C1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

C1.pcapRecorder.helpers string ""

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

C1.pcapRecorder.alwaysFlush bool false

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

C1.interfaceTable.displayStringTextFormat string ""

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

C1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

C1.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

C1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

C1.cb.forwardServiceRegistration bool true
C1.cb.forwardProtocolRegistration bool true
C1.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

C1.cb.serviceMapping object {}

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

C1.cb.protocolMapping object {}

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

C1.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

C1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

C1.bl.forwardServiceRegistration bool true
C1.bl.forwardProtocolRegistration bool true
C1.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

C1.bl.serviceMapping object {}

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

C1.bl.protocolMapping object {}

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

C1.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

C1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

C1.li.forwardServiceRegistration bool true
C1.li.forwardProtocolRegistration bool true
C1.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

C1.li.serviceMapping object {}

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

C1.li.protocolMapping object {}

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

C1.eth.bitrate double
C1.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

C1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

C1.nl.forwardServiceRegistration bool true
C1.nl.forwardProtocolRegistration bool true
C1.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

C1.nl.serviceMapping object {}

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

C1.nl.protocolMapping object {}

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

C1.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

C1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

C1.tn.forwardServiceRegistration bool true
C1.tn.forwardProtocolRegistration bool true
C1.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

C1.tn.serviceMapping object {}

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

C1.tn.protocolMapping object {}

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

C1.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

C1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

C1.at.forwardServiceRegistration bool true
C1.at.forwardProtocolRegistration bool true
C1.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

C1.at.serviceMapping object {}

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

C1.at.protocolMapping object {}

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

C1.bgp.interfaceTableModule string

The path to the InterfaceTable module

C1.bgp.routingTableModule string
C1.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
C2.status.displayStringTextFormat string ""

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

C2.status.initialStatus string "UP"

TODO @signal, @statistic

C2.environment.displayStringTextFormat string ""

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

C2.environment.initStage int 0

Initialization stage for the setup command

C2.environment.globalNamespace bool false

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

C2.environment.namespace string ""

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

C2.environment.setupCommand string ""

A host OS system command

C2.environment.teardownCommand string ""

A host OS system command

C2.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

C2.pcapRecorder.verbose bool true

Whether to log packets on the module output

C2.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

C2.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

C2.pcapRecorder.pcapFile string ""

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

C2.pcapRecorder.fileFormat string "pcapng"
C2.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

C2.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).

C2.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

C2.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

C2.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

C2.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

C2.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

C2.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

C2.pcapRecorder.helpers string ""

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

C2.pcapRecorder.alwaysFlush bool false

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

C2.interfaceTable.displayStringTextFormat string ""

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

C2.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

C2.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

C2.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

C2.cb.forwardServiceRegistration bool true
C2.cb.forwardProtocolRegistration bool true
C2.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

C2.cb.serviceMapping object {}

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

C2.cb.protocolMapping object {}

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

C2.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

C2.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

C2.bl.forwardServiceRegistration bool true
C2.bl.forwardProtocolRegistration bool true
C2.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

C2.bl.serviceMapping object {}

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

C2.bl.protocolMapping object {}

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

C2.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

C2.li.interfaceTableModule string

Module path to the ~InterfaceTable module

C2.li.forwardServiceRegistration bool true
C2.li.forwardProtocolRegistration bool true
C2.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

C2.li.serviceMapping object {}

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

C2.li.protocolMapping object {}

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

C2.eth.bitrate double
C2.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

C2.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

C2.nl.forwardServiceRegistration bool true
C2.nl.forwardProtocolRegistration bool true
C2.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

C2.nl.serviceMapping object {}

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

C2.nl.protocolMapping object {}

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

C2.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

C2.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

C2.tn.forwardServiceRegistration bool true
C2.tn.forwardProtocolRegistration bool true
C2.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

C2.tn.serviceMapping object {}

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

C2.tn.protocolMapping object {}

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

C2.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

C2.at.interfaceTableModule string

Module path to the ~InterfaceTable module

C2.at.forwardServiceRegistration bool true
C2.at.forwardProtocolRegistration bool true
C2.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

C2.at.serviceMapping object {}

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

C2.at.protocolMapping object {}

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

C2.bgp.interfaceTableModule string

The path to the InterfaceTable module

C2.bgp.routingTableModule string
C2.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
C3.status.displayStringTextFormat string ""

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

C3.status.initialStatus string "UP"

TODO @signal, @statistic

C3.environment.displayStringTextFormat string ""

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

C3.environment.initStage int 0

Initialization stage for the setup command

C3.environment.globalNamespace bool false

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

C3.environment.namespace string ""

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

C3.environment.setupCommand string ""

A host OS system command

C3.environment.teardownCommand string ""

A host OS system command

C3.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

C3.pcapRecorder.verbose bool true

Whether to log packets on the module output

C3.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

C3.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

C3.pcapRecorder.pcapFile string ""

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

C3.pcapRecorder.fileFormat string "pcapng"
C3.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

C3.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).

C3.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

C3.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

C3.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

C3.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

C3.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

C3.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

C3.pcapRecorder.helpers string ""

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

C3.pcapRecorder.alwaysFlush bool false

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

C3.interfaceTable.displayStringTextFormat string ""

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

C3.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

C3.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

C3.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

C3.cb.forwardServiceRegistration bool true
C3.cb.forwardProtocolRegistration bool true
C3.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

C3.cb.serviceMapping object {}

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

C3.cb.protocolMapping object {}

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

C3.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

C3.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

C3.bl.forwardServiceRegistration bool true
C3.bl.forwardProtocolRegistration bool true
C3.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

C3.bl.serviceMapping object {}

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

C3.bl.protocolMapping object {}

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

C3.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

C3.li.interfaceTableModule string

Module path to the ~InterfaceTable module

C3.li.forwardServiceRegistration bool true
C3.li.forwardProtocolRegistration bool true
C3.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

C3.li.serviceMapping object {}

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

C3.li.protocolMapping object {}

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

C3.eth.bitrate double
C3.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

C3.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

C3.nl.forwardServiceRegistration bool true
C3.nl.forwardProtocolRegistration bool true
C3.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

C3.nl.serviceMapping object {}

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

C3.nl.protocolMapping object {}

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

C3.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

C3.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

C3.tn.forwardServiceRegistration bool true
C3.tn.forwardProtocolRegistration bool true
C3.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

C3.tn.serviceMapping object {}

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

C3.tn.protocolMapping object {}

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

C3.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

C3.at.interfaceTableModule string

Module path to the ~InterfaceTable module

C3.at.forwardServiceRegistration bool true
C3.at.forwardProtocolRegistration bool true
C3.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

C3.at.serviceMapping object {}

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

C3.at.protocolMapping object {}

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

C3.bgp.interfaceTableModule string

The path to the InterfaceTable module

C3.bgp.routingTableModule string
C3.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
C4.status.displayStringTextFormat string ""

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

C4.status.initialStatus string "UP"

TODO @signal, @statistic

C4.environment.displayStringTextFormat string ""

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

C4.environment.initStage int 0

Initialization stage for the setup command

C4.environment.globalNamespace bool false

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

C4.environment.namespace string ""

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

C4.environment.setupCommand string ""

A host OS system command

C4.environment.teardownCommand string ""

A host OS system command

C4.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

C4.pcapRecorder.verbose bool true

Whether to log packets on the module output

C4.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

C4.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

C4.pcapRecorder.pcapFile string ""

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

C4.pcapRecorder.fileFormat string "pcapng"
C4.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

C4.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).

C4.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

C4.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

C4.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

C4.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

C4.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

C4.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

C4.pcapRecorder.helpers string ""

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

C4.pcapRecorder.alwaysFlush bool false

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

C4.interfaceTable.displayStringTextFormat string ""

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

C4.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

C4.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

C4.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

C4.cb.forwardServiceRegistration bool true
C4.cb.forwardProtocolRegistration bool true
C4.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

C4.cb.serviceMapping object {}

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

C4.cb.protocolMapping object {}

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

C4.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

C4.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

C4.bl.forwardServiceRegistration bool true
C4.bl.forwardProtocolRegistration bool true
C4.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

C4.bl.serviceMapping object {}

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

C4.bl.protocolMapping object {}

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

C4.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

C4.li.interfaceTableModule string

Module path to the ~InterfaceTable module

C4.li.forwardServiceRegistration bool true
C4.li.forwardProtocolRegistration bool true
C4.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

C4.li.serviceMapping object {}

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

C4.li.protocolMapping object {}

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

C4.eth.bitrate double
C4.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

C4.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

C4.nl.forwardServiceRegistration bool true
C4.nl.forwardProtocolRegistration bool true
C4.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

C4.nl.serviceMapping object {}

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

C4.nl.protocolMapping object {}

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

C4.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

C4.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

C4.tn.forwardServiceRegistration bool true
C4.tn.forwardProtocolRegistration bool true
C4.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

C4.tn.serviceMapping object {}

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

C4.tn.protocolMapping object {}

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

C4.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

C4.at.interfaceTableModule string

Module path to the ~InterfaceTable module

C4.at.forwardServiceRegistration bool true
C4.at.forwardProtocolRegistration bool true
C4.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

C4.at.serviceMapping object {}

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

C4.at.protocolMapping object {}

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

C4.bgp.interfaceTableModule string

The path to the InterfaceTable module

C4.bgp.routingTableModule string
C4.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
D1.status.displayStringTextFormat string ""

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

D1.status.initialStatus string "UP"

TODO @signal, @statistic

D1.environment.displayStringTextFormat string ""

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

D1.environment.initStage int 0

Initialization stage for the setup command

D1.environment.globalNamespace bool false

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

D1.environment.namespace string ""

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

D1.environment.setupCommand string ""

A host OS system command

D1.environment.teardownCommand string ""

A host OS system command

D1.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

D1.pcapRecorder.verbose bool true

Whether to log packets on the module output

D1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

D1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

D1.pcapRecorder.pcapFile string ""

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

D1.pcapRecorder.fileFormat string "pcapng"
D1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

D1.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).

D1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

D1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

D1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

D1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

D1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

D1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

D1.pcapRecorder.helpers string ""

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

D1.pcapRecorder.alwaysFlush bool false

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

D1.interfaceTable.displayStringTextFormat string ""

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

D1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

D1.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

D1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

D1.cb.forwardServiceRegistration bool true
D1.cb.forwardProtocolRegistration bool true
D1.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

D1.cb.serviceMapping object {}

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

D1.cb.protocolMapping object {}

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

D1.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

D1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

D1.bl.forwardServiceRegistration bool true
D1.bl.forwardProtocolRegistration bool true
D1.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

D1.bl.serviceMapping object {}

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

D1.bl.protocolMapping object {}

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

D1.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

D1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

D1.li.forwardServiceRegistration bool true
D1.li.forwardProtocolRegistration bool true
D1.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

D1.li.serviceMapping object {}

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

D1.li.protocolMapping object {}

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

D1.eth.bitrate double
D1.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

D1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

D1.nl.forwardServiceRegistration bool true
D1.nl.forwardProtocolRegistration bool true
D1.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

D1.nl.serviceMapping object {}

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

D1.nl.protocolMapping object {}

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

D1.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

D1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

D1.tn.forwardServiceRegistration bool true
D1.tn.forwardProtocolRegistration bool true
D1.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

D1.tn.serviceMapping object {}

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

D1.tn.protocolMapping object {}

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

D1.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

D1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

D1.at.forwardServiceRegistration bool true
D1.at.forwardProtocolRegistration bool true
D1.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

D1.at.serviceMapping object {}

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

D1.at.protocolMapping object {}

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

D1.bgp.interfaceTableModule string

The path to the InterfaceTable module

D1.bgp.routingTableModule string
D1.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
E1.status.displayStringTextFormat string ""

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

E1.status.initialStatus string "UP"

TODO @signal, @statistic

E1.environment.displayStringTextFormat string ""

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

E1.environment.initStage int 0

Initialization stage for the setup command

E1.environment.globalNamespace bool false

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

E1.environment.namespace string ""

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

E1.environment.setupCommand string ""

A host OS system command

E1.environment.teardownCommand string ""

A host OS system command

E1.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

E1.pcapRecorder.verbose bool true

Whether to log packets on the module output

E1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

E1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

E1.pcapRecorder.pcapFile string ""

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

E1.pcapRecorder.fileFormat string "pcapng"
E1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

E1.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).

E1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

E1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

E1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

E1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

E1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

E1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

E1.pcapRecorder.helpers string ""

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

E1.pcapRecorder.alwaysFlush bool false

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

E1.interfaceTable.displayStringTextFormat string ""

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

E1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

E1.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

E1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

E1.cb.forwardServiceRegistration bool true
E1.cb.forwardProtocolRegistration bool true
E1.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

E1.cb.serviceMapping object {}

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

E1.cb.protocolMapping object {}

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

E1.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

E1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

E1.bl.forwardServiceRegistration bool true
E1.bl.forwardProtocolRegistration bool true
E1.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

E1.bl.serviceMapping object {}

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

E1.bl.protocolMapping object {}

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

E1.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

E1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

E1.li.forwardServiceRegistration bool true
E1.li.forwardProtocolRegistration bool true
E1.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

E1.li.serviceMapping object {}

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

E1.li.protocolMapping object {}

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

E1.eth.bitrate double
E1.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

E1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

E1.nl.forwardServiceRegistration bool true
E1.nl.forwardProtocolRegistration bool true
E1.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

E1.nl.serviceMapping object {}

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

E1.nl.protocolMapping object {}

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

E1.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

E1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

E1.tn.forwardServiceRegistration bool true
E1.tn.forwardProtocolRegistration bool true
E1.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

E1.tn.serviceMapping object {}

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

E1.tn.protocolMapping object {}

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

E1.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

E1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

E1.at.forwardServiceRegistration bool true
E1.at.forwardProtocolRegistration bool true
E1.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

E1.at.serviceMapping object {}

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

E1.at.protocolMapping object {}

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

E1.bgp.interfaceTableModule string

The path to the InterfaceTable module

E1.bgp.routingTableModule string
E1.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
RA3.status.displayStringTextFormat string ""

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

RA3.status.initialStatus string "UP"

TODO @signal, @statistic

RA3.environment.displayStringTextFormat string ""

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

RA3.environment.initStage int 0

Initialization stage for the setup command

RA3.environment.globalNamespace bool false

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

RA3.environment.namespace string ""

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

RA3.environment.setupCommand string ""

A host OS system command

RA3.environment.teardownCommand string ""

A host OS system command

RA3.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

RA3.pcapRecorder.verbose bool true

Whether to log packets on the module output

RA3.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RA3.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RA3.pcapRecorder.pcapFile string ""

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

RA3.pcapRecorder.fileFormat string "pcapng"
RA3.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

RA3.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).

RA3.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

RA3.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

RA3.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RA3.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RA3.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

RA3.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RA3.pcapRecorder.helpers string ""

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

RA3.pcapRecorder.alwaysFlush bool false

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

RA3.interfaceTable.displayStringTextFormat string ""

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

RA3.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

RA3.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

RA3.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

RA3.cb.forwardServiceRegistration bool true
RA3.cb.forwardProtocolRegistration bool true
RA3.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

RA3.cb.serviceMapping object {}

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

RA3.cb.protocolMapping object {}

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

RA3.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

RA3.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

RA3.bl.forwardServiceRegistration bool true
RA3.bl.forwardProtocolRegistration bool true
RA3.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

RA3.bl.serviceMapping object {}

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

RA3.bl.protocolMapping object {}

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

RA3.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

RA3.li.interfaceTableModule string

Module path to the ~InterfaceTable module

RA3.li.forwardServiceRegistration bool true
RA3.li.forwardProtocolRegistration bool true
RA3.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

RA3.li.serviceMapping object {}

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

RA3.li.protocolMapping object {}

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

RA3.eth.bitrate double
RA3.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

RA3.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

RA3.nl.forwardServiceRegistration bool true
RA3.nl.forwardProtocolRegistration bool true
RA3.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

RA3.nl.serviceMapping object {}

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

RA3.nl.protocolMapping object {}

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

RA3.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

RA3.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

RA3.tn.forwardServiceRegistration bool true
RA3.tn.forwardProtocolRegistration bool true
RA3.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

RA3.tn.serviceMapping object {}

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

RA3.tn.protocolMapping object {}

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

RA3.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

RA3.at.interfaceTableModule string

Module path to the ~InterfaceTable module

RA3.at.forwardServiceRegistration bool true
RA3.at.forwardProtocolRegistration bool true
RA3.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

RA3.at.serviceMapping object {}

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

RA3.at.protocolMapping object {}

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

RA3.bgp.interfaceTableModule string

The path to the InterfaceTable module

RA3.bgp.routingTableModule string
RA3.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
RC5.status.displayStringTextFormat string ""

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

RC5.status.initialStatus string "UP"

TODO @signal, @statistic

RC5.environment.displayStringTextFormat string ""

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

RC5.environment.initStage int 0

Initialization stage for the setup command

RC5.environment.globalNamespace bool false

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

RC5.environment.namespace string ""

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

RC5.environment.setupCommand string ""

A host OS system command

RC5.environment.teardownCommand string ""

A host OS system command

RC5.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

RC5.pcapRecorder.verbose bool true

Whether to log packets on the module output

RC5.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RC5.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RC5.pcapRecorder.pcapFile string ""

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

RC5.pcapRecorder.fileFormat string "pcapng"
RC5.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

RC5.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).

RC5.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

RC5.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

RC5.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RC5.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RC5.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

RC5.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RC5.pcapRecorder.helpers string ""

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

RC5.pcapRecorder.alwaysFlush bool false

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

RC5.interfaceTable.displayStringTextFormat string ""

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

RC5.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

RC5.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

RC5.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

RC5.cb.forwardServiceRegistration bool true
RC5.cb.forwardProtocolRegistration bool true
RC5.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

RC5.cb.serviceMapping object {}

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

RC5.cb.protocolMapping object {}

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

RC5.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

RC5.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

RC5.bl.forwardServiceRegistration bool true
RC5.bl.forwardProtocolRegistration bool true
RC5.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

RC5.bl.serviceMapping object {}

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

RC5.bl.protocolMapping object {}

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

RC5.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

RC5.li.interfaceTableModule string

Module path to the ~InterfaceTable module

RC5.li.forwardServiceRegistration bool true
RC5.li.forwardProtocolRegistration bool true
RC5.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

RC5.li.serviceMapping object {}

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

RC5.li.protocolMapping object {}

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

RC5.eth.bitrate double
RC5.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

RC5.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

RC5.nl.forwardServiceRegistration bool true
RC5.nl.forwardProtocolRegistration bool true
RC5.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

RC5.nl.serviceMapping object {}

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

RC5.nl.protocolMapping object {}

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

RC5.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

RC5.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

RC5.tn.forwardServiceRegistration bool true
RC5.tn.forwardProtocolRegistration bool true
RC5.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

RC5.tn.serviceMapping object {}

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

RC5.tn.protocolMapping object {}

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

RC5.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

RC5.at.interfaceTableModule string

Module path to the ~InterfaceTable module

RC5.at.forwardServiceRegistration bool true
RC5.at.forwardProtocolRegistration bool true
RC5.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

RC5.at.serviceMapping object {}

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

RC5.at.protocolMapping object {}

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

RC5.bgp.interfaceTableModule string

The path to the InterfaceTable module

RC5.bgp.routingTableModule string
RC5.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
PA3.macTable.agingTime double
PA3.macTable.forwardingTableFile string
PA3.interfaceTable.displayStringTextFormat string ""

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

PA3.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

PA3.status.displayStringTextFormat string ""

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

PA3.status.initialStatus string "UP"

TODO @signal, @statistic

PA3.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

PA3.pcapRecorder.verbose bool true

Whether to log packets on the module output

PA3.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

PA3.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

PA3.pcapRecorder.pcapFile string ""

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

PA3.pcapRecorder.fileFormat string "pcapng"
PA3.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

PA3.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).

PA3.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

PA3.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

PA3.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

PA3.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

PA3.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

PA3.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

PA3.pcapRecorder.helpers string ""

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

PA3.pcapRecorder.alwaysFlush bool false

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

PA3.mrp.ccmInterval double
PA3.mrp.mrpRole string
PA3.mrp.timingProfile int
PA3.mrp.uuid0 int
PA3.mrp.uuid1 int
PA3.mrp.ringPort1 int
PA3.mrp.ringPort2 int
PA3.mrp.interconnectionLinkCheckAware bool
PA3.mrp.interconnectionRingCheckAware bool
PA3.mrp.nonblockingMrcSupported bool
PA3.mrp.reactOnLinkChange bool
PA3.mrp.visualize bool
PA3.stp.helloTime double
PA3.stp.forwardDelay double
PA3.stp.maxAge double
PA3.stp.bridgePriority int
PA3.stp.visualize bool
PA3.gptp.gptpNodeType string "BRIDGE_NODE"
PA3.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

PA3.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

PA3.sc.forwardServiceRegistration bool true
PA3.sc.forwardProtocolRegistration bool true
PA3.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

PA3.sc.serviceMapping object {}

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

PA3.sc.protocolMapping object {}

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

PA3.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

PA3.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

PA3.cb.forwardServiceRegistration bool true
PA3.cb.forwardProtocolRegistration bool true
PA3.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

PA3.cb.serviceMapping object {}

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

PA3.cb.protocolMapping object {}

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

PA3.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

PA3.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

PA3.bl.forwardServiceRegistration bool true
PA3.bl.forwardProtocolRegistration bool true
PA3.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

PA3.bl.serviceMapping object {}

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

PA3.bl.protocolMapping object {}

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

PA3.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

PA3.li.interfaceTableModule string

Module path to the ~InterfaceTable module

PA3.li.forwardServiceRegistration bool true
PA3.li.forwardProtocolRegistration bool true
PA3.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

PA3.li.serviceMapping object {}

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

PA3.li.protocolMapping object {}

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

PA3.eth.bitrate double
PB1.macTable.agingTime double
PB1.macTable.forwardingTableFile string
PB1.interfaceTable.displayStringTextFormat string ""

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

PB1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

PB1.status.displayStringTextFormat string ""

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

PB1.status.initialStatus string "UP"

TODO @signal, @statistic

PB1.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

PB1.pcapRecorder.verbose bool true

Whether to log packets on the module output

PB1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

PB1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

PB1.pcapRecorder.pcapFile string ""

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

PB1.pcapRecorder.fileFormat string "pcapng"
PB1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

PB1.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).

PB1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

PB1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

PB1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

PB1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

PB1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

PB1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

PB1.pcapRecorder.helpers string ""

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

PB1.pcapRecorder.alwaysFlush bool false

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

PB1.mrp.ccmInterval double
PB1.mrp.mrpRole string
PB1.mrp.timingProfile int
PB1.mrp.uuid0 int
PB1.mrp.uuid1 int
PB1.mrp.ringPort1 int
PB1.mrp.ringPort2 int
PB1.mrp.interconnectionLinkCheckAware bool
PB1.mrp.interconnectionRingCheckAware bool
PB1.mrp.nonblockingMrcSupported bool
PB1.mrp.reactOnLinkChange bool
PB1.mrp.visualize bool
PB1.stp.helloTime double
PB1.stp.forwardDelay double
PB1.stp.maxAge double
PB1.stp.bridgePriority int
PB1.stp.visualize bool
PB1.gptp.gptpNodeType string "BRIDGE_NODE"
PB1.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

PB1.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

PB1.sc.forwardServiceRegistration bool true
PB1.sc.forwardProtocolRegistration bool true
PB1.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

PB1.sc.serviceMapping object {}

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

PB1.sc.protocolMapping object {}

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

PB1.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

PB1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

PB1.cb.forwardServiceRegistration bool true
PB1.cb.forwardProtocolRegistration bool true
PB1.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

PB1.cb.serviceMapping object {}

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

PB1.cb.protocolMapping object {}

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

PB1.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

PB1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

PB1.bl.forwardServiceRegistration bool true
PB1.bl.forwardProtocolRegistration bool true
PB1.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

PB1.bl.serviceMapping object {}

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

PB1.bl.protocolMapping object {}

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

PB1.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

PB1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

PB1.li.forwardServiceRegistration bool true
PB1.li.forwardProtocolRegistration bool true
PB1.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

PB1.li.serviceMapping object {}

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

PB1.li.protocolMapping object {}

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

PB1.eth.bitrate double
PD1.macTable.agingTime double
PD1.macTable.forwardingTableFile string
PD1.interfaceTable.displayStringTextFormat string ""

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

PD1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

PD1.status.displayStringTextFormat string ""

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

PD1.status.initialStatus string "UP"

TODO @signal, @statistic

PD1.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

PD1.pcapRecorder.verbose bool true

Whether to log packets on the module output

PD1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

PD1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

PD1.pcapRecorder.pcapFile string ""

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

PD1.pcapRecorder.fileFormat string "pcapng"
PD1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

PD1.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).

PD1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

PD1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

PD1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

PD1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

PD1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

PD1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

PD1.pcapRecorder.helpers string ""

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

PD1.pcapRecorder.alwaysFlush bool false

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

PD1.mrp.ccmInterval double
PD1.mrp.mrpRole string
PD1.mrp.timingProfile int
PD1.mrp.uuid0 int
PD1.mrp.uuid1 int
PD1.mrp.ringPort1 int
PD1.mrp.ringPort2 int
PD1.mrp.interconnectionLinkCheckAware bool
PD1.mrp.interconnectionRingCheckAware bool
PD1.mrp.nonblockingMrcSupported bool
PD1.mrp.reactOnLinkChange bool
PD1.mrp.visualize bool
PD1.stp.helloTime double
PD1.stp.forwardDelay double
PD1.stp.maxAge double
PD1.stp.bridgePriority int
PD1.stp.visualize bool
PD1.gptp.gptpNodeType string "BRIDGE_NODE"
PD1.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

PD1.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

PD1.sc.forwardServiceRegistration bool true
PD1.sc.forwardProtocolRegistration bool true
PD1.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

PD1.sc.serviceMapping object {}

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

PD1.sc.protocolMapping object {}

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

PD1.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

PD1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

PD1.cb.forwardServiceRegistration bool true
PD1.cb.forwardProtocolRegistration bool true
PD1.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

PD1.cb.serviceMapping object {}

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

PD1.cb.protocolMapping object {}

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

PD1.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

PD1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

PD1.bl.forwardServiceRegistration bool true
PD1.bl.forwardProtocolRegistration bool true
PD1.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

PD1.bl.serviceMapping object {}

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

PD1.bl.protocolMapping object {}

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

PD1.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

PD1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

PD1.li.forwardServiceRegistration bool true
PD1.li.forwardProtocolRegistration bool true
PD1.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

PD1.li.serviceMapping object {}

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

PD1.li.protocolMapping object {}

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

PD1.eth.bitrate double
PE1.macTable.agingTime double
PE1.macTable.forwardingTableFile string
PE1.interfaceTable.displayStringTextFormat string ""

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

PE1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

PE1.status.displayStringTextFormat string ""

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

PE1.status.initialStatus string "UP"

TODO @signal, @statistic

PE1.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

PE1.pcapRecorder.verbose bool true

Whether to log packets on the module output

PE1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

PE1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

PE1.pcapRecorder.pcapFile string ""

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

PE1.pcapRecorder.fileFormat string "pcapng"
PE1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

PE1.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).

PE1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

PE1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

PE1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

PE1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

PE1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

PE1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

PE1.pcapRecorder.helpers string ""

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

PE1.pcapRecorder.alwaysFlush bool false

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

PE1.mrp.ccmInterval double
PE1.mrp.mrpRole string
PE1.mrp.timingProfile int
PE1.mrp.uuid0 int
PE1.mrp.uuid1 int
PE1.mrp.ringPort1 int
PE1.mrp.ringPort2 int
PE1.mrp.interconnectionLinkCheckAware bool
PE1.mrp.interconnectionRingCheckAware bool
PE1.mrp.nonblockingMrcSupported bool
PE1.mrp.reactOnLinkChange bool
PE1.mrp.visualize bool
PE1.stp.helloTime double
PE1.stp.forwardDelay double
PE1.stp.maxAge double
PE1.stp.bridgePriority int
PE1.stp.visualize bool
PE1.gptp.gptpNodeType string "BRIDGE_NODE"
PE1.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

PE1.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

PE1.sc.forwardServiceRegistration bool true
PE1.sc.forwardProtocolRegistration bool true
PE1.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

PE1.sc.serviceMapping object {}

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

PE1.sc.protocolMapping object {}

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

PE1.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

PE1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

PE1.cb.forwardServiceRegistration bool true
PE1.cb.forwardProtocolRegistration bool true
PE1.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

PE1.cb.serviceMapping object {}

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

PE1.cb.protocolMapping object {}

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

PE1.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

PE1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

PE1.bl.forwardServiceRegistration bool true
PE1.bl.forwardProtocolRegistration bool true
PE1.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

PE1.bl.serviceMapping object {}

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

PE1.bl.protocolMapping object {}

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

PE1.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

PE1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

PE1.li.forwardServiceRegistration bool true
PE1.li.forwardProtocolRegistration bool true
PE1.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

PE1.li.serviceMapping object {}

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

PE1.li.protocolMapping object {}

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

PE1.eth.bitrate double
HA11.status.displayStringTextFormat string ""

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

HA11.status.initialStatus string "UP"

TODO @signal, @statistic

HA11.environment.displayStringTextFormat string ""

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

HA11.environment.initStage int 0

Initialization stage for the setup command

HA11.environment.globalNamespace bool false

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

HA11.environment.namespace string ""

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

HA11.environment.setupCommand string ""

A host OS system command

HA11.environment.teardownCommand string ""

A host OS system command

HA11.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

HA11.pcapRecorder.verbose bool true

Whether to log packets on the module output

HA11.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

HA11.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

HA11.pcapRecorder.pcapFile string ""

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

HA11.pcapRecorder.fileFormat string "pcapng"
HA11.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

HA11.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).

HA11.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

HA11.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

HA11.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

HA11.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

HA11.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

HA11.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

HA11.pcapRecorder.helpers string ""

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

HA11.pcapRecorder.alwaysFlush bool false

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

HA11.interfaceTable.displayStringTextFormat string ""

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

HA11.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

HA11.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

HA11.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

HA11.cb.forwardServiceRegistration bool true
HA11.cb.forwardProtocolRegistration bool true
HA11.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

HA11.cb.serviceMapping object {}

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

HA11.cb.protocolMapping object {}

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

HA11.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

HA11.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

HA11.bl.forwardServiceRegistration bool true
HA11.bl.forwardProtocolRegistration bool true
HA11.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

HA11.bl.serviceMapping object {}

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

HA11.bl.protocolMapping object {}

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

HA11.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

HA11.li.interfaceTableModule string

Module path to the ~InterfaceTable module

HA11.li.forwardServiceRegistration bool true
HA11.li.forwardProtocolRegistration bool true
HA11.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

HA11.li.serviceMapping object {}

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

HA11.li.protocolMapping object {}

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

HA11.eth.bitrate double
HA11.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

HA11.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

HA11.nl.forwardServiceRegistration bool true
HA11.nl.forwardProtocolRegistration bool true
HA11.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

HA11.nl.serviceMapping object {}

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

HA11.nl.protocolMapping object {}

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

HA11.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

HA11.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

HA11.tn.forwardServiceRegistration bool true
HA11.tn.forwardProtocolRegistration bool true
HA11.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

HA11.tn.serviceMapping object {}

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

HA11.tn.protocolMapping object {}

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

HA11.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

HA11.at.interfaceTableModule string

Module path to the ~InterfaceTable module

HA11.at.forwardServiceRegistration bool true
HA11.at.forwardProtocolRegistration bool true
HA11.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

HA11.at.serviceMapping object {}

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

HA11.at.protocolMapping object {}

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

HA12.status.displayStringTextFormat string ""

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

HA12.status.initialStatus string "UP"

TODO @signal, @statistic

HA12.environment.displayStringTextFormat string ""

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

HA12.environment.initStage int 0

Initialization stage for the setup command

HA12.environment.globalNamespace bool false

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

HA12.environment.namespace string ""

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

HA12.environment.setupCommand string ""

A host OS system command

HA12.environment.teardownCommand string ""

A host OS system command

HA12.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

HA12.pcapRecorder.verbose bool true

Whether to log packets on the module output

HA12.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

HA12.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

HA12.pcapRecorder.pcapFile string ""

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

HA12.pcapRecorder.fileFormat string "pcapng"
HA12.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

HA12.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).

HA12.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

HA12.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

HA12.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

HA12.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

HA12.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

HA12.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

HA12.pcapRecorder.helpers string ""

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

HA12.pcapRecorder.alwaysFlush bool false

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

HA12.interfaceTable.displayStringTextFormat string ""

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

HA12.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

HA12.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

HA12.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

HA12.cb.forwardServiceRegistration bool true
HA12.cb.forwardProtocolRegistration bool true
HA12.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

HA12.cb.serviceMapping object {}

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

HA12.cb.protocolMapping object {}

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

HA12.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

HA12.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

HA12.bl.forwardServiceRegistration bool true
HA12.bl.forwardProtocolRegistration bool true
HA12.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

HA12.bl.serviceMapping object {}

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

HA12.bl.protocolMapping object {}

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

HA12.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

HA12.li.interfaceTableModule string

Module path to the ~InterfaceTable module

HA12.li.forwardServiceRegistration bool true
HA12.li.forwardProtocolRegistration bool true
HA12.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

HA12.li.serviceMapping object {}

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

HA12.li.protocolMapping object {}

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

HA12.eth.bitrate double
HA12.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

HA12.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

HA12.nl.forwardServiceRegistration bool true
HA12.nl.forwardProtocolRegistration bool true
HA12.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

HA12.nl.serviceMapping object {}

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

HA12.nl.protocolMapping object {}

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

HA12.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

HA12.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

HA12.tn.forwardServiceRegistration bool true
HA12.tn.forwardProtocolRegistration bool true
HA12.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

HA12.tn.serviceMapping object {}

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

HA12.tn.protocolMapping object {}

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

HA12.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

HA12.at.interfaceTableModule string

Module path to the ~InterfaceTable module

HA12.at.forwardServiceRegistration bool true
HA12.at.forwardProtocolRegistration bool true
HA12.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

HA12.at.serviceMapping object {}

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

HA12.at.protocolMapping object {}

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

HB11.status.displayStringTextFormat string ""

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

HB11.status.initialStatus string "UP"

TODO @signal, @statistic

HB11.environment.displayStringTextFormat string ""

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

HB11.environment.initStage int 0

Initialization stage for the setup command

HB11.environment.globalNamespace bool false

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

HB11.environment.namespace string ""

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

HB11.environment.setupCommand string ""

A host OS system command

HB11.environment.teardownCommand string ""

A host OS system command

HB11.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

HB11.pcapRecorder.verbose bool true

Whether to log packets on the module output

HB11.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

HB11.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

HB11.pcapRecorder.pcapFile string ""

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

HB11.pcapRecorder.fileFormat string "pcapng"
HB11.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

HB11.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).

HB11.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

HB11.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

HB11.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

HB11.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

HB11.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

HB11.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

HB11.pcapRecorder.helpers string ""

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

HB11.pcapRecorder.alwaysFlush bool false

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

HB11.interfaceTable.displayStringTextFormat string ""

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

HB11.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

HB11.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

HB11.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

HB11.cb.forwardServiceRegistration bool true
HB11.cb.forwardProtocolRegistration bool true
HB11.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

HB11.cb.serviceMapping object {}

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

HB11.cb.protocolMapping object {}

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

HB11.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

HB11.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

HB11.bl.forwardServiceRegistration bool true
HB11.bl.forwardProtocolRegistration bool true
HB11.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

HB11.bl.serviceMapping object {}

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

HB11.bl.protocolMapping object {}

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

HB11.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

HB11.li.interfaceTableModule string

Module path to the ~InterfaceTable module

HB11.li.forwardServiceRegistration bool true
HB11.li.forwardProtocolRegistration bool true
HB11.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

HB11.li.serviceMapping object {}

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

HB11.li.protocolMapping object {}

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

HB11.eth.bitrate double
HB11.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

HB11.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

HB11.nl.forwardServiceRegistration bool true
HB11.nl.forwardProtocolRegistration bool true
HB11.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

HB11.nl.serviceMapping object {}

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

HB11.nl.protocolMapping object {}

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

HB11.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

HB11.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

HB11.tn.forwardServiceRegistration bool true
HB11.tn.forwardProtocolRegistration bool true
HB11.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

HB11.tn.serviceMapping object {}

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

HB11.tn.protocolMapping object {}

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

HB11.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

HB11.at.interfaceTableModule string

Module path to the ~InterfaceTable module

HB11.at.forwardServiceRegistration bool true
HB11.at.forwardProtocolRegistration bool true
HB11.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

HB11.at.serviceMapping object {}

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

HB11.at.protocolMapping object {}

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

HB12.status.displayStringTextFormat string ""

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

HB12.status.initialStatus string "UP"

TODO @signal, @statistic

HB12.environment.displayStringTextFormat string ""

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

HB12.environment.initStage int 0

Initialization stage for the setup command

HB12.environment.globalNamespace bool false

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

HB12.environment.namespace string ""

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

HB12.environment.setupCommand string ""

A host OS system command

HB12.environment.teardownCommand string ""

A host OS system command

HB12.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

HB12.pcapRecorder.verbose bool true

Whether to log packets on the module output

HB12.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

HB12.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

HB12.pcapRecorder.pcapFile string ""

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

HB12.pcapRecorder.fileFormat string "pcapng"
HB12.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

HB12.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).

HB12.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

HB12.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

HB12.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

HB12.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

HB12.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

HB12.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

HB12.pcapRecorder.helpers string ""

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

HB12.pcapRecorder.alwaysFlush bool false

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

HB12.interfaceTable.displayStringTextFormat string ""

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

HB12.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

HB12.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

HB12.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

HB12.cb.forwardServiceRegistration bool true
HB12.cb.forwardProtocolRegistration bool true
HB12.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

HB12.cb.serviceMapping object {}

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

HB12.cb.protocolMapping object {}

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

HB12.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

HB12.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

HB12.bl.forwardServiceRegistration bool true
HB12.bl.forwardProtocolRegistration bool true
HB12.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

HB12.bl.serviceMapping object {}

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

HB12.bl.protocolMapping object {}

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

HB12.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

HB12.li.interfaceTableModule string

Module path to the ~InterfaceTable module

HB12.li.forwardServiceRegistration bool true
HB12.li.forwardProtocolRegistration bool true
HB12.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

HB12.li.serviceMapping object {}

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

HB12.li.protocolMapping object {}

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

HB12.eth.bitrate double
HB12.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

HB12.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

HB12.nl.forwardServiceRegistration bool true
HB12.nl.forwardProtocolRegistration bool true
HB12.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

HB12.nl.serviceMapping object {}

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

HB12.nl.protocolMapping object {}

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

HB12.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

HB12.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

HB12.tn.forwardServiceRegistration bool true
HB12.tn.forwardProtocolRegistration bool true
HB12.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

HB12.tn.serviceMapping object {}

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

HB12.tn.protocolMapping object {}

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

HB12.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

HB12.at.interfaceTableModule string

Module path to the ~InterfaceTable module

HB12.at.forwardServiceRegistration bool true
HB12.at.forwardProtocolRegistration bool true
HB12.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

HB12.at.serviceMapping object {}

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

HB12.at.protocolMapping object {}

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

HD11.status.displayStringTextFormat string ""

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

HD11.status.initialStatus string "UP"

TODO @signal, @statistic

HD11.environment.displayStringTextFormat string ""

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

HD11.environment.initStage int 0

Initialization stage for the setup command

HD11.environment.globalNamespace bool false

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

HD11.environment.namespace string ""

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

HD11.environment.setupCommand string ""

A host OS system command

HD11.environment.teardownCommand string ""

A host OS system command

HD11.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

HD11.pcapRecorder.verbose bool true

Whether to log packets on the module output

HD11.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

HD11.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

HD11.pcapRecorder.pcapFile string ""

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

HD11.pcapRecorder.fileFormat string "pcapng"
HD11.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

HD11.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).

HD11.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

HD11.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

HD11.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

HD11.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

HD11.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

HD11.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

HD11.pcapRecorder.helpers string ""

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

HD11.pcapRecorder.alwaysFlush bool false

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

HD11.interfaceTable.displayStringTextFormat string ""

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

HD11.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

HD11.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

HD11.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

HD11.cb.forwardServiceRegistration bool true
HD11.cb.forwardProtocolRegistration bool true
HD11.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

HD11.cb.serviceMapping object {}

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

HD11.cb.protocolMapping object {}

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

HD11.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

HD11.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

HD11.bl.forwardServiceRegistration bool true
HD11.bl.forwardProtocolRegistration bool true
HD11.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

HD11.bl.serviceMapping object {}

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

HD11.bl.protocolMapping object {}

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

HD11.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

HD11.li.interfaceTableModule string

Module path to the ~InterfaceTable module

HD11.li.forwardServiceRegistration bool true
HD11.li.forwardProtocolRegistration bool true
HD11.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

HD11.li.serviceMapping object {}

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

HD11.li.protocolMapping object {}

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

HD11.eth.bitrate double
HD11.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

HD11.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

HD11.nl.forwardServiceRegistration bool true
HD11.nl.forwardProtocolRegistration bool true
HD11.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

HD11.nl.serviceMapping object {}

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

HD11.nl.protocolMapping object {}

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

HD11.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

HD11.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

HD11.tn.forwardServiceRegistration bool true
HD11.tn.forwardProtocolRegistration bool true
HD11.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

HD11.tn.serviceMapping object {}

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

HD11.tn.protocolMapping object {}

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

HD11.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

HD11.at.interfaceTableModule string

Module path to the ~InterfaceTable module

HD11.at.forwardServiceRegistration bool true
HD11.at.forwardProtocolRegistration bool true
HD11.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

HD11.at.serviceMapping object {}

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

HD11.at.protocolMapping object {}

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

HD12.status.displayStringTextFormat string ""

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

HD12.status.initialStatus string "UP"

TODO @signal, @statistic

HD12.environment.displayStringTextFormat string ""

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

HD12.environment.initStage int 0

Initialization stage for the setup command

HD12.environment.globalNamespace bool false

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

HD12.environment.namespace string ""

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

HD12.environment.setupCommand string ""

A host OS system command

HD12.environment.teardownCommand string ""

A host OS system command

HD12.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

HD12.pcapRecorder.verbose bool true

Whether to log packets on the module output

HD12.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

HD12.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

HD12.pcapRecorder.pcapFile string ""

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

HD12.pcapRecorder.fileFormat string "pcapng"
HD12.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

HD12.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).

HD12.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

HD12.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

HD12.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

HD12.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

HD12.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

HD12.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

HD12.pcapRecorder.helpers string ""

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

HD12.pcapRecorder.alwaysFlush bool false

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

HD12.interfaceTable.displayStringTextFormat string ""

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

HD12.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

HD12.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

HD12.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

HD12.cb.forwardServiceRegistration bool true
HD12.cb.forwardProtocolRegistration bool true
HD12.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

HD12.cb.serviceMapping object {}

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

HD12.cb.protocolMapping object {}

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

HD12.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

HD12.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

HD12.bl.forwardServiceRegistration bool true
HD12.bl.forwardProtocolRegistration bool true
HD12.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

HD12.bl.serviceMapping object {}

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

HD12.bl.protocolMapping object {}

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

HD12.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

HD12.li.interfaceTableModule string

Module path to the ~InterfaceTable module

HD12.li.forwardServiceRegistration bool true
HD12.li.forwardProtocolRegistration bool true
HD12.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

HD12.li.serviceMapping object {}

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

HD12.li.protocolMapping object {}

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

HD12.eth.bitrate double
HD12.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

HD12.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

HD12.nl.forwardServiceRegistration bool true
HD12.nl.forwardProtocolRegistration bool true
HD12.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

HD12.nl.serviceMapping object {}

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

HD12.nl.protocolMapping object {}

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

HD12.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

HD12.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

HD12.tn.forwardServiceRegistration bool true
HD12.tn.forwardProtocolRegistration bool true
HD12.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

HD12.tn.serviceMapping object {}

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

HD12.tn.protocolMapping object {}

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

HD12.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

HD12.at.interfaceTableModule string

Module path to the ~InterfaceTable module

HD12.at.forwardServiceRegistration bool true
HD12.at.forwardProtocolRegistration bool true
HD12.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

HD12.at.serviceMapping object {}

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

HD12.at.protocolMapping object {}

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

HE11.status.displayStringTextFormat string ""

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

HE11.status.initialStatus string "UP"

TODO @signal, @statistic

HE11.environment.displayStringTextFormat string ""

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

HE11.environment.initStage int 0

Initialization stage for the setup command

HE11.environment.globalNamespace bool false

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

HE11.environment.namespace string ""

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

HE11.environment.setupCommand string ""

A host OS system command

HE11.environment.teardownCommand string ""

A host OS system command

HE11.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

HE11.pcapRecorder.verbose bool true

Whether to log packets on the module output

HE11.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

HE11.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

HE11.pcapRecorder.pcapFile string ""

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

HE11.pcapRecorder.fileFormat string "pcapng"
HE11.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

HE11.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).

HE11.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

HE11.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

HE11.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

HE11.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

HE11.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

HE11.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

HE11.pcapRecorder.helpers string ""

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

HE11.pcapRecorder.alwaysFlush bool false

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

HE11.interfaceTable.displayStringTextFormat string ""

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

HE11.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

HE11.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

HE11.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

HE11.cb.forwardServiceRegistration bool true
HE11.cb.forwardProtocolRegistration bool true
HE11.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

HE11.cb.serviceMapping object {}

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

HE11.cb.protocolMapping object {}

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

HE11.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

HE11.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

HE11.bl.forwardServiceRegistration bool true
HE11.bl.forwardProtocolRegistration bool true
HE11.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

HE11.bl.serviceMapping object {}

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

HE11.bl.protocolMapping object {}

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

HE11.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

HE11.li.interfaceTableModule string

Module path to the ~InterfaceTable module

HE11.li.forwardServiceRegistration bool true
HE11.li.forwardProtocolRegistration bool true
HE11.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

HE11.li.serviceMapping object {}

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

HE11.li.protocolMapping object {}

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

HE11.eth.bitrate double
HE11.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

HE11.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

HE11.nl.forwardServiceRegistration bool true
HE11.nl.forwardProtocolRegistration bool true
HE11.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

HE11.nl.serviceMapping object {}

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

HE11.nl.protocolMapping object {}

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

HE11.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

HE11.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

HE11.tn.forwardServiceRegistration bool true
HE11.tn.forwardProtocolRegistration bool true
HE11.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

HE11.tn.serviceMapping object {}

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

HE11.tn.protocolMapping object {}

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

HE11.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

HE11.at.interfaceTableModule string

Module path to the ~InterfaceTable module

HE11.at.forwardServiceRegistration bool true
HE11.at.forwardProtocolRegistration bool true
HE11.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

HE11.at.serviceMapping object {}

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

HE11.at.protocolMapping object {}

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

HE12.status.displayStringTextFormat string ""

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

HE12.status.initialStatus string "UP"

TODO @signal, @statistic

HE12.environment.displayStringTextFormat string ""

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

HE12.environment.initStage int 0

Initialization stage for the setup command

HE12.environment.globalNamespace bool false

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

HE12.environment.namespace string ""

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

HE12.environment.setupCommand string ""

A host OS system command

HE12.environment.teardownCommand string ""

A host OS system command

HE12.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

HE12.pcapRecorder.verbose bool true

Whether to log packets on the module output

HE12.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

HE12.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

HE12.pcapRecorder.pcapFile string ""

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

HE12.pcapRecorder.fileFormat string "pcapng"
HE12.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

HE12.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).

HE12.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

HE12.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

HE12.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

HE12.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

HE12.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

HE12.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

HE12.pcapRecorder.helpers string ""

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

HE12.pcapRecorder.alwaysFlush bool false

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

HE12.interfaceTable.displayStringTextFormat string ""

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

HE12.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

HE12.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

HE12.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

HE12.cb.forwardServiceRegistration bool true
HE12.cb.forwardProtocolRegistration bool true
HE12.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

HE12.cb.serviceMapping object {}

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

HE12.cb.protocolMapping object {}

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

HE12.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

HE12.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

HE12.bl.forwardServiceRegistration bool true
HE12.bl.forwardProtocolRegistration bool true
HE12.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

HE12.bl.serviceMapping object {}

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

HE12.bl.protocolMapping object {}

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

HE12.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

HE12.li.interfaceTableModule string

Module path to the ~InterfaceTable module

HE12.li.forwardServiceRegistration bool true
HE12.li.forwardProtocolRegistration bool true
HE12.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

HE12.li.serviceMapping object {}

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

HE12.li.protocolMapping object {}

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

HE12.eth.bitrate double
HE12.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

HE12.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

HE12.nl.forwardServiceRegistration bool true
HE12.nl.forwardProtocolRegistration bool true
HE12.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

HE12.nl.serviceMapping object {}

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

HE12.nl.protocolMapping object {}

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

HE12.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

HE12.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

HE12.tn.forwardServiceRegistration bool true
HE12.tn.forwardProtocolRegistration bool true
HE12.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

HE12.tn.serviceMapping object {}

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

HE12.tn.protocolMapping object {}

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

HE12.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

HE12.at.interfaceTableModule string

Module path to the ~InterfaceTable module

HE12.at.forwardServiceRegistration bool true
HE12.at.forwardProtocolRegistration bool true
HE12.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

HE12.at.serviceMapping object {}

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

HE12.at.protocolMapping object {}

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

Source code

network BgpNetwork
{
    types:
        channel LINK_100 extends ThruputMeteringChannel
        {
            parameters:
                delay = 50us;
                datarate = 100Mbps;
                displayAsTooltip = true;
                thruputDisplayFormat = "#N";
        }
    submodules:
        visualizer: IntegratedCanvasVisualizer {
            parameters:
                @display("p=100,100;is=s");
        }
        configurator: Ipv4NetworkConfigurator {
            parameters:
                @display("p=100,200;is=s");
                config = xmldoc("IPv4Config.xml");
                addStaticRoutes = false;
                addDefaultRoutes = false;
                addSubnetRoutes = false;
        }
        A1: BgpRouter {
            parameters:
                @display("p=600,80");
            gates:
                pppg[2];
        }
        A2: BgpRouter {
            parameters:
                @display("p=450,240");
            gates:
                pppg[2];
        }
        B1: BgpRouter {
            parameters:
                @display("p=450,400");
            gates:
                pppg[2];
                ethg[1];
        }
        C1: BgpRouter {
            parameters:
                @display("p=700,160");
            gates:
                pppg[2];
        }
        C2: BgpRouter {
            parameters:
                @display("p=625,320");
            gates:
                pppg[2];
        }
        C3: BgpRouter {
            parameters:
                @display("p=900,160");
            gates:
                pppg[2];
        }
        C4: BgpRouter {
            parameters:
                @display("p=900,320");
            gates:
                pppg[2];
        }
        D1: BgpRouter {
            parameters:
                @display("p=1000,80");
            gates:
                pppg[1];
                ethg[1];
        }
        E1: BgpRouter {
            parameters:
                @display("p=1000,400");
            gates:
                pppg[1];
                ethg[1];
        }
        RA3: OspfRouter {
            parameters:
                @display("p=450,80;i=device/router");
            gates:
                pppg[2];
                ethg[1];
        }
        RC5: OspfRouter {
            parameters:
                @display("p=800,240;i=device/router");
            gates:
                pppg[4];
        }
        PA3: EthernetSwitch {
            parameters:
                @display("p=250,80;i=device/switch");
            gates:
                ethg[3];
        }
        PB1: EthernetSwitch {
            parameters:
                @display("p=250,400;i=device/switch");
            gates:
                ethg[3];
        }
        PD1: EthernetSwitch {
            parameters:
                @display("p=1150,80;i=device/switch");
            gates:
                ethg[3];
        }
        PE1: EthernetSwitch {
            parameters:
                @display("p=1150,400;i=device/switch");
            gates:
                ethg[3];
        }
        HA11: StandardHost {
            parameters:
                @display("p=175,160;i=device/pc");
            gates:
                ethg[1];
        }
        HA12: StandardHost {
            parameters:
                @display("p=325,160;i=device/pc");
            gates:
                ethg[1];
        }
        HB11: StandardHost {
            parameters:
                @display("p=325,480;i=device/pc");
            gates:
                ethg[1];
        }
        HB12: StandardHost {
            parameters:
                @display("p=175,480;i=device/pc");
            gates:
                ethg[1];
        }
        HD11: StandardHost {
            parameters:
                @display("p=1075,160;i=device/pc");
            gates:
                ethg[1];
        }
        HD12: StandardHost {
            parameters:
                @display("p=1225,160;i=device/pc");
            gates:
                ethg[1];
        }
        HE11: StandardHost {
            parameters:
                @display("p=1075,480;i=device/pc");
            gates:
                ethg[1];
        }
        HE12: StandardHost {
            parameters:
                @display("p=1225,480;i=device/pc");
            gates:
                ethg[1];
        }
    connections:
        //LAN RA3
        HA11.ethg[0] <--> LINK_100 <--> PA3.ethg[0];
        HA12.ethg[0] <--> LINK_100 <--> PA3.ethg[1];
        PA3.ethg[2] <--> LINK_100 <--> RA3.ethg[0];

        //LAN B1
        HB11.ethg[0] <--> LINK_100 <--> PB1.ethg[0];
        HB12.ethg[0] <--> LINK_100 <--> PB1.ethg[1];
        PB1.ethg[2] <--> LINK_100 <--> B1.ethg[0];

        //LAN D1
        HD11.ethg[0] <--> LINK_100 <--> PD1.ethg[0];
        HD12.ethg[0] <--> LINK_100 <--> PD1.ethg[1];
        PD1.ethg[2] <--> LINK_100 <--> D1.ethg[0];

        //LAN E1
        HE11.ethg[0] <--> LINK_100 <--> PE1.ethg[0];
        HE12.ethg[0] <--> LINK_100 <--> PE1.ethg[1];
        PE1.ethg[2] <--> LINK_100 <--> E1.ethg[0];

        //OSPF A
        RA3.pppg[0] <--> LINK_100 <--> A1.pppg[1];
        RA3.pppg[1] <--> LINK_100 <--> A2.pppg[1];

        //OSPF C
        RC5.pppg[0] <--> LINK_100 <--> C1.pppg[1];
        RC5.pppg[1] <--> LINK_100 <--> C2.pppg[1];
        RC5.pppg[2] <--> LINK_100 <--> C3.pppg[1];
        RC5.pppg[3] <--> LINK_100 <--> C4.pppg[1];

        //BGP
        A1.pppg[0] <--> LINK_100 <--> C1.pppg[0];
        A2.pppg[0] <--> LINK_100 <--> B1.pppg[0];
        B1.pppg[1] <--> LINK_100 <--> C2.pppg[0];
        C3.pppg[0] <--> LINK_100 <--> D1.pppg[0];
        C4.pppg[0] <--> LINK_100 <--> E1.pppg[0];
}

File: examples/bgpv4/BgpCompleteTest/Network.ned