mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-14 03:36:04 +01:00
Previously the bonding driver would create an initial `bond0` interface when it was loaded. If the network management integration used that interface and did not recreate it, it was stuck to the default `balance-rr` mode. Deploying systemds modprobe.d configuration sets `max_bonds=0`, so we don't run into that issue anymore. Hence we now make sure that we can indeed create `bond0` with `802.3ad` (LACP), which is a non default mode. |
||
|---|---|---|
| .. | ||
| doc | ||
| lib | ||
| maintainers | ||
| modules | ||
| tests | ||
| COPYING | ||
| default.nix | ||
| README | ||
| release-combined.nix | ||
| release-small.nix | ||
| release.nix | ||
*** NixOS *** NixOS is a Linux distribution based on the purely functional package management system Nix. More information can be found at https://nixos.org/nixos and in the manual in doc/manual.