OSPF_BackboneAndOneStubTest

Package: inet.examples.ospfv2.areatests

OSPF_BackboneAndOneStubTest

network

(no description)

Backbone : TestArea

Source:
Backbone: TestArea {
    parameters:
        extGates = 1;
        @display("p=300,150;b=100,100");
} Stub1 : TestArea

Source:
Stub1: TestArea {
    parameters:
        extGates = 1;
        @display("p=500,150;b=100,100");
} configurator : Ipv4NetworkConfigurator

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

Source:
configurator: Ipv4NetworkConfigurator {
    parameters:
        config = xml("<config>"+
                            "<interface hosts='**.B[*]' names='eth0' address='192.168.3.x' netmask='255.255.255.x' />"+
                            "<interface hosts='Backbone.*' address='192.168.1.x' netmask... scenarioManager : ScenarioManager

~ScenarioManager is for setting up and controlling simulation experiments.

Source:
scenarioManager: ScenarioManager {
    @display("p=100,200;is=s");
}

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
Backbone.H.status.displayStringTextFormat string ""

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

Backbone.H.status.initialStatus string "UP"

TODO @signal, @statistic

Backbone.H.environment.displayStringTextFormat string ""

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

Backbone.H.environment.initStage int 0

Initialization stage for the setup command

Backbone.H.environment.globalNamespace bool false

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

Backbone.H.environment.namespace string ""

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

Backbone.H.environment.setupCommand string ""

A host OS system command

Backbone.H.environment.teardownCommand string ""

A host OS system command

Backbone.H.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

Backbone.H.pcapRecorder.verbose bool true

Whether to log packets on the module output

Backbone.H.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Backbone.H.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Backbone.H.pcapRecorder.pcapFile string ""

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

Backbone.H.pcapRecorder.fileFormat string "pcapng"
Backbone.H.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Backbone.H.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).

Backbone.H.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Backbone.H.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Backbone.H.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Backbone.H.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Backbone.H.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Backbone.H.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Backbone.H.pcapRecorder.helpers string ""

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

Backbone.H.pcapRecorder.alwaysFlush bool false

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

Backbone.H.interfaceTable.displayStringTextFormat string ""

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

Backbone.H.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Backbone.H.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

Backbone.H.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.H.cb.serviceMapping object {}

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

Backbone.H.cb.protocolMapping object {}

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

Backbone.H.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

Backbone.H.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.H.bl.serviceMapping object {}

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

Backbone.H.bl.protocolMapping object {}

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

Backbone.H.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

Backbone.H.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.H.li.serviceMapping object {}

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

Backbone.H.li.protocolMapping object {}

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

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

Backbone.H.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.H.nl.serviceMapping object {}

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

Backbone.H.nl.protocolMapping object {}

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

Backbone.H.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

Backbone.H.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.H.tn.serviceMapping object {}

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

Backbone.H.tn.protocolMapping object {}

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

Backbone.H.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

Backbone.H.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.H.at.serviceMapping object {}

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

Backbone.H.at.protocolMapping object {}

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

Backbone.N.macTable.agingTime double
Backbone.N.macTable.forwardingTableFile string
Backbone.N.interfaceTable.displayStringTextFormat string ""

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

Backbone.N.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Backbone.N.status.displayStringTextFormat string ""

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

Backbone.N.status.initialStatus string "UP"

TODO @signal, @statistic

Backbone.N.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

Backbone.N.pcapRecorder.verbose bool true

Whether to log packets on the module output

Backbone.N.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Backbone.N.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Backbone.N.pcapRecorder.pcapFile string ""

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

Backbone.N.pcapRecorder.fileFormat string "pcapng"
Backbone.N.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Backbone.N.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).

Backbone.N.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Backbone.N.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Backbone.N.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Backbone.N.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Backbone.N.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Backbone.N.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Backbone.N.pcapRecorder.helpers string ""

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

Backbone.N.pcapRecorder.alwaysFlush bool false

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

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

