]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: Fix the PQ space computation error in TI-LFA
authorb29332 <bao.zhen@h3c.com>
Fri, 27 Sep 2024 07:51:17 +0000 (15:51 +0800)
committerb29332 <bao.zhen@h3c.com>
Fri, 27 Sep 2024 08:12:45 +0000 (16:12 +0800)
commit06b5601c62e65b05adbcd1b7876970d80be0b2fb
tree050514a67239ba1b518a3b6f423de38c50a048f9
parent93032f183ae7f98f68fa97855015ac16c44c0065
isisd: Fix the PQ space computation error in TI-LFA

When there are pseudo-nodes on the device, during TI-LFA calculation of PQ space, even if this IS vertex is not originally a P/Q node, it might be calculated as a P/Q node due to the presence of pseudo-nodes, causing this IS vertex to become a P/Q node.

Signed-off-by: baozhen-H3C <bao.zhen@h3c.com>
isisd/isis_lfa.c