Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

ipv6 not supported for config:file #50

@tasinet

Description

@tasinet

Hello,

Is there a way to use ipv6 rules with the 'file'-type config? I'd imagine you would be able to do something like:

    class { 'iptables':
            config => 'file',
            enable_v6 => true,
            template => 'iptables.erb',
            template_v6 => 'ip6tables.erb',
    }

However, there doesn't seem to be a template_v6 option to specify where the v6 rules should come from.

At the moment, enable_v6 doesn't seem to have any effect at all if config:file is used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions