We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e50abc commit 0b0d088Copy full SHA for 0b0d088
lib/puppet/type/firewall.rb
@@ -173,6 +173,7 @@
173
feature :mss, 'Match a given TCP MSS value or range.'
174
feature :tcp_flags, 'The ability to match on particular TCP flag settings'
175
feature :pkttype, 'Match a packet type'
176
+ feature :rpfilter, 'Perform reverse-path filtering'
177
feature :socket, 'Match open sockets'
178
feature :isfragment, 'Match fragments'
179
feature :address_type, 'The ability match on source or destination address type'
0 commit comments