Uh oh!
There was an error while loading. Please reload this page.
Support SCTP port mapping - #278
Conversation
Codecov Report
@@ Coverage Diff @@## master #278 +/- ##
=======================================
Coverage 53.21% 53.21% =======================================
Files 258 258 Lines 16346 16346 =======================================
Hits 8699 8699 Misses 7082 7082 Partials 565 565 |
aaronlehmann
commented
Jul 7, 2017
I see the PR in go-connections is docker/go-connections#41 Let's merge that first, then we can update this PR to vendor the actual go-connections repository instead of a fork. |
ishidawataru
commented
Jul 11, 2017
@aaronlehmann Sure. I'll update this PR after docker/go-connections#41 get merged. However, I think moby/libnetwork#1825 is the first PR we need to merge for SCTP port mapping feature. |
AkihiroSuda
commented
Feb 2, 2018
rebased |
dnephin
commented
Feb 2, 2018
Ok, but let's not merge this until the moby/moby PR is merged. |
a224f0e to
513e958ComparethaJeztah
commented
Feb 16, 2018
Perhaps we want to update the tests for #581 to include SCTP |
thaJeztah
commented
Feb 20, 2018
moby/moby#33922 was merged |
| switch key { | ||
| case portOptProtocol: | ||
| if value != string(swarm.PortConfigProtocolTCP) && value != string(swarm.PortConfigProtocolUDP) { | ||
| // TODO: use swarm.PortConfigProtocolSCTP (vendor moby/moby#33922) |
There was a problem hiding this comment.
Looks like we just need to vendor this in now?
thaJeztah
commented
Feb 20, 2018
Opened a vendor PR for moby/moby: #892 |
AkihiroSuda
commented
Feb 20, 2018
Will rebase soon after #892 gets merged, thanks |
Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp> Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
AkihiroSuda
commented
Feb 21, 2018
done |
thaJeztah
commented
Feb 21, 2018
Thanks @AkihiroSuda - this does need a follow-up to update the documentation, for example, the |
The "kubernetes" and "swarm" annotations are removed as we don't want to hide stack command. Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
Support SCTP port mapping Upstream-commit: 64f92fd Component: cli
[17.11] update trust tests for 17.11
Signed-off-by: Wataru Ishida ishida.wataru@lab.ntt.co.jp
- What I did
This PR add support for SCTP port mapping.
Please see moby/moby#33922 for the details.
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)