From b6a87b3676ff358a131dea0a5b1e45ce4037d442 Mon Sep 17 00:00:00 2001 From: NishantBanat <83485815+NishantBanat@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:47:56 +0530 Subject: [PATCH] Updated networking.md to remove sent word used twice (#15322) There was a small error where we see sent sent, so removed one of the sent word. Line 395. --- engine/swarm/networking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/swarm/networking.md b/engine/swarm/networking.md index dd54439dc4..61190f4b34 100644 --- a/engine/swarm/networking.md +++ b/engine/swarm/networking.md @@ -391,8 +391,8 @@ the `--data-path-addr` flag when initializing or joining the swarm. If there are multiple interfaces, `--advertise-addr` must be specified explicitly, and `--data-path-addr` defaults to `--advertise-addr` if not specified. Traffic about joining, leaving, and managing the swarm is sent over the -`--advertise-addr` interface, and traffic among a service's containers is sent -sent over the `--data-path-addr` interface. These flags can take an IP address or +`--advertise-addr` interface, and traffic among a service's containers is sent +over the `--data-path-addr` interface. These flags can take an IP address or a network device name, such as `eth0`. This example initializes a swarm with a separate `--data-path-addr`. It assumes