Skip to content

ferm dies when using @ipfilter within @if #95

@elho

Description

@elho

The following example did work in ferm 2.4, but causes ferm 2.5.1 and current git to die:

def $var = ();

domain ip {
    @if @ipfilter($var) {
    }
}

The newer ferm versions die in the final else branch of eval_bool().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions