Package: inet.examples.ospfv2.areatests
OSPF_BackboneTest
network(no description)
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" : "" | |
| 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_BackboneTest { submodules: Backbone: TestArea { parameters: numHosts = 10; @display("p=300,150;b=100,100"); } configurator: Ipv4NetworkConfigurator { parameters: // "<route hosts='Backbone.R[*]' destination='224.0.0.0' netmask='240.0.0.0' interface='eth0' />"+ // "<route hosts='Backbone.R[*]' destination='224.0.0.0' netmask='240.0.0.0' interface='eth0' />"+ config = xml("<config>"+ "<interface hosts='Backbone.*' address='192.168.1.x' netmask='255.255.255.x' />"+ "<multicast-group hosts='Backbone.R[*]' address='224.0.0.5 224.0.0.6' />"+ "<route hosts='Backbone.H[*]' destination='*' netmask='0.0.0.0' interface='eth0' />"+ // "<route hosts='Backbone.R[*]' destination='224.0.0.0' netmask='240.0.0.0' interface='eth0' />"+ "<route hosts='Backbone.R[*]' destination='224.0.0.0' netmask='240.0.0.0' interface='eth1' />"+ "<route hosts='Backbone.R[*]' 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"); } }File: examples/ospfv2/areatests/BackboneTest.ned