]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: fix SPF scheduling on IPv6 only topology
authorLouis Scalbert <louis.scalbert@6wind.com>
Tue, 17 May 2022 10:13:50 +0000 (12:13 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Tue, 24 May 2022 08:06:05 +0000 (10:06 +0200)
commitd95cd33545006004424736d20a0226b5cd9fb47a
treea255e70b6a61ecfa1512685e5fbca8050d486c91
parente45958e9cfccd6dfc108a7ef5cb73775e8ef2e68
isisd: fix SPF scheduling on IPv6 only topology

If ISIS is running on an IPv6 only topology, the command "spf interval"
has no effect.

Only the IPv4 SPF tree timers are taken into account.

Base the next SPF scheduling on the last running SPF tree.

Fixes: be985ba059 ("isisd: make use of advanced concepts like arrays and loops")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
isisd/isis_spf.c