Merge "Increase default IPv6 router advertisement interval"

This commit is contained in:
Jenkins 2016-01-28 12:47:31 +00:00 committed by Gerrit Code Review
commit f01bdd161f
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ OPTS = [
default='$state_path/ra',
help=_('Location to store IPv6 RA config files')),
cfg.IntOpt('min_rtr_adv_interval',
default=3,
default=30,
help=_('MinRtrAdvInterval setting for radvd.conf')),
cfg.IntOpt('max_rtr_adv_interval',
default=10,
default=100,
help=_('MaxRtrAdvInterval setting for radvd.conf')),
]