From 50c661c4476c96dfa5cd1ca8843ee16b4b1111aa Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Sun, 19 Jan 2020 11:27:11 -0500 Subject: [PATCH] nixos/corerad: update test for new configuration --- nixos/tests/corerad.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/tests/corerad.nix b/nixos/tests/corerad.nix index 68b698857b4..950c9abc899 100644 --- a/nixos/tests/corerad.nix +++ b/nixos/tests/corerad.nix @@ -18,8 +18,7 @@ import ./make-test-python.nix ( [[interfaces]] name = "eth1" send_advertisements = true - [[interfaces.plugins]] - name = "prefix" + [[interfaces.prefix]] prefix = "::/64" ''; };