]> git.puffer.fish Git - mirror/frr.git/commit
pimd: fix reversed logic for "debug ... detail"
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 25 Apr 2022 11:53:17 +0000 (13:53 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 26 Apr 2022 08:49:03 +0000 (10:49 +0200)
commit92fed03c3d91da24735017c571ef47a5459d03b8
tree33b18fdea2a74d8a54d408a43ce5d7ec9c2deb20
parentd45a846e5ca313e5ab132ef57c495cc0407b50d9
pimd: fix reversed logic for "debug ... detail"

The normal flag was enabling detail messages, but what we want is the
detail flag enabling normal messages.

Remove the _ONLY macro while at it, it's only used for config print &
that seems like a place where making the difference explicitly visible
is helpful regardless.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
pimd/pim_vty.c
pimd/pimd.h