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.
This commit is contained in:
NishantBanat 2022-08-09 17:47:56 +05:30 committed by GitHub
parent 56aa5eea57
commit b6a87b3676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 multiple interfaces, `--advertise-addr` must be specified explicitly, and
`--data-path-addr` defaults to `--advertise-addr` if not specified. Traffic about `--data-path-addr` defaults to `--advertise-addr` if not specified. Traffic about
joining, leaving, and managing the swarm is sent over the joining, leaving, and managing the swarm is sent over the
`--advertise-addr` interface, and traffic among a service's containers is sent `--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 over the `--data-path-addr` interface. These flags can take an IP address or
a network device name, such as `eth0`. a network device name, such as `eth0`.
This example initializes a swarm with a separate `--data-path-addr`. It assumes This example initializes a swarm with a separate `--data-path-addr`. It assumes