[Bug 1174] 'define' functionality not sufficient for maintaining sets and the like

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Wed Aug 23 01:17:55 CEST 2017


https://bugzilla.netfilter.org/show_bug.cgi?id=1174

Jeff Kletsky <netfilter at allycomm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Jeff Kletsky <netfilter at allycomm.com> ---
On re-testing this in a different context, the following appear to work:

Works:
======

define some_ports = { 80, 443 }

table ip global {

    set some_ports_set {
        type inet_service
    elements = $some_ports
    }
}

Works:
======

define some_ports = { 80, 443 }

table ip global {

    set some_ports_set {
        type inet_service
    elements = { $some_ports }
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20170822/a618d9a8/attachment.html>


More information about the netfilter-buglog mailing list