From: Aristarkh Zagorodnikov Date: Mon, 6 Sep 2021 17:23:52 +0000 (+0300) Subject: Fix rpfilter parameter X-Git-Tag: v3.5.0~2^2~3 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6326e990a65d905679c8e694110db39754bed714;p=puppet-modules%2Fpuppetlabs-firewall.git Fix rpfilter parameter --- diff --git a/lib/puppet/type/firewall.rb b/lib/puppet/type/firewall.rb index e4cb1a2..b55a809 100644 --- a/lib/puppet/type/firewall.rb +++ b/lib/puppet/type/firewall.rb @@ -173,6 +173,7 @@ Puppet::Type.newtype(:firewall) do feature :mss, 'Match a given TCP MSS value or range.' feature :tcp_flags, 'The ability to match on particular TCP flag settings' feature :pkttype, 'Match a packet type' + feature :rpfilter, 'Perform reverse-path filtering' feature :socket, 'Match open sockets' feature :isfragment, 'Match fragments' feature :address_type, 'The ability match on source or destination address type'