From 6326e990a65d905679c8e694110db39754bed714 Mon Sep 17 00:00:00 2001 From: Aristarkh Zagorodnikov Date: Mon, 6 Sep 2021 20:23:52 +0300 Subject: [PATCH] Fix rpfilter parameter --- lib/puppet/type/firewall.rb | 1 + 1 file changed, 1 insertion(+) 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' -- 2.45.2