bundles/radvd: advertise atleast every 30 seconds
This commit is contained in:
parent
0c59af2fdc
commit
51ee9be424
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
interface ${interface}
|
||||
{
|
||||
AdvSendAdvert on;
|
||||
MinRtrAdvInterval 10;
|
||||
MaxRtrAdvInterval 30;
|
||||
MinDelayBetweenRAs 10;
|
||||
prefix ${config.get('prefix', '::/64')}
|
||||
{
|
||||
AdvOnLink on;
|
||||
|
|
Loading…
Reference in a new issue