Skip to content

Commit faf096b

Browse files
committed
docs: clarify that --data-path-addr doesn't restrict access
Signed-off-by: David Karlsson <[email protected]>
1 parent c23a404 commit faf096b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/reference/commandline/swarm_init.md

+6
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ data traffic from the management traffic of the cluster.
117117

118118
If unspecified, the IP address or interface of the advertise address is used.
119119

120+
Setting `--data-path-addr` does not restrict which interfaces or source IP
121+
addresses the VXLAN socket is bound to. Similar to `--advertise-addr`, the
122+
purpose of this flag is to inform other members of the swarm about which
123+
address to use for control plane traffic. To restrict access to the VXLAN port
124+
of the node, use firewall rules.
125+
120126
### <a name="data-path-port"></a> Configure port number for data traffic (--data-path-port)
121127

122128
The `--data-path-port` flag allows you to configure the UDP port number to use

0 commit comments

Comments
 (0)