Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9debdaf512bc510f7f5d5450c4902e7d1f713274
      
https://github.com/NixOS/nixpkgs/commit/9debdaf512bc510f7f5d5450c4902e7d1f713274
  Author: Profpatsch <m...@profpatsch.de>
  Date:   2017-02-16 (Thu, 16 Feb 2017)

  Changed paths:
    M nixos/modules/tasks/network-interfaces-scripted.nix
    M nixos/modules/tasks/network-interfaces.nix
    M nixos/tests/networking.nix

  Log Message:
  -----------
  networking.bonds: add support for arbitrary driverOptions

Until now the four attributes available very selectively provided a small
subset, while copying upstream documentation.

We make driver options an arbitrary key-value set and point to kernel
documentation, which is always up-to-date. This way every option can be set.
The four already existing options are deprecated with a warning.


  Commit: bb797c1390971753f17f33882cfd477bc0f6d186
      
https://github.com/NixOS/nixpkgs/commit/bb797c1390971753f17f33882cfd477bc0f6d186
  Author: Profpatsch <m...@profpatsch.de>
  Date:   2017-02-16 (Thu, 16 Feb 2017)

  Changed paths:
    M nixos/modules/system/boot/networkd.nix
    M nixos/modules/tasks/network-interfaces-systemd.nix

  Log Message:
  -----------
  networking.networkd: adjust autmatic mapping of bonds

Since the bonds interface changed to a lot more possible values we create a
mapping of kernel bond attribute names and values to networkd attributes.
Those match for the most part, but have to transformed slightly.

There is also an assert that unknown options won’t slip through silently.


Compare: https://github.com/NixOS/nixpkgs/compare/03024b39b7d4...bb797c139097
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to