From 3a0fc17aac60be6736642a6e0d6594ef82e0b0a0 Mon Sep 17 00:00:00 2001 From: David Barr Date: Wed, 19 Jun 2019 11:07:50 -0700 Subject: [PATCH] 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...) --- REFERENCE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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` -- 2.45.2