]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Stop passing around vrf_id for static_XXX functions
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 27 Apr 2016 20:22:13 +0000 (16:22 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 2 May 2016 17:17:00 +0000 (13:17 -0400)
commitb9f1114e3875b7859acf21fe12643473c902a8c6
tree648bd60c130c64aa78f172324e8fa7bd90ab6035
parent01bb6d57988fc7e44b4a8202ef9e140ca0d184d3
zebra: Stop passing around vrf_id for static_XXX functions

The static zebra functions are passing around the vrf_id
At the crunchy edges gather the zvrf from passed in
vrf name and pass that around instead.

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rib.h
zebra/zebra_rib.c
zebra/zebra_vty.c