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: NixOS/nixpkgs
base: 16f42b369474
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0834e98ece64
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 2, 2018

  1. nixos/containers: Add assertion for container name length

    When privateNetwork is enabled, currently the container's interface name
    is derived from the container name. However, there's a hard limit
    on the size of interface names. To avoid conflicts and other issues,
    we set a limit on the container name when privateNetwork is enabled.
    
    Fixes #38509
    arianvp committed Dec 2, 2018
    Copy the full SHA
    bf10282 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Merge pull request #51393 from arianvp/container-names

    nixos/containers: Add assertion for container name length
    flokli committed Dec 5, 2018
    Copy the full SHA
    0834e98 View commit details
    Browse the repository at this point in the history