Merge pull request #32717 from fcrisciani/data_path

Data path traffic separation option in swarm mode
Upstream-commit: 0307fe1a0bcdc02583a24add41eb783c117bad8c
Component: engine
This commit is contained in:
Brian Goff
2017-04-27 13:00:55 -04:00
committed by GitHub
20 changed files with 197 additions and 66 deletions
@@ -132,6 +132,7 @@ type ExternalCA struct {
type InitRequest struct {
ListenAddr string
AdvertiseAddr string
DataPathAddr string
ForceNewCluster bool
Spec Spec
AutoLockManagers bool
@@ -142,6 +143,7 @@ type InitRequest struct {
type JoinRequest struct {
ListenAddr string
AdvertiseAddr string
DataPathAddr string
RemoteAddrs []string
JoinToken string // accept by secret
Availability NodeAvailability