mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/routnerr-2: enable verbose CoreRAD logs
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
de73b7c36b
commit
e4ce57cc54
1 changed files with 3 additions and 0 deletions
|
@ -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"; }];
|
||||
|
||||
|
|
Loading…
Reference in a new issue