diff options
Diffstat (limited to 'zebra/zebra_vrf.h')
| -rw-r--r-- | zebra/zebra_vrf.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_vrf.h b/zebra/zebra_vrf.h index 56c98931f2..cfe7cde75c 100644 --- a/zebra/zebra_vrf.h +++ b/zebra/zebra_vrf.h @@ -105,7 +105,6 @@ struct route_table *  zebra_vrf_table_with_table_id (afi_t afi, safi_t safi,                                 vrf_id_t vrf_id, u_int32_t table_id); -extern void zebra_vrf_static_route_interface_fixup (struct interface *ifp);  extern void zebra_vrf_update_all (struct zserv *client);  extern struct zebra_vrf *zebra_vrf_lookup_by_id (vrf_id_t vrf_id);  extern struct zebra_vrf *zebra_vrf_lookup_by_name (const char *);  | 
