We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23a404 commit faf096bCopy full SHA for faf096b
docs/reference/commandline/swarm_init.md
@@ -117,6 +117,12 @@ data traffic from the management traffic of the cluster.
117
118
If unspecified, the IP address or interface of the advertise address is used.
119
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
+
126
### <a name="data-path-port"></a> Configure port number for data traffic (--data-path-port)
127
128
The `--data-path-port` flag allows you to configure the UDP port number to use
0 commit comments