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

Add container ifName to the dhcp clientID, making the clientID value #217

Merged
merged 2 commits into from
Nov 21, 2018

Commits on Nov 9, 2018

  1. Add container ifName to the dhcp clientID, making the clientID value

    now equal to: ContainerID / Host Network / ifname inside container
    
    Use clientID as a key for the lease
    mccv1r0 committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    227a4c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Change dhcp plugin to send ClientID allowing container to have multip…

    …le CNI
    
    interfaces using dhcp ipam.
    
    Vendor latest dhcp4server, dhcp4client, dhcp4
    
    Added additional tests for new functionality in dhcp2_test.go
    
    Wrap d2g dhcp4client calls with our own which add clientID to packet.
    mccv1r0 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    0af31fc View commit details
    Browse the repository at this point in the history