Package: inet.examples.ieee8021as
NetworkDaisyChain
network(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Properties
| Name | Value | Description |
|---|---|---|
| isNetwork | ||
| display | bgb=534,441 |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| gptpBridge0.macTable.agingTime | double | ||
| gptpBridge0.macTable.forwardingTableFile | string | ||
| gptpBridge0.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpBridge0.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpBridge0.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpBridge0.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpBridge0.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 |
| gptpBridge0.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpBridge0.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpBridge0.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpBridge0.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpBridge0.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpBridge0.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpBridge0.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). |
| gptpBridge0.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpBridge0.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpBridge0.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpBridge0.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpBridge0.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpBridge0.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpBridge0.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpBridge0.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpBridge0.mrp.ccmInterval | double | ||
| gptpBridge0.mrp.mrpRole | string | ||
| gptpBridge0.mrp.timingProfile | int | ||
| gptpBridge0.mrp.uuid0 | int | ||
| gptpBridge0.mrp.uuid1 | int | ||
| gptpBridge0.mrp.ringPort1 | int | ||
| gptpBridge0.mrp.ringPort2 | int | ||
| gptpBridge0.mrp.interconnectionLinkCheckAware | bool | ||
| gptpBridge0.mrp.interconnectionRingCheckAware | bool | ||
| gptpBridge0.mrp.nonblockingMrcSupported | bool | ||
| gptpBridge0.mrp.reactOnLinkChange | bool | ||
| gptpBridge0.mrp.visualize | bool | ||
| gptpBridge0.stp.helloTime | double | ||
| gptpBridge0.stp.forwardDelay | double | ||
| gptpBridge0.stp.maxAge | double | ||
| gptpBridge0.stp.bridgePriority | int | ||
| gptpBridge0.stp.visualize | bool | ||
| gptpBridge0.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| gptpBridge0.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 |
| gptpBridge0.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge0.sc.forwardServiceRegistration | bool | true | |
| gptpBridge0.sc.forwardProtocolRegistration | bool | true | |
| gptpBridge0.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 |
| gptpBridge0.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge0.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge0.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 |
| gptpBridge0.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge0.cb.forwardServiceRegistration | bool | true | |
| gptpBridge0.cb.forwardProtocolRegistration | bool | true | |
| gptpBridge0.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 |
| gptpBridge0.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge0.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge0.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 |
| gptpBridge0.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge0.bl.forwardServiceRegistration | bool | true | |
| gptpBridge0.bl.forwardProtocolRegistration | bool | true | |
| gptpBridge0.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 |
| gptpBridge0.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge0.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge0.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 |
| gptpBridge0.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge0.li.forwardServiceRegistration | bool | true | |
| gptpBridge0.li.forwardProtocolRegistration | bool | true | |
| gptpBridge0.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 |
| gptpBridge0.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge0.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge0.eth.bitrate | double | ||
| gptpBridge1.macTable.agingTime | double | ||
| gptpBridge1.macTable.forwardingTableFile | string | ||
| gptpBridge1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpBridge1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpBridge1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpBridge1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpBridge1.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 |
| gptpBridge1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpBridge1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpBridge1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpBridge1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpBridge1.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpBridge1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpBridge1.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). |
| gptpBridge1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpBridge1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpBridge1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpBridge1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpBridge1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpBridge1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpBridge1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpBridge1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpBridge1.mrp.ccmInterval | double | ||
| gptpBridge1.mrp.mrpRole | string | ||
| gptpBridge1.mrp.timingProfile | int | ||
| gptpBridge1.mrp.uuid0 | int | ||
| gptpBridge1.mrp.uuid1 | int | ||
| gptpBridge1.mrp.ringPort1 | int | ||
| gptpBridge1.mrp.ringPort2 | int | ||
| gptpBridge1.mrp.interconnectionLinkCheckAware | bool | ||
| gptpBridge1.mrp.interconnectionRingCheckAware | bool | ||
| gptpBridge1.mrp.nonblockingMrcSupported | bool | ||
| gptpBridge1.mrp.reactOnLinkChange | bool | ||
| gptpBridge1.mrp.visualize | bool | ||
| gptpBridge1.stp.helloTime | double | ||
| gptpBridge1.stp.forwardDelay | double | ||
| gptpBridge1.stp.maxAge | double | ||
| gptpBridge1.stp.bridgePriority | int | ||
| gptpBridge1.stp.visualize | bool | ||
| gptpBridge1.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| gptpBridge1.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 |
| gptpBridge1.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge1.sc.forwardServiceRegistration | bool | true | |
| gptpBridge1.sc.forwardProtocolRegistration | bool | true | |
| gptpBridge1.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 |
| gptpBridge1.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge1.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge1.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 |
| gptpBridge1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge1.cb.forwardServiceRegistration | bool | true | |
| gptpBridge1.cb.forwardProtocolRegistration | bool | true | |
| gptpBridge1.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 |
| gptpBridge1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge1.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 |
| gptpBridge1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge1.bl.forwardServiceRegistration | bool | true | |
| gptpBridge1.bl.forwardProtocolRegistration | bool | true | |
| gptpBridge1.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 |
| gptpBridge1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge1.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 |
| gptpBridge1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge1.li.forwardServiceRegistration | bool | true | |
| gptpBridge1.li.forwardProtocolRegistration | bool | true | |
| gptpBridge1.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 |
| gptpBridge1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge1.eth.bitrate | double | ||
| gptpBridge2.macTable.agingTime | double | ||
| gptpBridge2.macTable.forwardingTableFile | string | ||
| gptpBridge2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpBridge2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpBridge2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpBridge2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpBridge2.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 |
| gptpBridge2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpBridge2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpBridge2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpBridge2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpBridge2.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpBridge2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpBridge2.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). |
| gptpBridge2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpBridge2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpBridge2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpBridge2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpBridge2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpBridge2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpBridge2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpBridge2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpBridge2.mrp.ccmInterval | double | ||
| gptpBridge2.mrp.mrpRole | string | ||
| gptpBridge2.mrp.timingProfile | int | ||
| gptpBridge2.mrp.uuid0 | int | ||
| gptpBridge2.mrp.uuid1 | int | ||
| gptpBridge2.mrp.ringPort1 | int | ||
| gptpBridge2.mrp.ringPort2 | int | ||
| gptpBridge2.mrp.interconnectionLinkCheckAware | bool | ||
| gptpBridge2.mrp.interconnectionRingCheckAware | bool | ||
| gptpBridge2.mrp.nonblockingMrcSupported | bool | ||
| gptpBridge2.mrp.reactOnLinkChange | bool | ||
| gptpBridge2.mrp.visualize | bool | ||
| gptpBridge2.stp.helloTime | double | ||
| gptpBridge2.stp.forwardDelay | double | ||
| gptpBridge2.stp.maxAge | double | ||
| gptpBridge2.stp.bridgePriority | int | ||
| gptpBridge2.stp.visualize | bool | ||
| gptpBridge2.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| gptpBridge2.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 |
| gptpBridge2.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge2.sc.forwardServiceRegistration | bool | true | |
| gptpBridge2.sc.forwardProtocolRegistration | bool | true | |
| gptpBridge2.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 |
| gptpBridge2.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge2.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge2.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 |
| gptpBridge2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge2.cb.forwardServiceRegistration | bool | true | |
| gptpBridge2.cb.forwardProtocolRegistration | bool | true | |
| gptpBridge2.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 |
| gptpBridge2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge2.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 |
| gptpBridge2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge2.bl.forwardServiceRegistration | bool | true | |
| gptpBridge2.bl.forwardProtocolRegistration | bool | true | |
| gptpBridge2.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 |
| gptpBridge2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge2.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 |
| gptpBridge2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpBridge2.li.forwardServiceRegistration | bool | true | |
| gptpBridge2.li.forwardProtocolRegistration | bool | true | |
| gptpBridge2.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 |
| gptpBridge2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpBridge2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpBridge2.eth.bitrate | double | ||
| gptpMaster.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpMaster.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpMaster.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpMaster.environment.initStage | int | 0 |
Initialization stage for the setup command |
| gptpMaster.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| gptpMaster.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| gptpMaster.environment.setupCommand | string | "" |
A host OS system command |
| gptpMaster.environment.teardownCommand | string | "" |
A host OS system command |
| gptpMaster.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 |
| gptpMaster.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpMaster.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpMaster.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpMaster.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpMaster.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpMaster.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpMaster.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). |
| gptpMaster.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpMaster.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpMaster.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpMaster.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpMaster.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpMaster.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpMaster.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpMaster.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpMaster.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpMaster.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpMaster.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 |
| gptpMaster.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpMaster.cb.forwardServiceRegistration | bool | true | |
| gptpMaster.cb.forwardProtocolRegistration | bool | true | |
| gptpMaster.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 |
| gptpMaster.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpMaster.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpMaster.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 |
| gptpMaster.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpMaster.bl.forwardServiceRegistration | bool | true | |
| gptpMaster.bl.forwardProtocolRegistration | bool | true | |
| gptpMaster.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 |
| gptpMaster.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpMaster.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpMaster.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 |
| gptpMaster.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpMaster.li.forwardServiceRegistration | bool | true | |
| gptpMaster.li.forwardProtocolRegistration | bool | true | |
| gptpMaster.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 |
| gptpMaster.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpMaster.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpMaster.eth.bitrate | double | ||
| gptpMaster.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 |
| gptpMaster.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpMaster.nl.forwardServiceRegistration | bool | true | |
| gptpMaster.nl.forwardProtocolRegistration | bool | true | |
| gptpMaster.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 |
| gptpMaster.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpMaster.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpMaster.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 |
| gptpMaster.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpMaster.tn.forwardServiceRegistration | bool | true | |
| gptpMaster.tn.forwardProtocolRegistration | bool | true | |
| gptpMaster.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 |
| gptpMaster.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpMaster.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpMaster.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 |
| gptpMaster.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpMaster.at.forwardServiceRegistration | bool | true | |
| gptpMaster.at.forwardProtocolRegistration | bool | true | |
| gptpMaster.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 |
| gptpMaster.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpMaster.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave0.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave0.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave0.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave0.environment.initStage | int | 0 |
Initialization stage for the setup command |
| gptpSlave0.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| gptpSlave0.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| gptpSlave0.environment.setupCommand | string | "" |
A host OS system command |
| gptpSlave0.environment.teardownCommand | string | "" |
A host OS system command |
| gptpSlave0.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 |
| gptpSlave0.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpSlave0.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpSlave0.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpSlave0.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpSlave0.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave0.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpSlave0.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). |
| gptpSlave0.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpSlave0.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpSlave0.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpSlave0.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpSlave0.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpSlave0.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpSlave0.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave0.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave0.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave0.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpSlave0.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 |
| gptpSlave0.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave0.cb.forwardServiceRegistration | bool | true | |
| gptpSlave0.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave0.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 |
| gptpSlave0.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave0.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave0.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 |
| gptpSlave0.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave0.bl.forwardServiceRegistration | bool | true | |
| gptpSlave0.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave0.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 |
| gptpSlave0.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave0.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave0.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 |
| gptpSlave0.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave0.li.forwardServiceRegistration | bool | true | |
| gptpSlave0.li.forwardProtocolRegistration | bool | true | |
| gptpSlave0.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 |
| gptpSlave0.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave0.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave0.eth.bitrate | double | ||
| gptpSlave0.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 |
| gptpSlave0.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave0.nl.forwardServiceRegistration | bool | true | |
| gptpSlave0.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave0.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 |
| gptpSlave0.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave0.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave0.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 |
| gptpSlave0.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave0.tn.forwardServiceRegistration | bool | true | |
| gptpSlave0.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave0.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 |
| gptpSlave0.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave0.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave0.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 |
| gptpSlave0.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave0.at.forwardServiceRegistration | bool | true | |
| gptpSlave0.at.forwardProtocolRegistration | bool | true | |
| gptpSlave0.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 |
| gptpSlave0.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave0.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| gptpSlave1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| gptpSlave1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| gptpSlave1.environment.setupCommand | string | "" |
A host OS system command |
| gptpSlave1.environment.teardownCommand | string | "" |
A host OS system command |
| gptpSlave1.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 |
| gptpSlave1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpSlave1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpSlave1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpSlave1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpSlave1.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpSlave1.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). |
| gptpSlave1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpSlave1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpSlave1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpSlave1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpSlave1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpSlave1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpSlave1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpSlave1.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 |
| gptpSlave1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave1.cb.forwardServiceRegistration | bool | true | |
| gptpSlave1.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave1.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 |
| gptpSlave1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave1.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 |
| gptpSlave1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave1.bl.forwardServiceRegistration | bool | true | |
| gptpSlave1.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave1.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 |
| gptpSlave1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave1.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 |
| gptpSlave1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave1.li.forwardServiceRegistration | bool | true | |
| gptpSlave1.li.forwardProtocolRegistration | bool | true | |
| gptpSlave1.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 |
| gptpSlave1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave1.eth.bitrate | double | ||
| gptpSlave1.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 |
| gptpSlave1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave1.nl.forwardServiceRegistration | bool | true | |
| gptpSlave1.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave1.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 |
| gptpSlave1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave1.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 |
| gptpSlave1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave1.tn.forwardServiceRegistration | bool | true | |
| gptpSlave1.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave1.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 |
| gptpSlave1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave1.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 |
| gptpSlave1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave1.at.forwardServiceRegistration | bool | true | |
| gptpSlave1.at.forwardProtocolRegistration | bool | true | |
| gptpSlave1.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 |
| gptpSlave1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| gptpSlave2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| gptpSlave2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| gptpSlave2.environment.setupCommand | string | "" |
A host OS system command |
| gptpSlave2.environment.teardownCommand | string | "" |
A host OS system command |
| gptpSlave2.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 |
| gptpSlave2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpSlave2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpSlave2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpSlave2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpSlave2.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpSlave2.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). |
| gptpSlave2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpSlave2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpSlave2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpSlave2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpSlave2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpSlave2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpSlave2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpSlave2.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 |
| gptpSlave2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave2.cb.forwardServiceRegistration | bool | true | |
| gptpSlave2.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave2.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 |
| gptpSlave2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave2.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 |
| gptpSlave2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave2.bl.forwardServiceRegistration | bool | true | |
| gptpSlave2.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave2.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 |
| gptpSlave2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave2.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 |
| gptpSlave2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave2.li.forwardServiceRegistration | bool | true | |
| gptpSlave2.li.forwardProtocolRegistration | bool | true | |
| gptpSlave2.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 |
| gptpSlave2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave2.eth.bitrate | double | ||
| gptpSlave2.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 |
| gptpSlave2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave2.nl.forwardServiceRegistration | bool | true | |
| gptpSlave2.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave2.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 |
| gptpSlave2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave2.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 |
| gptpSlave2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave2.tn.forwardServiceRegistration | bool | true | |
| gptpSlave2.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave2.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 |
| gptpSlave2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave2.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 |
| gptpSlave2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave2.at.forwardServiceRegistration | bool | true | |
| gptpSlave2.at.forwardProtocolRegistration | bool | true | |
| gptpSlave2.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 |
| gptpSlave2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| gptpSlave3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| gptpSlave3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| gptpSlave3.environment.setupCommand | string | "" |
A host OS system command |
| gptpSlave3.environment.teardownCommand | string | "" |
A host OS system command |
| gptpSlave3.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 |
| gptpSlave3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpSlave3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpSlave3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpSlave3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpSlave3.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpSlave3.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). |
| gptpSlave3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpSlave3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpSlave3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpSlave3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpSlave3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpSlave3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpSlave3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpSlave3.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 |
| gptpSlave3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave3.cb.forwardServiceRegistration | bool | true | |
| gptpSlave3.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave3.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 |
| gptpSlave3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave3.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 |
| gptpSlave3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave3.bl.forwardServiceRegistration | bool | true | |
| gptpSlave3.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave3.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 |
| gptpSlave3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave3.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 |
| gptpSlave3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave3.li.forwardServiceRegistration | bool | true | |
| gptpSlave3.li.forwardProtocolRegistration | bool | true | |
| gptpSlave3.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 |
| gptpSlave3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave3.eth.bitrate | double | ||
| gptpSlave3.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 |
| gptpSlave3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave3.nl.forwardServiceRegistration | bool | true | |
| gptpSlave3.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave3.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 |
| gptpSlave3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave3.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 |
| gptpSlave3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave3.tn.forwardServiceRegistration | bool | true | |
| gptpSlave3.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave3.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 |
| gptpSlave3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave3.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 |
| gptpSlave3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave3.at.forwardServiceRegistration | bool | true | |
| gptpSlave3.at.forwardProtocolRegistration | bool | true | |
| gptpSlave3.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 |
| gptpSlave3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave4.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave4.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave4.environment.initStage | int | 0 |
Initialization stage for the setup command |
| gptpSlave4.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| gptpSlave4.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| gptpSlave4.environment.setupCommand | string | "" |
A host OS system command |
| gptpSlave4.environment.teardownCommand | string | "" |
A host OS system command |
| gptpSlave4.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 |
| gptpSlave4.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpSlave4.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpSlave4.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpSlave4.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpSlave4.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave4.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpSlave4.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). |
| gptpSlave4.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpSlave4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpSlave4.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpSlave4.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpSlave4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpSlave4.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpSlave4.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave4.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave4.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave4.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpSlave4.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 |
| gptpSlave4.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave4.cb.forwardServiceRegistration | bool | true | |
| gptpSlave4.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave4.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 |
| gptpSlave4.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave4.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave4.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 |
| gptpSlave4.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave4.bl.forwardServiceRegistration | bool | true | |
| gptpSlave4.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave4.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 |
| gptpSlave4.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave4.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave4.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 |
| gptpSlave4.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave4.li.forwardServiceRegistration | bool | true | |
| gptpSlave4.li.forwardProtocolRegistration | bool | true | |
| gptpSlave4.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 |
| gptpSlave4.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave4.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave4.eth.bitrate | double | ||
| gptpSlave4.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 |
| gptpSlave4.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave4.nl.forwardServiceRegistration | bool | true | |
| gptpSlave4.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave4.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 |
| gptpSlave4.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave4.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave4.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 |
| gptpSlave4.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave4.tn.forwardServiceRegistration | bool | true | |
| gptpSlave4.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave4.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 |
| gptpSlave4.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave4.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave4.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 |
| gptpSlave4.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave4.at.forwardServiceRegistration | bool | true | |
| gptpSlave4.at.forwardProtocolRegistration | bool | true | |
| gptpSlave4.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 |
| gptpSlave4.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave4.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave5.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave5.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave5.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave5.environment.initStage | int | 0 |
Initialization stage for the setup command |
| gptpSlave5.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| gptpSlave5.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| gptpSlave5.environment.setupCommand | string | "" |
A host OS system command |
| gptpSlave5.environment.teardownCommand | string | "" |
A host OS system command |
| gptpSlave5.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 |
| gptpSlave5.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpSlave5.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpSlave5.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpSlave5.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpSlave5.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave5.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpSlave5.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). |
| gptpSlave5.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpSlave5.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpSlave5.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpSlave5.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpSlave5.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpSlave5.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpSlave5.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave5.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave5.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave5.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpSlave5.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 |
| gptpSlave5.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave5.cb.forwardServiceRegistration | bool | true | |
| gptpSlave5.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave5.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 |
| gptpSlave5.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave5.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave5.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 |
| gptpSlave5.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave5.bl.forwardServiceRegistration | bool | true | |
| gptpSlave5.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave5.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 |
| gptpSlave5.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave5.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave5.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 |
| gptpSlave5.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave5.li.forwardServiceRegistration | bool | true | |
| gptpSlave5.li.forwardProtocolRegistration | bool | true | |
| gptpSlave5.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 |
| gptpSlave5.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave5.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave5.eth.bitrate | double | ||
| gptpSlave5.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 |
| gptpSlave5.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave5.nl.forwardServiceRegistration | bool | true | |
| gptpSlave5.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave5.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 |
| gptpSlave5.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave5.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave5.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 |
| gptpSlave5.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave5.tn.forwardServiceRegistration | bool | true | |
| gptpSlave5.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave5.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 |
| gptpSlave5.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave5.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave5.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 |
| gptpSlave5.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave5.at.forwardServiceRegistration | bool | true | |
| gptpSlave5.at.forwardProtocolRegistration | bool | true | |
| gptpSlave5.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 |
| gptpSlave5.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave5.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave6.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave6.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave6.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave6.environment.initStage | int | 0 |
Initialization stage for the setup command |
| gptpSlave6.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| gptpSlave6.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| gptpSlave6.environment.setupCommand | string | "" |
A host OS system command |
| gptpSlave6.environment.teardownCommand | string | "" |
A host OS system command |
| gptpSlave6.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 |
| gptpSlave6.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpSlave6.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpSlave6.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpSlave6.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpSlave6.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave6.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpSlave6.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). |
| gptpSlave6.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpSlave6.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpSlave6.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpSlave6.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpSlave6.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpSlave6.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpSlave6.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave6.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave6.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave6.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpSlave6.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 |
| gptpSlave6.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave6.cb.forwardServiceRegistration | bool | true | |
| gptpSlave6.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave6.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 |
| gptpSlave6.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave6.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave6.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 |
| gptpSlave6.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave6.bl.forwardServiceRegistration | bool | true | |
| gptpSlave6.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave6.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 |
| gptpSlave6.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave6.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave6.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 |
| gptpSlave6.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave6.li.forwardServiceRegistration | bool | true | |
| gptpSlave6.li.forwardProtocolRegistration | bool | true | |
| gptpSlave6.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 |
| gptpSlave6.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave6.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave6.eth.bitrate | double | ||
| gptpSlave6.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 |
| gptpSlave6.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave6.nl.forwardServiceRegistration | bool | true | |
| gptpSlave6.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave6.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 |
| gptpSlave6.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave6.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave6.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 |
| gptpSlave6.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave6.tn.forwardServiceRegistration | bool | true | |
| gptpSlave6.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave6.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 |
| gptpSlave6.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave6.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave6.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 |
| gptpSlave6.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave6.at.forwardServiceRegistration | bool | true | |
| gptpSlave6.at.forwardProtocolRegistration | bool | true | |
| gptpSlave6.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 |
| gptpSlave6.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave6.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave7.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave7.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave7.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave7.environment.initStage | int | 0 |
Initialization stage for the setup command |
| gptpSlave7.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| gptpSlave7.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| gptpSlave7.environment.setupCommand | string | "" |
A host OS system command |
| gptpSlave7.environment.teardownCommand | string | "" |
A host OS system command |
| gptpSlave7.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 |
| gptpSlave7.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| gptpSlave7.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| gptpSlave7.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| gptpSlave7.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| gptpSlave7.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave7.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| gptpSlave7.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). |
| gptpSlave7.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| gptpSlave7.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| gptpSlave7.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| gptpSlave7.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| gptpSlave7.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| gptpSlave7.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| gptpSlave7.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave7.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave7.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| gptpSlave7.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| gptpSlave7.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 |
| gptpSlave7.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave7.cb.forwardServiceRegistration | bool | true | |
| gptpSlave7.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave7.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 |
| gptpSlave7.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave7.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave7.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 |
| gptpSlave7.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave7.bl.forwardServiceRegistration | bool | true | |
| gptpSlave7.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave7.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 |
| gptpSlave7.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave7.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave7.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 |
| gptpSlave7.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave7.li.forwardServiceRegistration | bool | true | |
| gptpSlave7.li.forwardProtocolRegistration | bool | true | |
| gptpSlave7.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 |
| gptpSlave7.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave7.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave7.eth.bitrate | double | ||
| gptpSlave7.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 |
| gptpSlave7.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave7.nl.forwardServiceRegistration | bool | true | |
| gptpSlave7.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave7.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 |
| gptpSlave7.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave7.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave7.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 |
| gptpSlave7.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave7.tn.forwardServiceRegistration | bool | true | |
| gptpSlave7.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave7.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 |
| gptpSlave7.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave7.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| gptpSlave7.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 |
| gptpSlave7.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| gptpSlave7.at.forwardServiceRegistration | bool | true | |
| gptpSlave7.at.forwardProtocolRegistration | bool | true | |
| gptpSlave7.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 |
| gptpSlave7.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| gptpSlave7.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| 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.config | xml | xml(" |
XML configuration parameters for IP address assignment and adding manual routes |
| 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
network NetworkDaisyChain { @display("bgb=534,441"); types: channel Ethernet100 extends ned.DatarateChannel { datarate = 100Mbps; delay = 25ns; // Length of connection is 5 meters } submodules: gptpBridge0: GptpBridge { @display("p=264,162"); } gptpBridge1: GptpBridge { @display("p=264,258"); } gptpBridge2: GptpBridge { @display("p=264,349"); } gptpMaster: GptpMaster { @display("p=264,55"); } gptpSlave0: GptpSlave { @display("p=408,94"); } gptpSlave1: GptpSlave { @display("p=408,182"); } gptpSlave2: GptpSlave { @display("p=408,259"); } gptpSlave3: GptpSlave { @display("p=408,375"); } gptpSlave4: GptpSlave { @display("p=124,375"); } gptpSlave5: GptpSlave { @display("p=124,298"); } gptpSlave6: GptpSlave { @display("p=124,205"); } gptpSlave7: GptpSlave { @display("p=124,94"); } configurator: Ipv4NetworkConfigurator { @display("p=51,33"); } connections: gptpMaster.ethg++ <--> Ethernet100 <--> gptpBridge0.ethg++; gptpBridge0.ethg++ <--> Ethernet100 <--> gptpSlave0.ethg++; gptpBridge0.ethg++ <--> Ethernet100 <--> gptpSlave1.ethg++; gptpBridge0.ethg++ <--> Ethernet100 <--> gptpSlave7.ethg++; gptpBridge0.ethg++ <--> Ethernet100 <--> gptpBridge1.ethg++; gptpBridge1.ethg++ <--> Ethernet100 <--> gptpSlave2.ethg++; gptpBridge1.ethg++ <--> Ethernet100 <--> gptpSlave6.ethg++; gptpBridge1.ethg++ <--> Ethernet100 <--> gptpSlave5.ethg++; gptpBridge1.ethg++ <--> Ethernet100 <--> gptpBridge2.ethg++; gptpBridge2.ethg++ <--> Ethernet100 <--> gptpSlave3.ethg++; gptpBridge2.ethg++ <--> Ethernet100 <--> gptpSlave4.ethg++; }File: examples/ieee8021as/networkDaisyChain.ned