Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable game server ip address allocation for macvlan driver. #134

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Oct 9, 2022

  1. Enable game server ip address allocation for macvlan driver.

    Issue:
    For macvlan driver default docker config assign first available ip.
    Game servers get ip assigned in order of container creation.
    
    Solution proposal:
    Wings support only one docker network for each game server.
    To assign correct IP default allocation could be used.
    Allocations doesn't limit IPs at all, admin could set desired game server container ip and port by default allocation.
    madpeteguy committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    86842da View commit details
    Browse the repository at this point in the history