+6
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+6
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+2
nixos/doc/manual/release-notes/rl-2111.section.md
+2
nixos/doc/manual/release-notes/rl-2111.section.md
+6
-1
nixos/modules/tasks/network-interfaces-scripted.nix
+6
-1
nixos/modules/tasks/network-interfaces-scripted.nix
···
···
+11
-1
nixos/modules/tasks/network-interfaces-systemd.nix
+11
-1
nixos/modules/tasks/network-interfaces-systemd.nix
···
+40
-1
nixos/modules/tasks/network-interfaces.nix
+40
-1
nixos/modules/tasks/network-interfaces.nix
······
······
+24
-3
nixos/tests/networking.nix
+24
-3
nixos/tests/networking.nix
······-nodes.client1 = node { address4 = "192.168.1.1"; remote = "192.168.1.2"; address6 = "fc00::1"; };-nodes.client2 = node { address4 = "192.168.1.2"; remote = "192.168.1.1"; address6 = "fc00::2"; };
······