From: David Barr Date: Wed, 7 Aug 2019 15:10:12 +0000 (-0700) Subject: Reverse the changes in REFERENCE.md X-Git-Tag: v2.1.0~5^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7d95d621242cf209e4dc8ad1be9237e0e85230bd;p=puppet-modules%2Fpuppetlabs-firewall.git Reverse the changes in REFERENCE.md As per request, I've changed firewall.rb, instead. --- diff --git a/REFERENCE.md b/REFERENCE.md index f25d34d..84fbdc6 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -490,7 +490,7 @@ The value for the iptables --jump parameter. Normal values are: But any valid chain name is allowed. -For the values ACCEPT, DROP, and REJECT, you must use the generic +For the values ACCEPT, DROP and REJECT you must use the generic 'action' parameter. This is to enfore the use of generic parameters where possible for maximum cross-platform modelling. @@ -557,7 +557,7 @@ this boolean will enable randomized port mapping. ##### `reject` -When combined with action => "REJECT" you can specify a different icmp +When combined with jump => "REJECT" you can specify a different icmp response to be sent back to the packet sender. ##### `log_level`