From: David Barr Date: Wed, 19 Jun 2019 18:07:50 +0000 (-0700) Subject: Make the reject attribute note consistent X-Git-Tag: v2.1.0~5^2~2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3a0fc17aac60be6736642a6e0d6594ef82e0b0a0;p=puppet-modules%2Fpuppetlabs-firewall.git Make the reject attribute note consistent The `reject` attribute noted `jump => 'REJECT'`. But, the `jump` attribute notes that "for the values ACCEPT, DROP, and REJECT, you must use the generic `action` parameter." (Also, added some commas...) --- diff --git a/REFERENCE.md b/REFERENCE.md index 84fbdc6..f25d34d 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 jump => "REJECT" you can specify a different icmp +When combined with action => "REJECT" you can specify a different icmp response to be sent back to the packet sender. ##### `log_level`