Skip to content

Commit 344dcc9

Browse files
LinusUbcoca
authored andcommitted
iptables: remove duplicated documentation (ansible#2673)
Fixes ansible#1527
1 parent 7e1bf4f commit 344dcc9

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

system/iptables.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,7 @@
9898
either a network mask or a plain number, specifying the number of 1's
9999
at the left side of the network mask. Thus, a mask of 24 is equivalent
100100
to 255.255.255.0. A "!" argument before the address specification
101-
inverts the sense of the address.Source specification. Address can be
102-
either a network name, a hostname, a network IP address (with /mask),
103-
or a plain IP address. Hostnames will be resolved once only, before
104-
the rule is submitted to the kernel. Please note that specifying any
105-
name to be resolved with a remote query such as DNS is a really bad
106-
idea. The mask can be either a network mask or a plain number,
107-
specifying the number of 1's at the left side of the network mask.
108-
Thus, a mask of 24 is equivalent to 255.255.255.0. A "!" argument
109-
before the address specification inverts the sense of the address.
101+
inverts the sense of the address.
110102
required: false
111103
default: null
112104
destination:
@@ -119,15 +111,7 @@
119111
either a network mask or a plain number, specifying the number of 1's
120112
at the left side of the network mask. Thus, a mask of 24 is equivalent
121113
to 255.255.255.0. A "!" argument before the address specification
122-
inverts the sense of the address.Source specification. Address can be
123-
either a network name, a hostname, a network IP address (with /mask),
124-
or a plain IP address. Hostnames will be resolved once only, before
125-
the rule is submitted to the kernel. Please note that specifying any
126-
name to be resolved with a remote query such as DNS is a really bad
127-
idea. The mask can be either a network mask or a plain number,
128-
specifying the number of 1's at the left side of the network mask.
129-
Thus, a mask of 24 is equivalent to 255.255.255.0. A "!" argument
130-
before the address specification inverts the sense of the address.
114+
inverts the sense of the address.
131115
required: false
132116
default: null
133117
match:

0 commit comments

Comments
 (0)