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:
parent
e4ce57cc54
commit
50c3ac2314
1 changed files with 0 additions and 3 deletions
|
@ -35,9 +35,6 @@ 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