Displaying 1 result from an estimated 1 matches for "some_ports_set".
2017 Aug 22
2
[Bug 1174] New: 'define' functionality not sufficient for maintaining sets and the like
...dicate 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
Typical context:
table ip global {
    set forwarded_ports {
        type inet_service
    elements = { 80, 443 }
    }
    set some_ports_set {
        type inet_service
    elements = { $some_ports }
    }
    set no_forwarded_ports {
        type inet_service
#    elements = {  }    # fails
    }
}
-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment wa...