mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 02:50:17 +01:00
core: fix setting IPv6 retrans timer
Fixes:5c48c5d5d6('l3cfg: set IPv6 sysctls during NML3Cfg commit') (cherry picked from commit50b6f3d6d3)
This commit is contained in:
parent
1ebef6cabf
commit
7a73431608
1 changed files with 1 additions and 1 deletions
|
|
@ -4010,7 +4010,7 @@ _l3_commit_ndisc_params(NML3Cfg *self, NML3CfgCommitType commit_type)
|
|||
|
||||
if (retrans_set
|
||||
&& (!self->priv.p->ndisc_retrans_timer_msec_set
|
||||
|| self->priv.p->ndisc_reachable_time_msec != retrans)) {
|
||||
|| self->priv.p->ndisc_retrans_timer_msec != retrans)) {
|
||||
self->priv.p->ndisc_retrans_timer_msec = retrans;
|
||||
self->priv.p->ndisc_retrans_timer_msec_set = TRUE;
|
||||
if (ifname) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue