From 065ec9a28c2709f3fe3fbdf5d8a191b047fddf67 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Thu, 6 Feb 2020 21:58:11 -0500 Subject: [PATCH] nixos/corerad: update advertisement argument --- nixos/tests/corerad.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/corerad.nix b/nixos/tests/corerad.nix index 950c9abc899..741fa448f68 100644 --- a/nixos/tests/corerad.nix +++ b/nixos/tests/corerad.nix @@ -17,7 +17,7 @@ import ./make-test-python.nix ( configFile = pkgs.writeText "corerad.toml" '' [[interfaces]] name = "eth1" - send_advertisements = true + advertise = true [[interfaces.prefix]] prefix = "::/64" '';