]> git.puffer.fish Git - mirror/frr.git/commit
OSPFd: Correct Extended Prefix flooding for SR 6726/head
authorOlivier Dugeon <olivier.dugeon@orange.com>
Thu, 9 Jul 2020 08:51:58 +0000 (10:51 +0200)
committerOlivier Dugeon <olivier.dugeon@orange.com>
Thu, 20 Aug 2020 13:51:48 +0000 (15:51 +0200)
commit0d174b6697a30247a5fbc0549160b9f66cc0b5db
tree433710336a49202062e5e81c5be5364b6599e95d
parentf786c4d7c9fd6100c3813d04bc048905edd105e0
OSPFd: Correct Extended Prefix flooding for SR

PR #6416 that solves opsf crash when segment routing is restarted, introduce a
regression in Extended Prefix flooding: when segment routing prefix is modified
or removed, new segment routing prefix is no more flooded. This patch correct
this regression.

Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
ospfd/ospf_ext.c