1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/routnerr-2: disable CoreRAD verbose logs

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2021-01-06 13:00:21 -05:00
parent e4ce57cc54
commit 50c3ac2314
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -35,9 +35,6 @@ in {
# Configure a higher preference for interfaces with more bandwidth. # Configure a higher preference for interfaces with more bandwidth.
preference = ifi.preference; preference = ifi.preference;
# Enable verbose logs so we can identify client solicitation patterns.
verbose = true;
# Advertise all /64 prefixes on the interface. # Advertise all /64 prefixes on the interface.
prefix = [{ prefix = "::/64"; }]; prefix = [{ prefix = "::/64"; }];