]> git.puffer.fish Git - mirror/frr.git/commit
fabricd: Fix flooding bug
authorChristian Franke <chris@opensourcerouting.org>
Thu, 15 Nov 2018 12:05:35 +0000 (13:05 +0100)
committerChristian Franke <chris@opensourcerouting.org>
Thu, 15 Nov 2018 14:06:40 +0000 (15:06 +0100)
commit253faee999ed4473a9183872d67b16d0ec8e303b
tree04a0ecea14f1beb603bf27d531002c50309250da
parent16c2ab97f9ac49744f584284c36a53a749e81692
fabricd: Fix flooding bug

Due to `lsp` getting shadowed, we would send each T0 its own LSP
whenever we actually wanted to flood a different LSP.

Fix this and set -Wshadow=local in my build environment. m(

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
isisd/fabricd.c