From: hasso Date: Mon, 2 Jun 2003 10:38:15 +0000 (+0000) Subject: Apply redistribution route-map's correctly. X-Git-Tag: frr-2.0-rc1~4013 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=bb3a023ed853b2335dccf25dfd8ec237fd9d8458;p=matthieu%2Ffrr.git Apply redistribution route-map's correctly. --- diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c index a4d119dc69..94a5efbc52 100644 --- a/ripngd/ripngd.c +++ b/ripngd/ripngd.c @@ -1697,7 +1697,7 @@ ripng_output_process (struct interface *ifp, struct sockaddr_in6 *to, ret = route_map_apply (ripng->route_map[rinfo->type].map, (struct prefix *) p, RMAP_RIPNG, - &rinfo); + rinfo); if (ret == RMAP_DENYMATCH) {