Correct IPv6 Prefix Length.
Should be announced as /64 by ff nodes as this is the usual length for IPv6 network segments
This commit is contained in:
parent
ae3b878f50
commit
5c19e45e7e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
release => '0.3.99-exp' . nightly,
|
||||
|
||||
prefix4 => '10.112.0.0/18',
|
||||
prefix6 => 'fd51:2bb2:fd0d::/48',
|
||||
prefix6 => 'fd51:2bb2:fd0d::/64',
|
||||
|
||||
timezone => 'CET-1CEST,M3.5.0,M10.5.0/3', # Europe/Berlin
|
||||
ntp_servers => ['1.ntp.services.ffhl'],
|
||||
|
|
Loading…
Reference in a new issue