summaryrefslogtreecommitdiff
path: root/zebra/interface.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-03-15 10:55:42 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-03-15 10:55:42 -0400
commitf15dd9a4ee8b6148604858df9678e8b03179e204 (patch)
tree1c484d7cc467175fc2be63ced6eb796ea84ac332 /zebra/interface.c
parent61cd110086ad09428ab7b0d4b66625b83fdf54eb (diff)
bgpd, lib, zebra: Rename if_update_vrf -> if_update
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/interface.c')
-rw-r--r--zebra/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/interface.c b/zebra/interface.c
index 902e53dc5e..9abb54cec8 100644
--- a/zebra/interface.c
+++ b/zebra/interface.c
@@ -715,7 +715,7 @@ if_handle_vrf_change (struct interface *ifp, vrf_id_t vrf_id)
zebra_interface_vrf_update_del (ifp, vrf_id);
/* update VRF */
- if_update_vrf (ifp, ifp->name, strlen (ifp->name), vrf_id);
+ if_update (ifp, ifp->name, strlen (ifp->name), vrf_id);
/* Send out notification on interface VRF change. */
/* This is to issue an ADD, if needed. */