search for: no_port

Displaying 1 result from an estimated 1 matches for "no_port".

Did you mean: to_port
2017 Aug 22
2
[Bug 1174] New: 'define' functionality not sufficient for maintaining sets and the like
...fail, in various ways when trying to use elements = { $some_ports } * define some_ports = { 80, 443 } * define some_ports = 80, 443 * define some_ports = http, https * define some_ports = 80 * define some_ports = "{ 80, 443 }" fails when trying to use elements = $some_ports * define no_ports = { } fails, as does directly using * elements = { } Agreed, can omit the elements declaration, but important: * To clearly indicate that the intended initial condition is empty * For automated script-generation tools which would otherwise need to test for and branch if there were no elements T...