]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Fix rpfilter parameter
authorAristarkh Zagorodnikov <xm@drive.net>
Mon, 6 Sep 2021 17:23:52 +0000 (20:23 +0300)
committerAristarkh Zagorodnikov <xm@drive.net>
Tue, 14 Dec 2021 21:45:43 +0000 (00:45 +0300)
lib/puppet/type/firewall.rb

index e4cb1a2fafa39246adc3c83718f4235873393e3a..b55a8091428d80ee74df3ea35959064087d4edfa 100644 (file)
@@ -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'