summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zebra/zserv.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c
index 18076fb62d..0b69af5124 100644
--- a/zebra/zserv.c
+++ b/zebra/zserv.c
@@ -646,16 +646,6 @@ zsend_redistribute_route (int add, struct zserv *client, struct prefix *p,
}
}
- /* Came from VRF lib patch, is this really needed? callers of this routine
- do check for redist.., so may be its not needed.
- Check this client need this route.
- if (!vrf_bitmap_check (client->redist[family2afi(p->family)][rib->type],
- rib->vrf_id) &&
- !(is_default (p) &&
- vrf_bitmap_check (client->redist_default, rib->vrf_id)))
- return 0;
- */
-
s = client->obuf;
stream_reset (s);
memset(&dummy_nh, 0, sizeof(struct nexthop));