From e4ce57cc5425ddeec638ac6adf7cbac89be200cb Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Sun, 3 Jan 2021 18:00:41 -0500 Subject: [PATCH] nixos/routnerr-2: enable verbose CoreRAD logs Signed-off-by: Matt Layher --- nixos/routnerr-2/corerad.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/routnerr-2/corerad.nix b/nixos/routnerr-2/corerad.nix index 8a33fb5..d7d16a1 100644 --- a/nixos/routnerr-2/corerad.nix +++ b/nixos/routnerr-2/corerad.nix @@ -35,6 +35,9 @@ in { # Configure a higher preference for interfaces with more bandwidth. preference = ifi.preference; + # Enable verbose logs so we can identify client solicitation patterns. + verbose = true; + # Advertise all /64 prefixes on the interface. prefix = [{ prefix = "::/64"; }];