diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-06 07:50:18 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-06 07:50:18 +0200 |
commit | 6201e30b57911dff672c05e94c314c92e8d1cb20 (patch) | |
tree | a86cdddb484ef45470064d7e4bc472a18f137f29 /zebra/zebra_vrf.h | |
parent | zebra: static: update on ifindex changes (diff) | |
download | frr-6201e30b57911dff672c05e94c314c92e8d1cb20.tar.xz frr-6201e30b57911dff672c05e94c314c92e8d1cb20.zip |
zebra: vrf: remove VRF-move static route updating
This was incorrectly implemented to begin with (it only re-added routes,
but didn't remove them) and is now covered in static_ifindex_update.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to '')
-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 eb0687bf8..3fdbe96dd 100644 --- a/zebra/zebra_vrf.h +++ b/zebra/zebra_vrf.h @@ -124,7 +124,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 *); |