]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: dont return a status code in zapi handlers
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 6 Mar 2018 22:01:42 +0000 (17:01 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 12 Mar 2018 18:57:05 +0000 (14:57 -0400)
commit8068a649a79409737dfa5235a84915b544d4fff7
tree3c5dff3b68589522e502c66519140b6124de1a28
parent3fc174e18c080416932fff5e8cb3a08f0d9f8660
zebra: dont return a status code in zapi handlers

All of the ZAPI message handlers return an integer that means different
things to each of them, but nobody ever reads these integers, so this is
technical debt that we can just eliminate outright.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/zebra_mroute.c
zebra/zebra_mroute.h
zebra/zebra_ptm.c
zebra/zebra_ptm.h
zebra/zebra_vxlan.c
zebra/zebra_vxlan.h
zebra/zebra_vxlan_null.c
zebra/zserv.c