Package: inet.examples.ospfv2.fulltest
OSPF_Area2
compound module(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Used in
| Name | Type | Description |
|---|---|---|
| OSPF_RFC2328_Fig6 | network | (no description) |
Properties
| Name | Value | Description |
|---|---|---|
| display | p=10,10;b=424,400 |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| ethg [ ] | inout | 4 |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| RT8.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RT8.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RT8.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RT8.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RT8.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RT8.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RT8.environment.setupCommand | string | "" |
A host OS system command |
| RT8.environment.teardownCommand | string | "" |
A host OS system command |
| RT8.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RT8.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RT8.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RT8.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RT8.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RT8.pcapRecorder.fileFormat | string | "pcapng" | |
| RT8.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RT8.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| RT8.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RT8.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RT8.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RT8.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RT8.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RT8.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RT8.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RT8.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RT8.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RT8.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RT8.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RT8.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RT8.cb.forwardServiceRegistration | bool | true | |
| RT8.cb.forwardProtocolRegistration | bool | true | |
| RT8.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| RT8.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RT8.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RT8.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RT8.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RT8.bl.forwardServiceRegistration | bool | true | |
| RT8.bl.forwardProtocolRegistration | bool | true | |
| RT8.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| RT8.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RT8.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RT8.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RT8.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RT8.li.forwardServiceRegistration | bool | true | |
| RT8.li.forwardProtocolRegistration | bool | true | |
| RT8.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| RT8.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RT8.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RT8.eth.bitrate | double | ||
| RT8.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RT8.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RT8.nl.forwardServiceRegistration | bool | true | |
| RT8.nl.forwardProtocolRegistration | bool | true | |
| RT8.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| RT8.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RT8.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RT8.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RT8.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RT8.tn.forwardServiceRegistration | bool | true | |
| RT8.tn.forwardProtocolRegistration | bool | true | |
| RT8.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| RT8.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RT8.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RT8.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RT8.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RT8.at.forwardServiceRegistration | bool | true | |
| RT8.at.forwardProtocolRegistration | bool | true | |
| RT8.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| RT8.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RT8.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RT8.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RT8.bgp.routingTableModule | string | ||
| RT8.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| N6.hub.macTable.agingTime | double | ||
| N6.hub.macTable.forwardingTableFile | string | ||
| N6.hub.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.hub.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| N6.hub.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.hub.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| N6.hub.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.hub.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| N6.hub.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| N6.hub.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| N6.hub.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| N6.hub.pcapRecorder.fileFormat | string | "pcapng" | |
| N6.hub.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| N6.hub.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| N6.hub.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| N6.hub.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| N6.hub.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| N6.hub.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| N6.hub.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| N6.hub.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| N6.hub.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| N6.hub.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| N6.hub.mrp.ccmInterval | double | ||
| N6.hub.mrp.mrpRole | string | ||
| N6.hub.mrp.timingProfile | int | ||
| N6.hub.mrp.uuid0 | int | ||
| N6.hub.mrp.uuid1 | int | ||
| N6.hub.mrp.ringPort1 | int | ||
| N6.hub.mrp.ringPort2 | int | ||
| N6.hub.mrp.interconnectionLinkCheckAware | bool | ||
| N6.hub.mrp.interconnectionRingCheckAware | bool | ||
| N6.hub.mrp.nonblockingMrcSupported | bool | ||
| N6.hub.mrp.reactOnLinkChange | bool | ||
| N6.hub.mrp.visualize | bool | ||
| N6.hub.stp.helloTime | double | ||
| N6.hub.stp.forwardDelay | double | ||
| N6.hub.stp.maxAge | double | ||
| N6.hub.stp.bridgePriority | int | ||
| N6.hub.stp.visualize | bool | ||
| N6.hub.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| N6.hub.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.hub.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N6.hub.sc.forwardServiceRegistration | bool | true | |
| N6.hub.sc.forwardProtocolRegistration | bool | true | |
| N6.hub.sc.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N6.hub.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N6.hub.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N6.hub.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.hub.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N6.hub.cb.forwardServiceRegistration | bool | true | |
| N6.hub.cb.forwardProtocolRegistration | bool | true | |
| N6.hub.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N6.hub.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N6.hub.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N6.hub.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.hub.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N6.hub.bl.forwardServiceRegistration | bool | true | |
| N6.hub.bl.forwardProtocolRegistration | bool | true | |
| N6.hub.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N6.hub.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N6.hub.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N6.hub.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.hub.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N6.hub.li.forwardServiceRegistration | bool | true | |
| N6.hub.li.forwardProtocolRegistration | bool | true | |
| N6.hub.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N6.hub.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N6.hub.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N6.hub.eth.bitrate | double | ||
| N6.host.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.host.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| N6.host.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.host.environment.initStage | int | 0 |
Initialization stage for the setup command |
| N6.host.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| N6.host.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| N6.host.environment.setupCommand | string | "" |
A host OS system command |
| N6.host.environment.teardownCommand | string | "" |
A host OS system command |
| N6.host.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.host.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| N6.host.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| N6.host.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| N6.host.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| N6.host.pcapRecorder.fileFormat | string | "pcapng" | |
| N6.host.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| N6.host.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| N6.host.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| N6.host.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| N6.host.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| N6.host.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| N6.host.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| N6.host.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| N6.host.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| N6.host.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| N6.host.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.host.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| N6.host.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.host.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N6.host.cb.forwardServiceRegistration | bool | true | |
| N6.host.cb.forwardProtocolRegistration | bool | true | |
| N6.host.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N6.host.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N6.host.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N6.host.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.host.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N6.host.bl.forwardServiceRegistration | bool | true | |
| N6.host.bl.forwardProtocolRegistration | bool | true | |
| N6.host.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N6.host.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N6.host.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N6.host.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.host.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N6.host.li.forwardServiceRegistration | bool | true | |
| N6.host.li.forwardProtocolRegistration | bool | true | |
| N6.host.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N6.host.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N6.host.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N6.host.eth.bitrate | double | ||
| N6.host.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.host.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N6.host.nl.forwardServiceRegistration | bool | true | |
| N6.host.nl.forwardProtocolRegistration | bool | true | |
| N6.host.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N6.host.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N6.host.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N6.host.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.host.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N6.host.tn.forwardServiceRegistration | bool | true | |
| N6.host.tn.forwardProtocolRegistration | bool | true | |
| N6.host.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N6.host.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N6.host.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N6.host.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N6.host.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N6.host.at.forwardServiceRegistration | bool | true | |
| N6.host.at.forwardProtocolRegistration | bool | true | |
| N6.host.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N6.host.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N6.host.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N7.hub.macTable.agingTime | double | ||
| N7.hub.macTable.forwardingTableFile | string | ||
| N7.hub.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.hub.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| N7.hub.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.hub.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| N7.hub.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.hub.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| N7.hub.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| N7.hub.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| N7.hub.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| N7.hub.pcapRecorder.fileFormat | string | "pcapng" | |
| N7.hub.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| N7.hub.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| N7.hub.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| N7.hub.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| N7.hub.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| N7.hub.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| N7.hub.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| N7.hub.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| N7.hub.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| N7.hub.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| N7.hub.mrp.ccmInterval | double | ||
| N7.hub.mrp.mrpRole | string | ||
| N7.hub.mrp.timingProfile | int | ||
| N7.hub.mrp.uuid0 | int | ||
| N7.hub.mrp.uuid1 | int | ||
| N7.hub.mrp.ringPort1 | int | ||
| N7.hub.mrp.ringPort2 | int | ||
| N7.hub.mrp.interconnectionLinkCheckAware | bool | ||
| N7.hub.mrp.interconnectionRingCheckAware | bool | ||
| N7.hub.mrp.nonblockingMrcSupported | bool | ||
| N7.hub.mrp.reactOnLinkChange | bool | ||
| N7.hub.mrp.visualize | bool | ||
| N7.hub.stp.helloTime | double | ||
| N7.hub.stp.forwardDelay | double | ||
| N7.hub.stp.maxAge | double | ||
| N7.hub.stp.bridgePriority | int | ||
| N7.hub.stp.visualize | bool | ||
| N7.hub.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| N7.hub.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.hub.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N7.hub.sc.forwardServiceRegistration | bool | true | |
| N7.hub.sc.forwardProtocolRegistration | bool | true | |
| N7.hub.sc.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N7.hub.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N7.hub.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N7.hub.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.hub.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N7.hub.cb.forwardServiceRegistration | bool | true | |
| N7.hub.cb.forwardProtocolRegistration | bool | true | |
| N7.hub.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N7.hub.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N7.hub.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N7.hub.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.hub.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N7.hub.bl.forwardServiceRegistration | bool | true | |
| N7.hub.bl.forwardProtocolRegistration | bool | true | |
| N7.hub.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N7.hub.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N7.hub.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N7.hub.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.hub.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N7.hub.li.forwardServiceRegistration | bool | true | |
| N7.hub.li.forwardProtocolRegistration | bool | true | |
| N7.hub.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N7.hub.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N7.hub.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N7.hub.eth.bitrate | double | ||
| N7.host.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.host.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| N7.host.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.host.environment.initStage | int | 0 |
Initialization stage for the setup command |
| N7.host.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| N7.host.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| N7.host.environment.setupCommand | string | "" |
A host OS system command |
| N7.host.environment.teardownCommand | string | "" |
A host OS system command |
| N7.host.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.host.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| N7.host.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| N7.host.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| N7.host.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| N7.host.pcapRecorder.fileFormat | string | "pcapng" | |
| N7.host.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| N7.host.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| N7.host.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| N7.host.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| N7.host.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| N7.host.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| N7.host.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| N7.host.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| N7.host.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| N7.host.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| N7.host.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.host.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| N7.host.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.host.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N7.host.cb.forwardServiceRegistration | bool | true | |
| N7.host.cb.forwardProtocolRegistration | bool | true | |
| N7.host.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N7.host.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N7.host.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N7.host.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.host.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N7.host.bl.forwardServiceRegistration | bool | true | |
| N7.host.bl.forwardProtocolRegistration | bool | true | |
| N7.host.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N7.host.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N7.host.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N7.host.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.host.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N7.host.li.forwardServiceRegistration | bool | true | |
| N7.host.li.forwardProtocolRegistration | bool | true | |
| N7.host.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N7.host.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N7.host.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N7.host.eth.bitrate | double | ||
| N7.host.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.host.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N7.host.nl.forwardServiceRegistration | bool | true | |
| N7.host.nl.forwardProtocolRegistration | bool | true | |
| N7.host.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N7.host.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N7.host.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N7.host.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.host.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N7.host.tn.forwardServiceRegistration | bool | true | |
| N7.host.tn.forwardProtocolRegistration | bool | true | |
| N7.host.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N7.host.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N7.host.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N7.host.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N7.host.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N7.host.at.forwardServiceRegistration | bool | true | |
| N7.host.at.forwardProtocolRegistration | bool | true | |
| N7.host.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N7.host.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N7.host.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N8.hub.macTable.agingTime | double | ||
| N8.hub.macTable.forwardingTableFile | string | ||
| N8.hub.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.hub.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| N8.hub.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.hub.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| N8.hub.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.hub.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| N8.hub.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| N8.hub.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| N8.hub.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| N8.hub.pcapRecorder.fileFormat | string | "pcapng" | |
| N8.hub.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| N8.hub.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| N8.hub.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| N8.hub.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| N8.hub.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| N8.hub.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| N8.hub.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| N8.hub.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| N8.hub.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| N8.hub.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| N8.hub.mrp.ccmInterval | double | ||
| N8.hub.mrp.mrpRole | string | ||
| N8.hub.mrp.timingProfile | int | ||
| N8.hub.mrp.uuid0 | int | ||
| N8.hub.mrp.uuid1 | int | ||
| N8.hub.mrp.ringPort1 | int | ||
| N8.hub.mrp.ringPort2 | int | ||
| N8.hub.mrp.interconnectionLinkCheckAware | bool | ||
| N8.hub.mrp.interconnectionRingCheckAware | bool | ||
| N8.hub.mrp.nonblockingMrcSupported | bool | ||
| N8.hub.mrp.reactOnLinkChange | bool | ||
| N8.hub.mrp.visualize | bool | ||
| N8.hub.stp.helloTime | double | ||
| N8.hub.stp.forwardDelay | double | ||
| N8.hub.stp.maxAge | double | ||
| N8.hub.stp.bridgePriority | int | ||
| N8.hub.stp.visualize | bool | ||
| N8.hub.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| N8.hub.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.hub.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N8.hub.sc.forwardServiceRegistration | bool | true | |
| N8.hub.sc.forwardProtocolRegistration | bool | true | |
| N8.hub.sc.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N8.hub.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N8.hub.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N8.hub.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.hub.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N8.hub.cb.forwardServiceRegistration | bool | true | |
| N8.hub.cb.forwardProtocolRegistration | bool | true | |
| N8.hub.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N8.hub.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N8.hub.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N8.hub.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.hub.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N8.hub.bl.forwardServiceRegistration | bool | true | |
| N8.hub.bl.forwardProtocolRegistration | bool | true | |
| N8.hub.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N8.hub.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N8.hub.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N8.hub.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.hub.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N8.hub.li.forwardServiceRegistration | bool | true | |
| N8.hub.li.forwardProtocolRegistration | bool | true | |
| N8.hub.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N8.hub.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N8.hub.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N8.hub.eth.bitrate | double | ||
| N8.host.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.host.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| N8.host.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.host.environment.initStage | int | 0 |
Initialization stage for the setup command |
| N8.host.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| N8.host.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| N8.host.environment.setupCommand | string | "" |
A host OS system command |
| N8.host.environment.teardownCommand | string | "" |
A host OS system command |
| N8.host.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.host.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| N8.host.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| N8.host.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| N8.host.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| N8.host.pcapRecorder.fileFormat | string | "pcapng" | |
| N8.host.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| N8.host.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| N8.host.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| N8.host.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| N8.host.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| N8.host.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| N8.host.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| N8.host.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| N8.host.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| N8.host.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| N8.host.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.host.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| N8.host.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.host.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N8.host.cb.forwardServiceRegistration | bool | true | |
| N8.host.cb.forwardProtocolRegistration | bool | true | |
| N8.host.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N8.host.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N8.host.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N8.host.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.host.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N8.host.bl.forwardServiceRegistration | bool | true | |
| N8.host.bl.forwardProtocolRegistration | bool | true | |
| N8.host.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N8.host.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N8.host.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N8.host.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.host.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N8.host.li.forwardServiceRegistration | bool | true | |
| N8.host.li.forwardProtocolRegistration | bool | true | |
| N8.host.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N8.host.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N8.host.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N8.host.eth.bitrate | double | ||
| N8.host.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.host.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N8.host.nl.forwardServiceRegistration | bool | true | |
| N8.host.nl.forwardProtocolRegistration | bool | true | |
| N8.host.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N8.host.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N8.host.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N8.host.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.host.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N8.host.tn.forwardServiceRegistration | bool | true | |
| N8.host.tn.forwardProtocolRegistration | bool | true | |
| N8.host.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N8.host.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N8.host.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| N8.host.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| N8.host.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| N8.host.at.forwardServiceRegistration | bool | true | |
| N8.host.at.forwardProtocolRegistration | bool | true | |
| N8.host.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| N8.host.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| N8.host.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
Source code
module OSPF_Area2 { parameters: @display("p=10,10;b=424,400"); gates: inout ethg[4]; submodules: RT8: OspfRouter { parameters: @display("p=300,200"); gates: ethg[2]; } N6: OspfLan { parameters: h = 1; @display("p=300,100;is=l"); } N7: OspfLan { parameters: h = 2; @display("p=300,300;is=l"); } N8: OspfLan { parameters: h = 1; @display("p=100,100;is=l"); } connections: N6.ethg++ <--> C <--> RT8.ethg[0]; RT8.ethg[1] <--> C <--> N7.ethg++; // towards other areas N8.ethg++ <--> ethg[0]; N8.ethg++ <--> { @display("m=n"); } <--> ethg[1]; N6.ethg++ <--> { @display("m=e"); } <--> ethg[2]; N6.ethg++ <--> ethg[3]; }File: examples/ospfv2/fulltest/FullTest.ned