]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: When debugging route notifications use string instead of number
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 4 Aug 2020 18:41:00 +0000 (14:41 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 4 Aug 2020 18:41:00 +0000 (14:41 -0400)
commit3bd61c04936a7a8a60c96fee15d36dd7763deb13
tree23b89bb78dd5ee52a69118d665c5f373cade5cd3
parentaaf0d79655a612e5734970d16a9d7b4480edaf3e
zebra: When debugging route notifications use string instead of number

Current behavior:
eva# show mem
2020/08/04 18:07:38 ZEBRA: Not Notifying Owner: 2 about prefix 3.3.3.3/32(254) 2 vrf: 0

Fix it to show:

2020/08/04 18:07:38 ZEBRA: Not Notifying Owner: connected about prefix 3.3.3.3/32(254) 2 vrf: 0

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zapi_msg.c