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

Support dockerd and system restarts for ipvlan and macvlan networks #2415

Merged
merged 3 commits into from
Jul 26, 2019

Commits on Jul 15, 2019

  1. Support dockerd and system restarts for ipvlan and macvlan networks

    This commit carries forward the work done in
    moby#2295
    and fixes two things
    1. Allows macvlan and ipvlan to be restored properly
    after dockerd or the system is restarted
    2. Makes sure the refcount for the configOnly network
    is not incremented for the above case so this network
    can be deleted after all the associated ConfigFrom networks
    are deleted
    
    Addresses: moby#1743
    
    Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com>
    Arko Dasgupta committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    4c5094c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Move dummyLinkExists into createDummyLink

    Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com>
    Arko Dasgupta committed Jul 25, 2019
    1 Configuration menu
    Copy the full SHA
    ea744fb View commit details
    Browse the repository at this point in the history
  2. Remove vlanLinkExists and dummyLinkExists since these are redundant

    Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com>
    Arko Dasgupta committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    6d382cd View commit details
    Browse the repository at this point in the history