Package: inet.examples.ospfv2.areas
OSPF_AreaTest
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 |
|---|---|---|---|
| Area1.R1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Area1.R1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Area1.R1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Area1.R1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Area1.R1.environment.setupCommand | string | "" |
A host OS system command |
| Area1.R1.environment.teardownCommand | string | "" |
A host OS system command |
| Area1.R1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Area1.R1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Area1.R1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Area1.R1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Area1.R1.pcapRecorder.fileFormat | string | "pcapng" | |
| Area1.R1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Area1.R1.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| Area1.R1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Area1.R1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Area1.R1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Area1.R1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Area1.R1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Area1.R1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Area1.R1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Area1.R1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Area1.R1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Area1.R1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R1.cb.forwardServiceRegistration | bool | true | |
| Area1.R1.cb.forwardProtocolRegistration | bool | true | |
| Area1.R1.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R1.bl.forwardServiceRegistration | bool | true | |
| Area1.R1.bl.forwardProtocolRegistration | bool | true | |
| Area1.R1.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R1.li.forwardServiceRegistration | bool | true | |
| Area1.R1.li.forwardProtocolRegistration | bool | true | |
| Area1.R1.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R1.eth.bitrate | double | ||
| Area1.R1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R1.nl.forwardServiceRegistration | bool | true | |
| Area1.R1.nl.forwardProtocolRegistration | bool | true | |
| Area1.R1.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R1.tn.forwardServiceRegistration | bool | true | |
| Area1.R1.tn.forwardProtocolRegistration | bool | true | |
| Area1.R1.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R1.at.forwardServiceRegistration | bool | true | |
| Area1.R1.at.forwardProtocolRegistration | bool | true | |
| Area1.R1.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Area1.R1.bgp.routingTableModule | string | ||
| Area1.R1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Area1.N1.macTable.agingTime | double | ||
| Area1.N1.macTable.forwardingTableFile | string | ||
| Area1.N1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Area1.N1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Area1.N1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Area1.N1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Area1.N1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Area1.N1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Area1.N1.pcapRecorder.fileFormat | string | "pcapng" | |
| Area1.N1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Area1.N1.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| Area1.N1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Area1.N1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Area1.N1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Area1.N1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Area1.N1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Area1.N1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Area1.N1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Area1.N1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Area1.N1.mrp.ccmInterval | double | ||
| Area1.N1.mrp.mrpRole | string | ||
| Area1.N1.mrp.timingProfile | int | ||
| Area1.N1.mrp.uuid0 | int | ||
| Area1.N1.mrp.uuid1 | int | ||
| Area1.N1.mrp.ringPort1 | int | ||
| Area1.N1.mrp.ringPort2 | int | ||
| Area1.N1.mrp.interconnectionLinkCheckAware | bool | ||
| Area1.N1.mrp.interconnectionRingCheckAware | bool | ||
| Area1.N1.mrp.nonblockingMrcSupported | bool | ||
| Area1.N1.mrp.reactOnLinkChange | bool | ||
| Area1.N1.mrp.visualize | bool | ||
| Area1.N1.stp.helloTime | double | ||
| Area1.N1.stp.forwardDelay | double | ||
| Area1.N1.stp.maxAge | double | ||
| Area1.N1.stp.bridgePriority | int | ||
| Area1.N1.stp.visualize | bool | ||
| Area1.N1.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| Area1.N1.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N1.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.N1.sc.forwardServiceRegistration | bool | true | |
| Area1.N1.sc.forwardProtocolRegistration | bool | true | |
| Area1.N1.sc.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.N1.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.N1.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.N1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.N1.cb.forwardServiceRegistration | bool | true | |
| Area1.N1.cb.forwardProtocolRegistration | bool | true | |
| Area1.N1.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.N1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.N1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.N1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.N1.bl.forwardServiceRegistration | bool | true | |
| Area1.N1.bl.forwardProtocolRegistration | bool | true | |
| Area1.N1.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.N1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.N1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.N1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.N1.li.forwardServiceRegistration | bool | true | |
| Area1.N1.li.forwardProtocolRegistration | bool | true | |
| Area1.N1.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.N1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.N1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.N1.eth.bitrate | double | ||
| Area1.N2.macTable.agingTime | double | ||
| Area1.N2.macTable.forwardingTableFile | string | ||
| Area1.N2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Area1.N2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Area1.N2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Area1.N2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Area1.N2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Area1.N2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Area1.N2.pcapRecorder.fileFormat | string | "pcapng" | |
| Area1.N2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Area1.N2.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| Area1.N2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Area1.N2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Area1.N2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Area1.N2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Area1.N2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Area1.N2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Area1.N2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Area1.N2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Area1.N2.mrp.ccmInterval | double | ||
| Area1.N2.mrp.mrpRole | string | ||
| Area1.N2.mrp.timingProfile | int | ||
| Area1.N2.mrp.uuid0 | int | ||
| Area1.N2.mrp.uuid1 | int | ||
| Area1.N2.mrp.ringPort1 | int | ||
| Area1.N2.mrp.ringPort2 | int | ||
| Area1.N2.mrp.interconnectionLinkCheckAware | bool | ||
| Area1.N2.mrp.interconnectionRingCheckAware | bool | ||
| Area1.N2.mrp.nonblockingMrcSupported | bool | ||
| Area1.N2.mrp.reactOnLinkChange | bool | ||
| Area1.N2.mrp.visualize | bool | ||
| Area1.N2.stp.helloTime | double | ||
| Area1.N2.stp.forwardDelay | double | ||
| Area1.N2.stp.maxAge | double | ||
| Area1.N2.stp.bridgePriority | int | ||
| Area1.N2.stp.visualize | bool | ||
| Area1.N2.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| Area1.N2.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N2.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.N2.sc.forwardServiceRegistration | bool | true | |
| Area1.N2.sc.forwardProtocolRegistration | bool | true | |
| Area1.N2.sc.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.N2.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.N2.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.N2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.N2.cb.forwardServiceRegistration | bool | true | |
| Area1.N2.cb.forwardProtocolRegistration | bool | true | |
| Area1.N2.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.N2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.N2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.N2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.N2.bl.forwardServiceRegistration | bool | true | |
| Area1.N2.bl.forwardProtocolRegistration | bool | true | |
| Area1.N2.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.N2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.N2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.N2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.N2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.N2.li.forwardServiceRegistration | bool | true | |
| Area1.N2.li.forwardProtocolRegistration | bool | true | |
| Area1.N2.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.N2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.N2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.N2.eth.bitrate | double | ||
| Area1.R3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Area1.R3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Area1.R3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Area1.R3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Area1.R3.environment.setupCommand | string | "" |
A host OS system command |
| Area1.R3.environment.teardownCommand | string | "" |
A host OS system command |
| Area1.R3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Area1.R3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Area1.R3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Area1.R3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Area1.R3.pcapRecorder.fileFormat | string | "pcapng" | |
| Area1.R3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Area1.R3.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| Area1.R3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Area1.R3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Area1.R3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Area1.R3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Area1.R3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Area1.R3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Area1.R3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Area1.R3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Area1.R3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Area1.R3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R3.cb.forwardServiceRegistration | bool | true | |
| Area1.R3.cb.forwardProtocolRegistration | bool | true | |
| Area1.R3.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R3.bl.forwardServiceRegistration | bool | true | |
| Area1.R3.bl.forwardProtocolRegistration | bool | true | |
| Area1.R3.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R3.li.forwardServiceRegistration | bool | true | |
| Area1.R3.li.forwardProtocolRegistration | bool | true | |
| Area1.R3.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R3.eth.bitrate | double | ||
| Area1.R3.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R3.nl.forwardServiceRegistration | bool | true | |
| Area1.R3.nl.forwardProtocolRegistration | bool | true | |
| Area1.R3.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R3.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R3.tn.forwardServiceRegistration | bool | true | |
| Area1.R3.tn.forwardProtocolRegistration | bool | true | |
| Area1.R3.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R3.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R3.at.forwardServiceRegistration | bool | true | |
| Area1.R3.at.forwardProtocolRegistration | bool | true | |
| Area1.R3.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Area1.R3.bgp.routingTableModule | string | ||
| Area1.R3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Area1.H1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Area1.H1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Area1.H1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Area1.H1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Area1.H1.environment.setupCommand | string | "" |
A host OS system command |
| Area1.H1.environment.teardownCommand | string | "" |
A host OS system command |
| Area1.H1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Area1.H1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Area1.H1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Area1.H1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Area1.H1.pcapRecorder.fileFormat | string | "pcapng" | |
| Area1.H1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Area1.H1.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| Area1.H1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Area1.H1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Area1.H1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Area1.H1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Area1.H1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Area1.H1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Area1.H1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Area1.H1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Area1.H1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Area1.H1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H1.cb.forwardServiceRegistration | bool | true | |
| Area1.H1.cb.forwardProtocolRegistration | bool | true | |
| Area1.H1.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.H1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H1.bl.forwardServiceRegistration | bool | true | |
| Area1.H1.bl.forwardProtocolRegistration | bool | true | |
| Area1.H1.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.H1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H1.li.forwardServiceRegistration | bool | true | |
| Area1.H1.li.forwardProtocolRegistration | bool | true | |
| Area1.H1.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.H1.eth.bitrate | double | ||
| Area1.H1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H1.nl.forwardServiceRegistration | bool | true | |
| Area1.H1.nl.forwardProtocolRegistration | bool | true | |
| Area1.H1.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.H1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H1.tn.forwardServiceRegistration | bool | true | |
| Area1.H1.tn.forwardProtocolRegistration | bool | true | |
| Area1.H1.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.H1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H1.at.forwardServiceRegistration | bool | true | |
| Area1.H1.at.forwardProtocolRegistration | bool | true | |
| Area1.H1.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.H2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Area1.H2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Area1.H2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Area1.H2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Area1.H2.environment.setupCommand | string | "" |
A host OS system command |
| Area1.H2.environment.teardownCommand | string | "" |
A host OS system command |
| Area1.H2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Area1.H2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Area1.H2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Area1.H2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Area1.H2.pcapRecorder.fileFormat | string | "pcapng" | |
| Area1.H2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Area1.H2.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| Area1.H2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Area1.H2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Area1.H2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Area1.H2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Area1.H2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Area1.H2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Area1.H2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Area1.H2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Area1.H2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Area1.H2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H2.cb.forwardServiceRegistration | bool | true | |
| Area1.H2.cb.forwardProtocolRegistration | bool | true | |
| Area1.H2.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.H2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H2.bl.forwardServiceRegistration | bool | true | |
| Area1.H2.bl.forwardProtocolRegistration | bool | true | |
| Area1.H2.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.H2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H2.li.forwardServiceRegistration | bool | true | |
| Area1.H2.li.forwardProtocolRegistration | bool | true | |
| Area1.H2.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.H2.eth.bitrate | double | ||
| Area1.H2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H2.nl.forwardServiceRegistration | bool | true | |
| Area1.H2.nl.forwardProtocolRegistration | bool | true | |
| Area1.H2.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.H2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H2.tn.forwardServiceRegistration | bool | true | |
| Area1.H2.tn.forwardProtocolRegistration | bool | true | |
| Area1.H2.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.H2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.H2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.H2.at.forwardServiceRegistration | bool | true | |
| Area1.H2.at.forwardProtocolRegistration | bool | true | |
| Area1.H2.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.H2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.H2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Area1.R2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Area1.R2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Area1.R2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Area1.R2.environment.setupCommand | string | "" |
A host OS system command |
| Area1.R2.environment.teardownCommand | string | "" |
A host OS system command |
| Area1.R2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Area1.R2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Area1.R2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Area1.R2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Area1.R2.pcapRecorder.fileFormat | string | "pcapng" | |
| Area1.R2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Area1.R2.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| Area1.R2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Area1.R2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Area1.R2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Area1.R2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Area1.R2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Area1.R2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Area1.R2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Area1.R2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Area1.R2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Area1.R2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R2.cb.forwardServiceRegistration | bool | true | |
| Area1.R2.cb.forwardProtocolRegistration | bool | true | |
| Area1.R2.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R2.bl.forwardServiceRegistration | bool | true | |
| Area1.R2.bl.forwardProtocolRegistration | bool | true | |
| Area1.R2.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R2.li.forwardServiceRegistration | bool | true | |
| Area1.R2.li.forwardProtocolRegistration | bool | true | |
| Area1.R2.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R2.eth.bitrate | double | ||
| Area1.R2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R2.nl.forwardServiceRegistration | bool | true | |
| Area1.R2.nl.forwardProtocolRegistration | bool | true | |
| Area1.R2.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R2.tn.forwardServiceRegistration | bool | true | |
| Area1.R2.tn.forwardProtocolRegistration | bool | true | |
| Area1.R2.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area1.R2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area1.R2.at.forwardServiceRegistration | bool | true | |
| Area1.R2.at.forwardProtocolRegistration | bool | true | |
| Area1.R2.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area1.R2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area1.R2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area1.R2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Area1.R2.bgp.routingTableModule | string | ||
| Area1.R2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Area2.H3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.H3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Area2.H3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.H3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Area2.H3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Area2.H3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Area2.H3.environment.setupCommand | string | "" |
A host OS system command |
| Area2.H3.environment.teardownCommand | string | "" |
A host OS system command |
| Area2.H3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.H3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Area2.H3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Area2.H3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Area2.H3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Area2.H3.pcapRecorder.fileFormat | string | "pcapng" | |
| Area2.H3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Area2.H3.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| Area2.H3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Area2.H3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Area2.H3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Area2.H3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Area2.H3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Area2.H3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Area2.H3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Area2.H3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Area2.H3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.H3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Area2.H3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.H3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.H3.cb.forwardServiceRegistration | bool | true | |
| Area2.H3.cb.forwardProtocolRegistration | bool | true | |
| Area2.H3.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.H3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.H3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.H3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.H3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.H3.bl.forwardServiceRegistration | bool | true | |
| Area2.H3.bl.forwardProtocolRegistration | bool | true | |
| Area2.H3.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.H3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.H3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.H3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.H3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.H3.li.forwardServiceRegistration | bool | true | |
| Area2.H3.li.forwardProtocolRegistration | bool | true | |
| Area2.H3.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.H3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.H3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.H3.eth.bitrate | double | ||
| Area2.H3.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.H3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.H3.nl.forwardServiceRegistration | bool | true | |
| Area2.H3.nl.forwardProtocolRegistration | bool | true | |
| Area2.H3.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.H3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.H3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.H3.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.H3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.H3.tn.forwardServiceRegistration | bool | true | |
| Area2.H3.tn.forwardProtocolRegistration | bool | true | |
| Area2.H3.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.H3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.H3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.H3.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.H3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.H3.at.forwardServiceRegistration | bool | true | |
| Area2.H3.at.forwardProtocolRegistration | bool | true | |
| Area2.H3.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.H3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.H3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.N3.macTable.agingTime | double | ||
| Area2.N3.macTable.forwardingTableFile | string | ||
| Area2.N3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.N3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Area2.N3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.N3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Area2.N3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.N3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Area2.N3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Area2.N3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Area2.N3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Area2.N3.pcapRecorder.fileFormat | string | "pcapng" | |
| Area2.N3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Area2.N3.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| Area2.N3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Area2.N3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Area2.N3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Area2.N3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Area2.N3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Area2.N3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Area2.N3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Area2.N3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Area2.N3.mrp.ccmInterval | double | ||
| Area2.N3.mrp.mrpRole | string | ||
| Area2.N3.mrp.timingProfile | int | ||
| Area2.N3.mrp.uuid0 | int | ||
| Area2.N3.mrp.uuid1 | int | ||
| Area2.N3.mrp.ringPort1 | int | ||
| Area2.N3.mrp.ringPort2 | int | ||
| Area2.N3.mrp.interconnectionLinkCheckAware | bool | ||
| Area2.N3.mrp.interconnectionRingCheckAware | bool | ||
| Area2.N3.mrp.nonblockingMrcSupported | bool | ||
| Area2.N3.mrp.reactOnLinkChange | bool | ||
| Area2.N3.mrp.visualize | bool | ||
| Area2.N3.stp.helloTime | double | ||
| Area2.N3.stp.forwardDelay | double | ||
| Area2.N3.stp.maxAge | double | ||
| Area2.N3.stp.bridgePriority | int | ||
| Area2.N3.stp.visualize | bool | ||
| Area2.N3.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| Area2.N3.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.N3.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.N3.sc.forwardServiceRegistration | bool | true | |
| Area2.N3.sc.forwardProtocolRegistration | bool | true | |
| Area2.N3.sc.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.N3.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.N3.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.N3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.N3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.N3.cb.forwardServiceRegistration | bool | true | |
| Area2.N3.cb.forwardProtocolRegistration | bool | true | |
| Area2.N3.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.N3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.N3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.N3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.N3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.N3.bl.forwardServiceRegistration | bool | true | |
| Area2.N3.bl.forwardProtocolRegistration | bool | true | |
| Area2.N3.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.N3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.N3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.N3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.N3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.N3.li.forwardServiceRegistration | bool | true | |
| Area2.N3.li.forwardProtocolRegistration | bool | true | |
| Area2.N3.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.N3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.N3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.N3.eth.bitrate | double | ||
| Area2.R5.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R5.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Area2.R5.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R5.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Area2.R5.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Area2.R5.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Area2.R5.environment.setupCommand | string | "" |
A host OS system command |
| Area2.R5.environment.teardownCommand | string | "" |
A host OS system command |
| Area2.R5.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R5.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Area2.R5.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Area2.R5.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Area2.R5.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Area2.R5.pcapRecorder.fileFormat | string | "pcapng" | |
| Area2.R5.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Area2.R5.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| Area2.R5.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Area2.R5.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Area2.R5.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Area2.R5.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Area2.R5.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Area2.R5.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Area2.R5.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Area2.R5.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Area2.R5.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R5.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Area2.R5.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R5.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R5.cb.forwardServiceRegistration | bool | true | |
| Area2.R5.cb.forwardProtocolRegistration | bool | true | |
| Area2.R5.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R5.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R5.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R5.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R5.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R5.bl.forwardServiceRegistration | bool | true | |
| Area2.R5.bl.forwardProtocolRegistration | bool | true | |
| Area2.R5.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R5.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R5.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R5.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R5.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R5.li.forwardServiceRegistration | bool | true | |
| Area2.R5.li.forwardProtocolRegistration | bool | true | |
| Area2.R5.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R5.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R5.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R5.eth.bitrate | double | ||
| Area2.R5.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R5.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R5.nl.forwardServiceRegistration | bool | true | |
| Area2.R5.nl.forwardProtocolRegistration | bool | true | |
| Area2.R5.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R5.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R5.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R5.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R5.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R5.tn.forwardServiceRegistration | bool | true | |
| Area2.R5.tn.forwardProtocolRegistration | bool | true | |
| Area2.R5.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R5.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R5.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R5.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R5.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R5.at.forwardServiceRegistration | bool | true | |
| Area2.R5.at.forwardProtocolRegistration | bool | true | |
| Area2.R5.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R5.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R5.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R5.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Area2.R5.bgp.routingTableModule | string | ||
| Area2.R5.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Area2.R4.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Area2.R4.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R4.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Area2.R4.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Area2.R4.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Area2.R4.environment.setupCommand | string | "" |
A host OS system command |
| Area2.R4.environment.teardownCommand | string | "" |
A host OS system command |
| Area2.R4.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R4.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Area2.R4.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Area2.R4.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Area2.R4.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Area2.R4.pcapRecorder.fileFormat | string | "pcapng" | |
| Area2.R4.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Area2.R4.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| Area2.R4.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Area2.R4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Area2.R4.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Area2.R4.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Area2.R4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Area2.R4.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Area2.R4.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Area2.R4.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Area2.R4.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R4.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Area2.R4.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R4.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R4.cb.forwardServiceRegistration | bool | true | |
| Area2.R4.cb.forwardProtocolRegistration | bool | true | |
| Area2.R4.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R4.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R4.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R4.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R4.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R4.bl.forwardServiceRegistration | bool | true | |
| Area2.R4.bl.forwardProtocolRegistration | bool | true | |
| Area2.R4.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R4.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R4.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R4.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R4.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R4.li.forwardServiceRegistration | bool | true | |
| Area2.R4.li.forwardProtocolRegistration | bool | true | |
| Area2.R4.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R4.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R4.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R4.eth.bitrate | double | ||
| Area2.R4.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R4.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R4.nl.forwardServiceRegistration | bool | true | |
| Area2.R4.nl.forwardProtocolRegistration | bool | true | |
| Area2.R4.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R4.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R4.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R4.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R4.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R4.tn.forwardServiceRegistration | bool | true | |
| Area2.R4.tn.forwardProtocolRegistration | bool | true | |
| Area2.R4.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R4.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R4.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R4.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Area2.R4.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Area2.R4.at.forwardServiceRegistration | bool | true | |
| Area2.R4.at.forwardProtocolRegistration | bool | true | |
| Area2.R4.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| Area2.R4.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Area2.R4.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Area2.R4.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Area2.R4.bgp.routingTableModule | string | ||
| Area2.R4.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.addSubnetRoutes | bool | true |
Add subnet routes instead of destination interface routes (only where applicable; used only if addStaticRoutes is true) |
| configurator.addDirectRoutes | bool | true |
Add direct routes towards local network members (i.e. directly connected interfaces) to the routing table (used only if addStaticRoutes is true) |
| configurator.optimizeRoutes | bool | true |
Optimize routing tables by merging routes, the resulting routing table might route more packets than the original (used only if addStaticRoutes is true) |
| configurator.updateRoutes | bool | false |
Recalculate static routes if an interface goes down/up or a carrier is lost/back |
| configurator.dumpTopology | bool | false |
Print extracted network topology to the module output |
| configurator.dumpLinks | bool | false |
Print recognized network links to the module output |
| configurator.dumpAddresses | bool | false |
Print assigned IP addresses for all interfaces to the module output |
| configurator.dumpRoutes | bool | false |
Print configured and optimized routing tables for all nodes to the module output |
| configurator.dumpConfig | string | "" |
Write configuration into the given config file that can be fed back to speed up subsequent runs (network configurations) |
Source code
network OSPF_AreaTest { submodules: Area1: TwoNetsArea { parameters: @display("p=250,100;b=100,100"); gates: ethg[1]; } Area2: OneNetArea { parameters: @display("p=500,100;b=100,100"); gates: ethg[1]; } configurator: Ipv4NetworkConfigurator { parameters: config = xml("<config>"+ "<interface among='Area1.*' address='192.168.11.x' netmask='255.255.255.x' />"+ "<interface among='Area2.*' address='192.168.22.x' netmask='255.255.255.x' />"+ "<interface hosts='Area1.*' towards='Area2.*' address='192.168.0.x' netmask='255.255.255.x' />"+ "<interface hosts='Area2.*' towards='Area1.*' address='192.168.0.x' netmask='255.255.255.x' />"+ "<route hosts='Area*.H*' destination='*' netmask='0.0.0.0' interface='eth0' />"+ "</config>"); addStaticRoutes = false; addDefaultRoutes = false; assignDisjunctSubnetAddresses = false; @display("p=100,100;is=s"); } connections: Area1.ethg[0] <--> ThruputMeteringChannel { delay = 0.1us; datarate = 100 Mbps; thruputDisplayFormat = "#N"; } <--> Area2.ethg[0]; }File: examples/ospfv2/areas/Areas.ned