revert "max ra interval" to the default of 600s
This commit is contained in:
parent
7ed29fb1f1
commit
fd85434d0d
@ -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:
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user