You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moby/libnetwork#2270 adds support to create a overlay network
with DSR (direct server return) mode which does an L2 forward and skips a SNAT rewrite keeping the L3 headers intact
There hasn't been any activity on this issue for a long time.
If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment.
If not, this issue will be closed in 14 days. This helps our maintainers focus on the active issues.
Prevent issues from auto-closing with a /lifecycle frozen comment.
moby/libnetwork#2270 adds support to create a
overlay
networkwith DSR (direct server return) mode which does an L2 forward and skips a SNAT rewrite keeping the L3 headers intact
Usage
docker network create -d overlay --opt dsr dsr-net
File: network/network-tutorial-overlay.md
The text was updated successfully, but these errors were encountered: