]> 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)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 25 Apr 2024 10:18:08 +0000 (12:18 +0200)
commitd7f54c4d5692c85d0f6a5bb384b156f252b92e20
treeb379cc06fa631d9bf697a5aa0aca9ca241292ab3
parent4aa200c7c55c84033a804d7c37847790c936e256
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>
ospf6d/ospf6_interface.c