Backbone.N.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.N.sc.serviceMapping object {}

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

Backbone.N.sc.protocolMapping object {}

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

Backbone.N.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

Backbone.N.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.N.cb.serviceMapping object {}

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

Backbone.N.cb.protocolMapping object {}

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

Backbone.N.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

Backbone.N.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.N.bl.serviceMapping object {}

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

Backbone.N.bl.protocolMapping object {}

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

Backbone.N.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

Backbone.N.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.N.li.serviceMapping object {}

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

Backbone.N.li.protocolMapping object {}

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

Backbone.N.eth.bitrate double
Backbone.R.status.displayStringTextFormat string ""

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

Backbone.R.status.initialStatus string "UP"

TODO @signal, @statistic

Backbone.R.environment.displayStringTextFormat string ""

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

Backbone.R.environment.initStage int 0

Initialization stage for the setup command

Backbone.R.environment.globalNamespace bool false

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

Backbone.R.environment.namespace string ""

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

Backbone.R.environment.setupCommand string ""

A host OS system command

Backbone.R.environment.teardownCommand string ""

A host OS system command

Backbone.R.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

Backbone.R.pcapRecorder.verbose bool true

Whether to log packets on the module output

Backbone.R.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Backbone.R.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Backbone.R.pcapRecorder.pcapFile string ""

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

Backbone.R.pcapRecorder.fileFormat string "pcapng"
Backbone.R.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Backbone.R.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).

Backbone.R.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Backbone.R.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Backbone.R.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Backbone.R.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Backbone.R.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Backbone.R.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Backbone.R.pcapRecorder.helpers string ""

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

Backbone.R.pcapRecorder.alwaysFlush bool false

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

Backbone.R.interfaceTable.displayStringTextFormat string ""

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

Backbone.R.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Backbone.R.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

Backbone.R.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.R.cb.serviceMapping object {}

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

Backbone.R.cb.protocolMapping object {}

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

Backbone.R.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

Backbone.R.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.R.bl.serviceMapping object {}

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

Backbone.R.bl.protocolMapping object {}

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

Backbone.R.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

Backbone.R.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.R.li.serviceMapping object {}

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

Backbone.R.li.protocolMapping object {}

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

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

Backbone.R.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.R.nl.serviceMapping object {}

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

Backbone.R.nl.protocolMapping object {}

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

Backbone.R.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

Backbone.R.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.R.tn.serviceMapping object {}

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

Backbone.R.tn.protocolMapping object {}

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

Backbone.R.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

Backbone.R.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.R.at.serviceMapping object {}

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

Backbone.R.at.protocolMapping object {}

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

Backbone.R.bgp.interfaceTableModule string

The path to the InterfaceTable module

Backbone.R.bgp.routingTableModule string
Backbone.R.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Backbone.B.status.displayStringTextFormat string ""

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

Backbone.B.status.initialStatus string "UP"

TODO @signal, @statistic

Backbone.B.environment.displayStringTextFormat string ""

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

Backbone.B.environment.initStage int 0

Initialization stage for the setup command

Backbone.B.environment.globalNamespace bool false

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

Backbone.B.environment.namespace string ""

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

Backbone.B.environment.setupCommand string ""

A host OS system command

Backbone.B.environment.teardownCommand string ""

A host OS system command

Backbone.B.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

Backbone.B.pcapRecorder.verbose bool true

Whether to log packets on the module output

Backbone.B.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Backbone.B.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Backbone.B.pcapRecorder.pcapFile string ""

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

Backbone.B.pcapRecorder.fileFormat string "pcapng"
Backbone.B.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Backbone.B.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).

Backbone.B.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Backbone.B.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Backbone.B.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Backbone.B.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Backbone.B.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Backbone.B.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Backbone.B.pcapRecorder.helpers string ""

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

Backbone.B.pcapRecorder.alwaysFlush bool false

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

Backbone.B.interfaceTable.displayStringTextFormat string ""

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

Backbone.B.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Backbone.B.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

Backbone.B.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.B.cb.serviceMapping object {}

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

Backbone.B.cb.protocolMapping object {}

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

Backbone.B.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

Backbone.B.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.B.bl.serviceMapping object {}

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

Backbone.B.bl.protocolMapping object {}

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

Backbone.B.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

Backbone.B.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.B.li.serviceMapping object {}

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

Backbone.B.li.protocolMapping object {}

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

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

Backbone.B.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.B.nl.serviceMapping object {}

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

Backbone.B.nl.protocolMapping object {}

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

Backbone.B.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

Backbone.B.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.B.tn.serviceMapping object {}

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

Backbone.B.tn.protocolMapping object {}

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

Backbone.B.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

Backbone.B.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Backbone.B.at.serviceMapping object {}

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

Backbone.B.at.protocolMapping object {}

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

Backbone.B.bgp.interfaceTableModule string

The path to the InterfaceTable module

Backbone.B.bgp.routingTableModule string
Backbone.B.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Stub1.H.status.displayStringTextFormat string ""

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

Stub1.H.status.initialStatus string "UP"

TODO @signal, @statistic

Stub1.H.environment.displayStringTextFormat string ""

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

Stub1.H.environment.initStage int 0

Initialization stage for the setup command

Stub1.H.environment.globalNamespace bool false

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

Stub1.H.environment.namespace string ""

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

Stub1.H.environment.setupCommand string ""

A host OS system command

Stub1.H.environment.teardownCommand string ""

A host OS system command

Stub1.H.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

Stub1.H.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub1.H.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub1.H.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub1.H.pcapRecorder.pcapFile string ""

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

Stub1.H.pcapRecorder.fileFormat string "pcapng"
Stub1.H.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub1.H.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).

Stub1.H.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub1.H.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub1.H.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub1.H.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub1.H.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub1.H.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub1.H.pcapRecorder.helpers string ""

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

Stub1.H.pcapRecorder.alwaysFlush bool false

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

Stub1.H.interfaceTable.displayStringTextFormat string ""

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

Stub1.H.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub1.H.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

Stub1.H.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.cb.serviceMapping object {}

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

Stub1.H.cb.protocolMapping object {}

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

Stub1.H.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

Stub1.H.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.bl.serviceMapping object {}

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

Stub1.H.bl.protocolMapping object {}

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

Stub1.H.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

Stub1.H.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.li.serviceMapping object {}

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

Stub1.H.li.protocolMapping object {}

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

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

Stub1.H.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.nl.serviceMapping object {}

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

Stub1.H.nl.protocolMapping object {}

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

Stub1.H.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

Stub1.H.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.tn.serviceMapping object {}

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

Stub1.H.tn.protocolMapping object {}

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

Stub1.H.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

Stub1.H.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.at.serviceMapping object {}

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

Stub1.H.at.protocolMapping object {}

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

Stub1.N.macTable.agingTime double
Stub1.N.macTable.forwardingTableFile string
Stub1.N.interfaceTable.displayStringTextFormat string ""

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

Stub1.N.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub1.N.status.displayStringTextFormat string ""

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

Stub1.N.status.initialStatus string "UP"

TODO @signal, @statistic

Stub1.N.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

Stub1.N.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub1.N.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub1.N.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub1.N.pcapRecorder.pcapFile string ""

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

Stub1.N.pcapRecorder.fileFormat string "pcapng"
Stub1.N.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub1.N.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).

Stub1.N.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub1.N.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub1.N.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub1.N.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub1.N.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub1.N.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub1.N.pcapRecorder.helpers string ""

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

Stub1.N.pcapRecorder.alwaysFlush bool false

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

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

Stub1.N.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.N.sc.serviceMapping object {}

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

Stub1.N.sc.protocolMapping object {}

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

Stub1.N.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

Stub1.N.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.N.cb.serviceMapping object {}

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

Stub1.N.cb.protocolMapping object {}

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

Stub1.N.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

