Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containernetworking/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: containernetworking/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 9, 2022

  1. call ipam.ExceDel after clean up device in netns

    fix #666
    
    Signed-off-by: gojoy <729324352@qq.com>
    gojoy authored and squeed committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b03deb6 View commit details
    Browse the repository at this point in the history
  2. ipam/dhcp: Fix client id in renew/release

    The client id was constructed differently in the acquire
    function compared to the release and renew functions,
    which caused the dhcp-server to consider it a different client.
    This is now encapsulated in a common function.
    
    Signed-off-by: Fabian Wiesel <fabian.wiesel@sap.com>
    fwiesel authored and squeed committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b1782e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #716 from squeed/cp-bugfixes

    [release-1.1] Cherry-pick some bugfixes
    matthewdupre authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4744ec2 View commit details
    Browse the repository at this point in the history
Loading