Package: inet.examples.inet.igmp
Network
networkTODO documentation
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 |
|---|---|---|---|
| Alice.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Alice.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Alice.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Alice.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Alice.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Alice.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Alice.environment.setupCommand | string | "" |
A host OS system command |
| Alice.environment.teardownCommand | string | "" |
A host OS system command |
| Alice.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 |
| Alice.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Alice.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Alice.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Alice.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Alice.pcapRecorder.fileFormat | string | "pcapng" | |
| Alice.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Alice.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). |
| Alice.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Alice.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Alice.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Alice.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Alice.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Alice.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Alice.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Alice.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Alice.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Alice.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Alice.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 |
| Alice.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Alice.cb.forwardServiceRegistration | bool | true | |
| Alice.cb.forwardProtocolRegistration | bool | true | |
| Alice.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 |
| Alice.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Alice.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Alice.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 |
| Alice.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Alice.bl.forwardServiceRegistration | bool | true | |
| Alice.bl.forwardProtocolRegistration | bool | true | |
| Alice.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 |
| Alice.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Alice.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Alice.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 |
| Alice.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Alice.li.forwardServiceRegistration | bool | true | |
| Alice.li.forwardProtocolRegistration | bool | true | |
| Alice.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 |
| Alice.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Alice.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Alice.eth.bitrate | double | ||
| Alice.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 |
| Alice.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Alice.nl.forwardServiceRegistration | bool | true | |
| Alice.nl.forwardProtocolRegistration | bool | true | |
| Alice.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 |
| Alice.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Alice.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Alice.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 |
| Alice.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Alice.tn.forwardServiceRegistration | bool | true | |
| Alice.tn.forwardProtocolRegistration | bool | true | |
| Alice.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 |
| Alice.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Alice.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Alice.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 |
| Alice.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Alice.at.forwardServiceRegistration | bool | true | |
| Alice.at.forwardProtocolRegistration | bool | true | |
| Alice.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 |
| Alice.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Alice.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| FITgate1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| FITgate1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| FITgate1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| FITgate1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| FITgate1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| FITgate1.environment.setupCommand | string | "" |
A host OS system command |
| FITgate1.environment.teardownCommand | string | "" |
A host OS system command |
| FITgate1.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 |
| FITgate1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| FITgate1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| FITgate1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| FITgate1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| FITgate1.pcapRecorder.fileFormat | string | "pcapng" | |
| FITgate1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| FITgate1.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). |
| FITgate1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| FITgate1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| FITgate1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| FITgate1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| FITgate1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| FITgate1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| FITgate1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| FITgate1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| FITgate1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| FITgate1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| FITgate1.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 |
| FITgate1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate1.cb.forwardServiceRegistration | bool | true | |
| FITgate1.cb.forwardProtocolRegistration | bool | true | |
| FITgate1.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 |
| FITgate1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate1.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 |
| FITgate1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate1.bl.forwardServiceRegistration | bool | true | |
| FITgate1.bl.forwardProtocolRegistration | bool | true | |
| FITgate1.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 |
| FITgate1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate1.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 |
| FITgate1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate1.li.forwardServiceRegistration | bool | true | |
| FITgate1.li.forwardProtocolRegistration | bool | true | |
| FITgate1.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 |
| FITgate1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate1.eth.bitrate | double | ||
| FITgate1.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 |
| FITgate1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate1.nl.forwardServiceRegistration | bool | true | |
| FITgate1.nl.forwardProtocolRegistration | bool | true | |
| FITgate1.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 |
| FITgate1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate1.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 |
| FITgate1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate1.tn.forwardServiceRegistration | bool | true | |
| FITgate1.tn.forwardProtocolRegistration | bool | true | |
| FITgate1.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 |
| FITgate1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate1.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 |
| FITgate1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate1.at.forwardServiceRegistration | bool | true | |
| FITgate1.at.forwardProtocolRegistration | bool | true | |
| FITgate1.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 |
| FITgate1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| FITgate1.bgp.routingTableModule | string | ||
| FITgate1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| FITgate2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| FITgate2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| FITgate2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| FITgate2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| FITgate2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| FITgate2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| FITgate2.environment.setupCommand | string | "" |
A host OS system command |
| FITgate2.environment.teardownCommand | string | "" |
A host OS system command |
| FITgate2.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 |
| FITgate2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| FITgate2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| FITgate2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| FITgate2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| FITgate2.pcapRecorder.fileFormat | string | "pcapng" | |
| FITgate2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| FITgate2.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). |
| FITgate2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| FITgate2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| FITgate2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| FITgate2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| FITgate2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| FITgate2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| FITgate2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| FITgate2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| FITgate2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| FITgate2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| FITgate2.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 |
| FITgate2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate2.cb.forwardServiceRegistration | bool | true | |
| FITgate2.cb.forwardProtocolRegistration | bool | true | |
| FITgate2.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 |
| FITgate2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate2.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 |
| FITgate2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate2.bl.forwardServiceRegistration | bool | true | |
| FITgate2.bl.forwardProtocolRegistration | bool | true | |
| FITgate2.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 |
| FITgate2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate2.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 |
| FITgate2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate2.li.forwardServiceRegistration | bool | true | |
| FITgate2.li.forwardProtocolRegistration | bool | true | |
| FITgate2.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 |
| FITgate2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate2.eth.bitrate | double | ||
| FITgate2.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 |
| FITgate2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate2.nl.forwardServiceRegistration | bool | true | |
| FITgate2.nl.forwardProtocolRegistration | bool | true | |
| FITgate2.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 |
| FITgate2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate2.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 |
| FITgate2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate2.tn.forwardServiceRegistration | bool | true | |
| FITgate2.tn.forwardProtocolRegistration | bool | true | |
| FITgate2.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 |
| FITgate2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate2.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 |
| FITgate2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| FITgate2.at.forwardServiceRegistration | bool | true | |
| FITgate2.at.forwardProtocolRegistration | bool | true | |
| FITgate2.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 |
| FITgate2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| FITgate2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| FITgate2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| FITgate2.bgp.routingTableModule | string | ||
| FITgate2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Bob.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Bob.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Bob.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Bob.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Bob.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Bob.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Bob.environment.setupCommand | string | "" |
A host OS system command |
| Bob.environment.teardownCommand | string | "" |
A host OS system command |
| Bob.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 |
| Bob.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Bob.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Bob.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Bob.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Bob.pcapRecorder.fileFormat | string | "pcapng" | |
| Bob.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Bob.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). |
| Bob.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Bob.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Bob.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Bob.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Bob.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Bob.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Bob.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Bob.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Bob.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Bob.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Bob.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 |
| Bob.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Bob.cb.forwardServiceRegistration | bool | true | |
| Bob.cb.forwardProtocolRegistration | bool | true | |
| Bob.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 |
| Bob.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Bob.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Bob.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 |
| Bob.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Bob.bl.forwardServiceRegistration | bool | true | |
| Bob.bl.forwardProtocolRegistration | bool | true | |
| Bob.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 |
| Bob.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Bob.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Bob.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 |
| Bob.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Bob.li.forwardServiceRegistration | bool | true | |
| Bob.li.forwardProtocolRegistration | bool | true | |
| Bob.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 |
| Bob.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Bob.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Bob.eth.bitrate | double | ||
| Bob.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 |
| Bob.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Bob.nl.forwardServiceRegistration | bool | true | |
| Bob.nl.forwardProtocolRegistration | bool | true | |
| Bob.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 |
| Bob.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Bob.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Bob.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 |
| Bob.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Bob.tn.forwardServiceRegistration | bool | true | |
| Bob.tn.forwardProtocolRegistration | bool | true | |
| Bob.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 |
| Bob.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Bob.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Bob.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 |
| Bob.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Bob.at.forwardServiceRegistration | bool | true | |
| Bob.at.forwardProtocolRegistration | bool | true | |
| Bob.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 |
| Bob.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Bob.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Carlos.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Carlos.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Carlos.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Carlos.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Carlos.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Carlos.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Carlos.environment.setupCommand | string | "" |
A host OS system command |
| Carlos.environment.teardownCommand | string | "" |
A host OS system command |
| Carlos.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 |
| Carlos.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Carlos.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Carlos.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Carlos.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Carlos.pcapRecorder.fileFormat | string | "pcapng" | |
| Carlos.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Carlos.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). |
| Carlos.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Carlos.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Carlos.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Carlos.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Carlos.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Carlos.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Carlos.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Carlos.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Carlos.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Carlos.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Carlos.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 |
| Carlos.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Carlos.cb.forwardServiceRegistration | bool | true | |
| Carlos.cb.forwardProtocolRegistration | bool | true | |
| Carlos.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 |
| Carlos.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Carlos.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Carlos.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 |
| Carlos.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Carlos.bl.forwardServiceRegistration | bool | true | |
| Carlos.bl.forwardProtocolRegistration | bool | true | |
| Carlos.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 |
| Carlos.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Carlos.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Carlos.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 |
| Carlos.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Carlos.li.forwardServiceRegistration | bool | true | |
| Carlos.li.forwardProtocolRegistration | bool | true | |
| Carlos.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 |
| Carlos.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Carlos.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Carlos.eth.bitrate | double | ||
| Carlos.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 |
| Carlos.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Carlos.nl.forwardServiceRegistration | bool | true | |
| Carlos.nl.forwardProtocolRegistration | bool | true | |
| Carlos.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 |
| Carlos.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Carlos.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Carlos.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 |
| Carlos.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Carlos.tn.forwardServiceRegistration | bool | true | |
| Carlos.tn.forwardProtocolRegistration | bool | true | |
| Carlos.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 |
| Carlos.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Carlos.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Carlos.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 |
| Carlos.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Carlos.at.forwardServiceRegistration | bool | true | |
| Carlos.at.forwardProtocolRegistration | bool | true | |
| Carlos.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 |
| Carlos.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Carlos.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| etherSwitch.macTable.agingTime | double | ||
| etherSwitch.macTable.forwardingTableFile | string | ||
| etherSwitch.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| etherSwitch.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| etherSwitch.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| etherSwitch.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| etherSwitch.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 |
| etherSwitch.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| etherSwitch.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| etherSwitch.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| etherSwitch.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| etherSwitch.pcapRecorder.fileFormat | string | "pcapng" | |
| etherSwitch.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| etherSwitch.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). |
| etherSwitch.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| etherSwitch.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| etherSwitch.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| etherSwitch.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| etherSwitch.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| etherSwitch.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| etherSwitch.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| etherSwitch.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| etherSwitch.mrp.ccmInterval | double | ||
| etherSwitch.mrp.mrpRole | string | ||
| etherSwitch.mrp.timingProfile | int | ||
| etherSwitch.mrp.uuid0 | int | ||
| etherSwitch.mrp.uuid1 | int | ||
| etherSwitch.mrp.ringPort1 | int | ||
| etherSwitch.mrp.ringPort2 | int | ||
| etherSwitch.mrp.interconnectionLinkCheckAware | bool | ||
| etherSwitch.mrp.interconnectionRingCheckAware | bool | ||
| etherSwitch.mrp.nonblockingMrcSupported | bool | ||
| etherSwitch.mrp.reactOnLinkChange | bool | ||
| etherSwitch.mrp.visualize | bool | ||
| etherSwitch.stp.helloTime | double | ||
| etherSwitch.stp.forwardDelay | double | ||
| etherSwitch.stp.maxAge | double | ||
| etherSwitch.stp.bridgePriority | int | ||
| etherSwitch.stp.visualize | bool | ||
| etherSwitch.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| etherSwitch.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 |
| etherSwitch.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| etherSwitch.sc.forwardServiceRegistration | bool | true | |
| etherSwitch.sc.forwardProtocolRegistration | bool | true | |
| etherSwitch.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 |
| etherSwitch.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| etherSwitch.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| etherSwitch.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 |
| etherSwitch.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| etherSwitch.cb.forwardServiceRegistration | bool | true | |
| etherSwitch.cb.forwardProtocolRegistration | bool | true | |
| etherSwitch.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 |
| etherSwitch.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| etherSwitch.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| etherSwitch.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 |
| etherSwitch.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| etherSwitch.bl.forwardServiceRegistration | bool | true | |
| etherSwitch.bl.forwardProtocolRegistration | bool | true | |
| etherSwitch.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 |
| etherSwitch.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| etherSwitch.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| etherSwitch.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 |
| etherSwitch.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| etherSwitch.li.forwardServiceRegistration | bool | true | |
| etherSwitch.li.forwardProtocolRegistration | bool | true | |
| etherSwitch.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 |
| etherSwitch.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| etherSwitch.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| etherSwitch.eth.bitrate | double | ||
| configurator.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| configurator.minLinkWeight | double | 1E-3 | |
| configurator.configureIsolatedNetworksSeparatly | bool | false | |
| configurator.assignAddresses | bool | true |
Assign IP addresses to all interfaces in the network |
| configurator.assignUniqueAddresses | bool | true |
Avoid using the same address and raise an error if not possible |
| configurator.assignDisjunctSubnetAddresses | bool | true |
Avoid using the same address prefix and netmask on different links when assigning IP addresses to interfaces |
| configurator.addStaticRoutes | bool | true |
Add static routes to the routing tables of all nodes to route to all destination interfaces (only where applicable; turn off when config file contains manual routes) |
| configurator.addDefaultRoutes | bool | true |
Add default routes if all routes from a source node go through the same gateway (used only if addStaticRoutes is true) |
| 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
// // TODO documentation // network Network { submodules: Alice: StandardHost { @display("p=250,100"); } FITgate1: Router { @display("p=550,100"); } FITgate2: Router { @display("p=550,200"); } Bob: StandardHost { @display("p=250,200"); } Carlos: StandardHost { @display("p=550,300"); } etherSwitch: EthernetSwitch { @display("p=400,150"); } configurator: Ipv4NetworkConfigurator { @display("p=100,100;is=s"); config = xmldoc("config.xml"); } connections allowunconnected: Alice.ethg++ <--> Eth100M <--> etherSwitch.ethg++; Bob.ethg++ <--> Eth100M <--> etherSwitch.ethg++; FITgate1.ethg++ <--> Eth100M <--> etherSwitch.ethg++; FITgate2.ethg++ <--> Eth100M <--> etherSwitch.ethg++; Carlos.ethg++ <--> Eth100M <--> FITgate2.ethg++; }File: examples/inet/igmp/Network.ned