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: vishvananda/netns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0a2b9b5464df
Choose a base ref
...
head repository: vishvananda/netns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: db3c7e526aae
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on May 20, 2020

  1. Use golang.org/x/sys/unix instead of syscall

    The syscall package is deprecated and no longer updated as per
    https://golang.org/pkg/syscall/. Use the golang.org/x/sys/unix package
    instead, which also provides a wrapper for SYS_SETNS, so the syscall
    number encoding depending on runtime.GOARCH can be dropped.
    
    Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
    tklauser authored and vishvananda committed May 20, 2020
    Configuration menu
    Copy the full SHA
    52d707b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Set O_CLOEXEC when opening a network namespace

    Signed-off-by: fanjiyun <fan.jiyun@zte.com.cn>
    fanjiyun authored and vishvananda committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    1e46305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db3c7e5 View commit details
    Browse the repository at this point in the history
Loading