diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-12-04 12:52:49 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-12-04 10:44:37 -0800 |
| commit | 3ee39b5ba0c9c60a7067d53dd21ff8dd7304b376 (patch) | |
| tree | 564a13c1ca19c0ddcab1f113e01766010266858b /zebra/rib.h | |
| parent | ba7792416569bdf762162f780da918ec29894c9d (diff) | |
ZEBRA: Remove NEXTHOP_TYPE_XXX_IFNAME
The NEXTHOP_TYPE_XXX_IFNAME types were never being used. Remove them
and the code associated with them.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 3a47c8ad5e..bb2c084c47 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -371,7 +371,6 @@ typedef struct rib_tables_iter_t_ } rib_tables_iter_t; extern struct nexthop *rib_nexthop_ifindex_add (struct rib *, unsigned int); -extern struct nexthop *rib_nexthop_ifname_add (struct rib *, char *); extern struct nexthop *rib_nexthop_blackhole_add (struct rib *); extern struct nexthop *rib_nexthop_ipv4_add (struct rib *, struct in_addr *, struct in_addr *); @@ -400,9 +399,6 @@ extern struct nexthop *rib_nexthop_ipv6_add (struct rib *, struct in6_addr *); extern struct nexthop *rib_nexthop_ipv6_ifindex_add (struct rib *rib, struct in6_addr *ipv6, unsigned int ifindex); -extern struct nexthop *rib_nexthop_ipv6_ifname_add (struct rib *rib, - struct in6_addr *ipv6, - char *ifname); extern struct zebra_vrf *zebra_vrf_lookup (vrf_id_t vrf_id); extern struct zebra_vrf *zebra_vrf_alloc (vrf_id_t); |