Stub1.N.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.N.bl.serviceMapping object {}

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

Stub1.N.bl.protocolMapping object {}

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

Stub1.N.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

Stub1.N.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.N.li.serviceMapping object {}

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

Stub1.N.li.protocolMapping object {}

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

Stub1.N.eth.bitrate double
Stub1.R.status.displayStringTextFormat string ""

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

Stub1.R.status.initialStatus string "UP"

TODO @signal, @statistic

Stub1.R.environment.displayStringTextFormat string ""

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

Stub1.R.environment.initStage int 0

Initialization stage for the setup command

Stub1.R.environment.globalNamespace bool false

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

Stub1.R.environment.namespace string ""

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

Stub1.R.environment.setupCommand string ""

A host OS system command

Stub1.R.environment.teardownCommand string ""

A host OS system command

Stub1.R.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

Stub1.R.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub1.R.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub1.R.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub1.R.pcapRecorder.pcapFile string ""

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

Stub1.R.pcapRecorder.fileFormat string "pcapng"
Stub1.R.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub1.R.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).

Stub1.R.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub1.R.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub1.R.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub1.R.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub1.R.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub1.R.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub1.R.pcapRecorder.helpers string ""

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

Stub1.R.pcapRecorder.alwaysFlush bool false

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

Stub1.R.interfaceTable.displayStringTextFormat string ""

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

Stub1.R.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub1.R.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

Stub1.R.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.cb.serviceMapping object {}

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

Stub1.R.cb.protocolMapping object {}

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

Stub1.R.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

Stub1.R.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.bl.serviceMapping object {}

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

Stub1.R.bl.protocolMapping object {}

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

Stub1.R.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

Stub1.R.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.li.serviceMapping object {}

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

Stub1.R.li.protocolMapping object {}

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

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

Stub1.R.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.nl.serviceMapping object {}

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

Stub1.R.nl.protocolMapping object {}

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

Stub1.R.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

Stub1.R.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.tn.serviceMapping object {}

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

Stub1.R.tn.protocolMapping object {}

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

Stub1.R.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

Stub1.R.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.at.serviceMapping object {}

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

Stub1.R.at.protocolMapping object {}

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

Stub1.R.bgp.interfaceTableModule string

The path to the InterfaceTable module

Stub1.R.bgp.routingTableModule string
Stub1.R.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Stub1.B.status.displayStringTextFormat string ""

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

Stub1.B.status.initialStatus string "UP"

TODO @signal, @statistic

Stub1.B.environment.displayStringTextFormat string ""

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

Stub1.B.environment.initStage int 0

Initialization stage for the setup command

Stub1.B.environment.globalNamespace bool false

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

Stub1.B.environment.namespace string ""

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

Stub1.B.environment.setupCommand string ""

A host OS system command

Stub1.B.environment.teardownCommand string ""

A host OS system command

Stub1.B.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

Stub1.B.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub1.B.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub1.B.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub1.B.pcapRecorder.pcapFile string ""

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

Stub1.B.pcapRecorder.fileFormat string "pcapng"
Stub1.B.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub1.B.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).

Stub1.B.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub1.B.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub1.B.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub1.B.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub1.B.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub1.B.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub1.B.pcapRecorder.helpers string ""

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

Stub1.B.pcapRecorder.alwaysFlush bool false

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

Stub1.B.interfaceTable.displayStringTextFormat string ""

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

Stub1.B.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub1.B.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

Stub1.B.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.cb.serviceMapping object {}

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

Stub1.B.cb.protocolMapping object {}

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

Stub1.B.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

Stub1.B.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.bl.serviceMapping object {}

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

Stub1.B.bl.protocolMapping object {}

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

Stub1.B.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

Stub1.B.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.li.serviceMapping object {}

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

Stub1.B.li.protocolMapping object {}

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

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

Stub1.B.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.nl.serviceMapping object {}

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

Stub1.B.nl.protocolMapping object {}

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

Stub1.B.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

Stub1.B.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.tn.serviceMapping object {}

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

Stub1.B.tn.protocolMapping object {}

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

Stub1.B.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

Stub1.B.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.at.serviceMapping object {}

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

Stub1.B.at.protocolMapping object {}

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

Stub1.B.bgp.interfaceTableModule string

The path to the InterfaceTable module

Stub1.B.bgp.routingTableModule string
Stub1.B.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
configurator.displayStringTextFormat string ""

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

configurator.minLinkWeight double 1E-3
configurator.configureIsolatedNetworksSeparatly bool false
configurator.assignAddresses bool true

Assign IP addresses to all interfaces in the network

configurator.assignUniqueAddresses bool true

Avoid using the same address and raise an error if not possible

configurator.assignDisjunctSubnetAddresses bool true

Avoid using the same address prefix and netmask on different links when assigning IP addresses to interfaces

configurator.addSubnetRoutes bool true

Add subnet routes instead of destination interface routes (only where applicable; used only if addStaticRoutes is true)

configurator.addDirectRoutes bool true

Add direct routes towards local network members (i.e. directly connected interfaces) to the routing table (used only if addStaticRoutes is true)

configurator.optimizeRoutes bool true

Optimize routing tables by merging routes, the resulting routing table might route more packets than the original (used only if addStaticRoutes is true)

configurator.updateRoutes bool false

Recalculate static routes if an interface goes down/up or a carrier is lost/back

configurator.dumpTopology bool false

Print extracted network topology to the module output

configurator.dumpLinks bool false

Print recognized network links to the module output

configurator.dumpAddresses bool false

Print assigned IP addresses for all interfaces to the module output

configurator.dumpRoutes bool false

Print configured and optimized routing tables for all nodes to the module output

configurator.dumpConfig string ""

Write configuration into the given config file that can be fed back to speed up subsequent runs (network configurations)

scenarioManager.displayStringTextFormat string "total %c changes, %l left\nnext at: %t"

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

scenarioManager.script xml xml("")

Source code

network OSPF_BackboneAndOneStubTest
{
    types:
        channel C extends ThruputMeteringChannel
        {
            delay = 0.1us;
            datarate = 100Mbps;
            thruputDisplayFormat = "#N";
        }
    submodules:
        Backbone: TestArea {
            parameters:
                extGates = 1;
                @display("p=300,150;b=100,100");
        }
        Stub1: TestArea {
            parameters:
                extGates = 1;
                @display("p=500,150;b=100,100");
        }
        configurator: Ipv4NetworkConfigurator {
            parameters:
                config = xml("<config>"+
                            "<interface hosts='**.B[*]' names='eth0' address='192.168.3.x' netmask='255.255.255.x' />"+
                            "<interface hosts='Backbone.*' address='192.168.1.x' netmask='255.255.255.x' />"+
                            "<interface hosts='Stub1.*' address='192.168.2.x' netmask='255.255.255.x' />"+
                            "<multicast-group hosts='**.R[*]' address='224.0.0.5 224.0.0.6' />"+
                            "<route hosts='**.H[*]' destination='*' netmask='0.0.0.0' interface='eth0' />"+
                            "<route hosts='**.R[*] **.B[*]' destination='224.0.0.0' netmask='240.0.0.0' interface='eth0' />"+
                            "<route hosts='**.R[*] **.B[*]' destination='224.0.0.0' netmask='240.0.0.0' interface='eth1' />"+
                            "<route hosts='**.R[*] **.B[*]' destination='224.0.0.0' netmask='240.0.0.0' interface='eth2' />"+
                            "</config>");
                addStaticRoutes = false;
                addDefaultRoutes = false;
                @display("p=100,100;is=s");
        }
        scenarioManager: ScenarioManager {
            @display("p=100,200;is=s");
        }
    connections:
        Backbone.ethg[0] <--> C <--> Stub1.ethg[0];
}
File: examples/ospfv2/areatests/BackboneAndOneStub.ned