]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Fix wrong advertise router calculation in transit network
authorZhiyuan Wan <h@iloli.bid>
Mon, 3 Apr 2023 06:35:14 +0000 (14:35 +0800)
committerZhiyuan Wan <h@iloli.bid>
Tue, 18 Jul 2023 06:20:05 +0000 (14:20 +0800)
commit1960b6b967663e72a75d66a6eab275297f47693f
treefce8d1fa52015c367b4d3c20cccdaceda2e64594
parent0ce2d1aaa18ae429fae10ac9bbcae171b5fa1a5f
ospfd: Fix wrong advertise router calculation in transit network

The ospfd mistakenly copy advertise router from vertex->id, which may
not be correct in an OSPF transit network.

Signed-off-by: Zhiyuan Wan <h@iloli.bid>
ospfd/ospf_route.c