From bb3a023ed853b2335dccf25dfd8ec237fd9d8458 Mon Sep 17 00:00:00 2001 From: hasso Date: Mon, 2 Jun 2003 10:38:15 +0000 Subject: Apply redistribution route-map's correctly. --- ripngd/ripngd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ripngd/ripngd.c') diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c index a4d119dc..94a5efbc 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) { -- cgit v1.2.1