mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
initialize in6_tmpaddrtimer_ch.
Obtained from: KAME
This commit is contained in:
parent
68795b9947
commit
8d996f28d8
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ ip6_init2(dummy)
|
|||
callout_reset(&in6_rr_timer_ch, hz, in6_rr_timer, NULL);
|
||||
|
||||
/* timer for regeneranation of temporary addresses randomize ID */
|
||||
callout_init(&in6_tmpaddrtimer_ch, 0);
|
||||
callout_reset(&in6_tmpaddrtimer_ch,
|
||||
(ip6_temp_preferred_lifetime - ip6_desync_factor -
|
||||
ip6_temp_regen_advance) * hz,
|
||||
|
|
|
|||
Loading…
Reference in a new issue