summaryrefslogtreecommitdiff
path: root/system/iptables.py
diff options
context:
space:
mode:
authorLinus Unnebäck <linus@folkdatorn.se>2016-08-05 15:26:30 +0200
committerBrian Coca <bcoca@users.noreply.github.com>2016-08-05 09:26:30 -0400
commit344dcc95c05fac9e503ecbdc74c6a46aac4a455c (patch)
tree8634577345e94c2a1405b25ef38c21899aa30b61 /system/iptables.py
parent7e1bf4fc8f1d2f70ff9e9fab94eff3a997163b96 (diff)
downloadansible-modules-extras-344dcc95c05fac9e503ecbdc74c6a46aac4a455c.tar.gz
iptables: remove duplicated documentation (#2673)
Fixes #1527
Diffstat (limited to 'system/iptables.py')
-rw-r--r--system/iptables.py20
1 files changed, 2 insertions, 18 deletions
diff --git a/system/iptables.py b/system/iptables.py
index f0f458a5..51089575 100644
--- a/system/iptables.py
+++ b/system/iptables.py
@@ -98,15 +98,7 @@ options:
either a network mask or a plain number, specifying the number of 1's
at the left side of the network mask. Thus, a mask of 24 is equivalent
to 255.255.255.0. A "!" argument before the address specification
- inverts the sense of the address.Source specification. Address can be
- either a network name, a hostname, a network IP address (with /mask),
- or a plain IP address. Hostnames will be resolved once only, before
- the rule is submitted to the kernel. Please note that specifying any
- name to be resolved with a remote query such as DNS is a really bad
- idea. The mask can be either a network mask or a plain number,
- specifying the number of 1's at the left side of the network mask.
- Thus, a mask of 24 is equivalent to 255.255.255.0. A "!" argument
- before the address specification inverts the sense of the address.
+ inverts the sense of the address.
required: false
default: null
destination:
@@ -119,15 +111,7 @@ options:
either a network mask or a plain number, specifying the number of 1's
at the left side of the network mask. Thus, a mask of 24 is equivalent
to 255.255.255.0. A "!" argument before the address specification
- inverts the sense of the address.Source specification. Address can be
- either a network name, a hostname, a network IP address (with /mask),
- or a plain IP address. Hostnames will be resolved once only, before
- the rule is submitted to the kernel. Please note that specifying any
- name to be resolved with a remote query such as DNS is a really bad
- idea. The mask can be either a network mask or a plain number,
- specifying the number of 1's at the left side of the network mask.
- Thus, a mask of 24 is equivalent to 255.255.255.0. A "!" argument
- before the address specification inverts the sense of the address.
+ inverts the sense of the address.
required: false
default: null
match: