aboutsummaryrefslogtreecommitdiff
path: root/template/l2o/testng.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/l2o/testng.html.j2')
-rw-r--r--template/l2o/testng.html.j23
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/>
91NaturalNumber = NumeralWithoutZero, { Numeral } ;<br/><br/> 91NaturalNumber = NumeralWithoutZero, { Numeral } ;<br/><br/>
92PluginName = Letter , { ( Letter | "_" ) } ;<br/><br/> 92PluginName = Letter , { ( Letter | "_" ) } ;<br/><br/>
93IndexOfGlobalNode = Zero | NaturalNumber ;<br/><br/> 93IndexOfGlobalNode = Zero | NaturalNumber ;<br/><br/>
94EstablishConnectionToPeerViaProtocol = "{" "connect", ":" EstablishConnectionToPeerViaProtocolValue "}" ;<br/><br/> 94EstablishConnectionToPeerViaProtocol = "{" "connect", ":" EstablishConnectionToPeerViaProtocolValues "}" ;<br/><br/>
95ProtocolPortToOpen = "tcp_port" | "udp_port" ;<br/><br/> 95ProtocolPortToOpen = "tcp_port" | "udp_port" ;<br/><br/>
96switch = On | Off ;<br/><br/> 96switch = On | Off ;<br/><br/>
97SubnetIndex = NaturalNumber ;<br/><br/> 97SubnetIndex = NaturalNumber ;<br/><br/>
@@ -99,6 +99,7 @@ NodeIndexInSubnet = NaturalNumber ;<br/><br/>
99NumeralWithoutZero = "0" | Numeral ;<br/><br/> 99NumeralWithoutZero = "0" | Numeral ;<br/><br/>
100Numeral = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ;<br/><br/> 100Numeral = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ;<br/><br/>
101Letter = "A" | "B" | ... | "Z" | "a" | ... | "z";<br/><br/> 101Letter = "A" | "B" | ... | "Z" | "a" | ... | "z";<br/><br/>
102EstablishConnectionToPeerViaProtocolValues = EstablishConnectionToPeerViaProtocolValue { "|", EstablishConnectionToPeerViaProtocolValue }
102EstablishConnectionToPeerViaProtocolValue = "{", ( GlobalPeer | SubnetPeer ), ":", Protocol, "}" ;<br/><br/> 103EstablishConnectionToPeerViaProtocolValue = "{", ( GlobalPeer | SubnetPeer ), ":", Protocol, "}" ;<br/><br/>
103On = 1 ;<br/><br/> 104On = 1 ;<br/><br/>
104Off = 0 ;<br/><br/> 105Off = 0 ;<br/><br/>