]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
zebra: identify MRIB on debug messages
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 22 Jan 2015 18:02:13 +0000 (19:02 +0100)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 26 May 2016 00:38:31 +0000 (20:38 -0400)
commitcb65349115a163c8cf8fa31ac3ce23bc4a3f69ca
tree5f6f6f85393777ed93a91eda8bc2ebeb1d175dca
parent2263a41286fb5dc2331615ccb85131095998e796
zebra: identify MRIB on debug messages

since the same code handles both URIB and MRIB, the debug messages can
get rather confusing if the RIB isn't identified.  Mark the MRIB in
debug messages so we can distinguish that.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/zebra_rib.c