]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: force recalculate on interface_up
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 25 Apr 2024 10:18:08 +0000 (12:18 +0200)
committerton31337 <3352707+ton31337@users.noreply.github.com>
Sat, 4 May 2024 14:07:55 +0000 (14:07 +0000)
commit7f63d9c4369acc11ee5367898af3d36eb9335f19
treec766346dc81aa0c3ec9323d16eaf88413f942cca
parenta5c72eac139158904a62fb042682b24080fd8a4a
ospf6d: force recalculate on interface_up

interface_up also handles changes to the interface type, i.e. broadcast
to ptp to ptmp.  Connected routes for these are different and must be
readvertised, which is done in ospf6_interface_recalculate_cost() - but
only if the cost changed.  Use the force variant here.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit d7f54c4d5692c85d0f6a5bb384b156f252b92e20)
ospf6d/ospf6_interface.c