]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Share route type checking macros
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 13 May 2019 21:32:33 +0000 (14:32 -0700)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 13 May 2019 23:47:18 +0000 (16:47 -0700)
commit66cb184575b6ca492ee11610b0564e91962089d7
treed2569a81c1c7e9fa9a2fa0b659f4b930b35c7f69
parent84340a15b4e436c2c9d007a157fb71d7f2f58d01
zebra: Share route type checking macros

Make the RIB_*_ROUTE() macro which is passed a route in rib.h just use
the R*_ROUTE() macros that directly check the type in rt.h.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/rib.h
zebra/rt.h