1
0
Fork 0
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:
Matt Layher 2021-01-03 18:00:41 -05:00
parent de73b7c36b
commit e4ce57cc54
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -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"; }];