Tasks connected to a swarm network will have 1 endpoint on windows RS3.#1900
Merged
fcrisciani merged 2 commits intomoby:masterfrom Aug 28, 2017
Merged
Tasks connected to a swarm network will have 1 endpoint on windows RS3.#1900fcrisciani merged 2 commits intomoby:masterfrom
fcrisciani merged 2 commits intomoby:masterfrom
Conversation
Signed-off-by: Pradip Dhara <pradipd@microsoft.com>
Signed-off-by: Pradip Dhara <pradipd@microsoft.com>
Contributor
Author
|
@msabansal please review |
pradipd
commented
Aug 10, 2017
| @@ -15,12 +19,14 @@ type endpointTable map[string]*endpoint | |||
| const overlayEndpointPrefix = "overlay/endpoint" | |||
|
|
|||
| type endpoint struct { | |||
Contributor
Author
There was a problem hiding this comment.
Eventually, we should look at converging type endpoint struct and type hnsEnpoint struct in windows pkg so they can be shared by all windows and overlay drivers. But, I think that is outside the scope of this PR.
pradipd
commented
Aug 11, 2017
|
|
||
| hnsEndpoint.Policies = append(hnsEndpoint.Policies, paPolicy) | ||
|
|
||
| if system.GetOSVersion().Build > 16236 { |
Contributor
Author
There was a problem hiding this comment.
Will move this check into hns.
Contributor
|
LGTM |
Contributor
Author
|
@mavenugo @fcrisciani Can we merge this pull request? |
Contributor
Author
|
@mavenugo @fcrisciani Or review it and give feedback so that we can merge it. |
|
LGTM, @pradipd can you confirm that is ready to be merged? |
Contributor
Author
|
@fcrisciani it is ready to be merged. |
thaJeztah
added a commit
to thaJeztah/libnetwork
that referenced
this pull request
Apr 8, 2019
This replaces the hard-coded build numbers with constants that are now defined in hcsshim. Note that build 16236 is not defined in the package, and may be referring to RS2 (which was a client-only release). Checks for this version were added in commits; a9db5c5 (moby#1900), and 6681c02 (moby#2070), and In a9db5c5, it is described that the intent was to allow these options only in Windows RS3 so I changed the comparissons to match RS3 (and up), or disable the option on anything older than RS3. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
added a commit
to thaJeztah/libnetwork
that referenced
this pull request
Apr 8, 2019
This replaces the hard-coded build numbers with constants that are now defined in hcsshim. Note that build 16236 is not defined in the package, and may be referring to RS2 (which was a client-only release). Checks for this version were added in commits; a9db5c5 (moby#1900), and 6681c02 (moby#2070), and In a9db5c5, it is described that the intent was to allow these options only in Windows RS3 so I changed the comparissons to match RS3 (and up), or disable the option on anything older than RS3. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
added a commit
to thaJeztah/libnetwork
that referenced
this pull request
Apr 8, 2019
This replaces the hard-coded build numbers with constants that are now defined in hcsshim. Note that build 16236 is not defined in the package, and may be referring to RS2 (which was a client-only release). Checks for this version were added in commits; a9db5c5 (moby#1900), and 6681c02 (moby#2070) In a9db5c5, it is described that the intent was to allow these options only in Windows RS3 so I changed the comparisons to match RS3 (and up), or disable the option on anything older than RS3. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
added a commit
to thaJeztah/libnetwork
that referenced
this pull request
Apr 12, 2019
This replaces the hard-coded build numbers with constants that are now defined in hcsshim. Note that build 16236 is not defined in the package, and may be referring to RS2 (which was a client-only release). Checks for this version were added in commits; a9db5c5 (moby#1900), and 6681c02 (moby#2070) In a9db5c5, it is described that the intent was to allow these options only in Windows RS3 so I changed the comparisons to match RS3 (and up), or disable the option on anything older than RS3. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
added a commit
to thaJeztah/libnetwork
that referenced
this pull request
Apr 25, 2019
This replaces the hard-coded build numbers with constants that are now defined in hcsshim. Note that build 16236 is not defined in the package, and may be referring to RS2 (which was a client-only release). Checks for this version were added in commits; a9db5c5 (moby#1900), and 6681c02 (moby#2070) In a9db5c5, it is described that the intent was to allow these options only in Windows RS3 so I changed the comparisons to match RS3 (and up), or disable the option on anything older than RS3. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
added a commit
to thaJeztah/libnetwork
that referenced
this pull request
Apr 25, 2019
This replaces the hard-coded build numbers with constants that are now defined in hcsshim. Note that build 16236 is not defined in the package, and may be referring to RS2 (which was a client-only release). Checks for this version were added in commits; a9db5c5 (moby#1900), and 6681c02 (moby#2070) In a9db5c5, it is described that the intent was to allow these options only in Windows RS3 so I changed the comparisons to match RS3 (and up), or disable the option on anything older than RS3. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
added a commit
to thaJeztah/libnetwork
that referenced
this pull request
Jun 25, 2019
This replaces the hard-coded build numbers with constants that are now defined in hcsshim. Note that build 16236 is not defined in the package, and may be referring to RS2 (which was a client-only release). Checks for this version were added in commits; a9db5c5 (moby#1900), and 6681c02 (moby#2070) In a9db5c5, it is described that the intent was to allow these options only in Windows RS3 so I changed the comparisons to match RS3 (and up), or disable the option on anything older than RS3. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
added a commit
to thaJeztah/libnetwork
that referenced
this pull request
Jun 25, 2019
This replaces the hard-coded build numbers with constants that are now defined in hcsshim. Note that build 16236 is not defined in the package, and may be referring to RS2 (which was a client-only release). Checks for this version were added in commits; a9db5c5 (moby#1900), and 6681c02 (moby#2070) In a9db5c5, it is described that the intent was to allow these options only in Windows RS3 so I changed the comparisons to match RS3 (and up), or disable the option on anything older than RS3. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
added a commit
to thaJeztah/libnetwork
that referenced
this pull request
Nov 25, 2019
This replaces the hard-coded build numbers with constants that are now defined in hcsshim. Note that build 16236 is not defined in the package, and may be referring to RS2 (which was a client-only release). Checks for this version were added in commits; a9db5c5 (moby#1900), and 6681c02 (moby#2070) In a9db5c5, it is described that the intent was to allow these options only in Windows RS3 so I changed the comparisons to match RS3 (and up), or disable the option on anything older than RS3. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
added a commit
to thaJeztah/libnetwork
that referenced
this pull request
Apr 7, 2021
This replaces the hard-coded build numbers with constants that are now defined in hcsshim. Note that build 16236 is not defined in the package, and may be referring to RS2 (which was a client-only release). Checks for this version were added in commits; a9db5c5 (moby#1900), and 6681c02 (moby#2070) In a9db5c5, it is described that the intent was to allow these options only in Windows RS3 so I changed the comparisons to match RS3 (and up), or disable the option on anything older than RS3. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.