summaryrefslogtreecommitdiff
path: root/lib/if.h
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 /lib/if.h
parent61cd110086ad09428ab7b0d4b66625b83fdf54eb (diff)
bgpd, lib, zebra: Rename if_update_vrf -> if_update
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/if.h b/lib/if.h
index 7d88a9edf9..49f2a52478 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -390,8 +390,8 @@ struct nbr_connected
/* Prototypes. */
extern int if_cmp_name_func (char *, char *);
-extern void if_update_vrf (struct interface *, const char *name, int namelen,
- vrf_id_t vrf_id);
+extern void if_update (struct interface *, const char *name, int namelen,
+ vrf_id_t vrf_id);
extern struct interface *if_create (const char *name, int namelen,
vrf_id_t vrf_id);
extern struct interface *if_lookup_by_index (ifindex_t, vrf_id_t vrf_id);