summaryrefslogtreecommitdiff
path: root/zebra/redistribute.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-03-22 16:37:17 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-03-23 05:29:15 -0700
commit9e1bf607c1c1a166f82fa7ecaa71a9fb1b96b91a (patch)
treeeef9284dde88a6ff136e06dc06d2b02c0b5f4003 /zebra/redistribute.h
parent7ab5795aee870b46eba1e4576dc43235b02cc25e (diff)
zebra: Replace vrf with zebra_vrf in a few places
We were incorrectly using vrf instead of zebra_vrf in a few spots. Ticket: CM-9412 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Don Slice <dslice@cumulusnetworks.com> Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'zebra/redistribute.h')
-rw-r--r--zebra/redistribute.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/redistribute.h b/zebra/redistribute.h
index bc30934030..cd369c1920 100644
--- a/zebra/redistribute.h
+++ b/zebra/redistribute.h
@@ -42,9 +42,9 @@ extern void redistribute_delete (struct prefix *, struct rib *);
extern void zebra_interface_up_update (struct interface *);
extern void zebra_interface_down_update (struct interface *);
-extern void zebra_vrf_add_update (struct vrf *);
+extern void zebra_vrf_add_update (struct zebra_vrf *);
extern void zebra_vrf_update_all (struct zserv *);
-extern void zebra_vrf_delete_update (struct vrf *);
+extern void zebra_vrf_delete_update (struct zebra_vrf *);
extern void zebra_interface_add_update (struct interface *);
extern void zebra_interface_delete_update (struct interface *);