]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix static analyzer warnings
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 20 Dec 2022 18:44:02 +0000 (15:44 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 20 Dec 2022 18:44:02 +0000 (15:44 -0300)
commit105331a3c6dfde78294efdfbc92c6e15d8e95e4b
tree71d01edc4096427fcfc50c6de1dd8dd7bae47335
parent43203ba63acb495eb7782876ab2354d7867fb049
bgpd: fix static analyzer warnings

Use `DEFPY` to provide the `struct prefix` required by the debug
insertion functions. While here exchange `int` with `bool` where
appropriated.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bgpd/bgp_debug.c