revert "max ra interval" to the default of 600s

This commit is contained in:
Jeremy Hanmer 2014-09-15 14:42:29 -07:00
parent 7ed29fb1f1
commit fd85434d0d
2 changed files with 2 additions and 2 deletions

View File

@ -314,7 +314,7 @@ def _build_radv_config(config, interface_map):
retval.extend([
'\tinterface "%s" {' % real_ifname,
'\t\tmax ra interval 10;',
'\t\tmax ra interval 600;',
'\t\trdnss local yes;'
])
for subnet in v6_subnets:

View File

@ -225,7 +225,7 @@ class BirdTestCase(TestCase):
expected = """
protocol radv {
interface "en1" {
max ra interval 10;
max ra interval 600;
rdnss local yes;
prefix face::/64 {
autonomous off;