aboutsummaryrefslogtreecommitdiff
path: root/types/protocols.pp
AgeCommit message (Collapse)Author
2021-02-16add 'Integer' to 'Ferm::Protocols' to allow numberic valuesKilian Engelhardt
> The specified protocol can be one of tcp, udp, udplite, icmp, icmpv6,esp, > ah, sctp, mh or the special keyword "all", or it can be a numeric value, > representing one of these protocols or a different one. source: https://ipset.netfilter.org/iptables.man.html Also see [0] for Assigned Internet Protocol Numbers. -- [0] https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
2019-09-11allow using an array for $protoThore Bödecker
This enables defining ferm::rule with multiple protocols at once, because using 'all' for $proto does not allow using $dport/$sport.
2019-08-31allow all supported iptables protocollsTim Meusel
2019-03-13add 'all' to protocolsKilian Engelhardt
2018-03-15initial commitTim Meusel