Commit b7877986 authored by Franco Fichtner's avatar Franco Fichtner

services: bump values in preparation for RFC 7772; see #945

We'll go the long way here, bumping the values first before making
them configurable in the next iteration.

(cherry picked from commit 5ad1fa69)
parent 4c05a7f6
......@@ -166,8 +166,8 @@ function services_radvd_configure($blacklist = array())
$radvdconf .= "# Generated for DHCPv6 Server $dhcpv6if\n";
$radvdconf .= "interface {$realif} {\n";
$radvdconf .= "\tAdvSendAdvert on;\n";
$radvdconf .= "\tMinRtrAdvInterval 5;\n";
$radvdconf .= "\tMaxRtrAdvInterval 20;\n";
$radvdconf .= "\tMinRtrAdvInterval 225;\n";
$radvdconf .= "\tMaxRtrAdvInterval 300;\n";
$mtu = legacy_interface_stats($realif)['mtu'];
if (is_numeric($mtu)) {
$radvdconf .= "\tAdvLinkMTU {$mtu};\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment