diff options
Diffstat (limited to 'template/l2o/testng.html.j2')
-rw-r--r-- | template/l2o/testng.html.j2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/l2o/testng.html.j2 b/template/l2o/testng.html.j2 index fbaf77a0..4509b756 100644 --- a/template/l2o/testng.html.j2 +++ b/template/l2o/testng.html.j2 | |||
@@ -91,7 +91,7 @@ Zero = "0" ;<br/><br/> | |||
91 | NaturalNumber = NumeralWithoutZero, { Numeral } ;<br/><br/> | 91 | NaturalNumber = NumeralWithoutZero, { Numeral } ;<br/><br/> |
92 | PluginName = Letter , { ( Letter | "_" ) } ;<br/><br/> | 92 | PluginName = Letter , { ( Letter | "_" ) } ;<br/><br/> |
93 | IndexOfGlobalNode = Zero | NaturalNumber ;<br/><br/> | 93 | IndexOfGlobalNode = Zero | NaturalNumber ;<br/><br/> |
94 | EstablishConnectionToPeerViaProtocol = "{" "connect", ":" EstablishConnectionToPeerViaProtocolValue "}" ;<br/><br/> | 94 | EstablishConnectionToPeerViaProtocol = "{" "connect", ":" EstablishConnectionToPeerViaProtocolValues "}" ;<br/><br/> |
95 | ProtocolPortToOpen = "tcp_port" | "udp_port" ;<br/><br/> | 95 | ProtocolPortToOpen = "tcp_port" | "udp_port" ;<br/><br/> |
96 | switch = On | Off ;<br/><br/> | 96 | switch = On | Off ;<br/><br/> |
97 | SubnetIndex = NaturalNumber ;<br/><br/> | 97 | SubnetIndex = NaturalNumber ;<br/><br/> |
@@ -99,6 +99,7 @@ NodeIndexInSubnet = NaturalNumber ;<br/><br/> | |||
99 | NumeralWithoutZero = "0" | Numeral ;<br/><br/> | 99 | NumeralWithoutZero = "0" | Numeral ;<br/><br/> |
100 | Numeral = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ;<br/><br/> | 100 | Numeral = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ;<br/><br/> |
101 | Letter = "A" | "B" | ... | "Z" | "a" | ... | "z";<br/><br/> | 101 | Letter = "A" | "B" | ... | "Z" | "a" | ... | "z";<br/><br/> |
102 | EstablishConnectionToPeerViaProtocolValues = EstablishConnectionToPeerViaProtocolValue { "|", EstablishConnectionToPeerViaProtocolValue } | ||
102 | EstablishConnectionToPeerViaProtocolValue = "{", ( GlobalPeer | SubnetPeer ), ":", Protocol, "}" ;<br/><br/> | 103 | EstablishConnectionToPeerViaProtocolValue = "{", ( GlobalPeer | SubnetPeer ), ":", Protocol, "}" ;<br/><br/> |
103 | On = 1 ;<br/><br/> | 104 | On = 1 ;<br/><br/> |
104 | Off = 0 ;<br/><br/> | 105 | Off = 0 ;<br/><br/> |