Apply redistribution route-map's correctly.

This commit is contained in:
hasso 2003-06-02 10:38:15 +00:00
parent 704a6801ab
commit bb3a023ed8

View File

@ -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)
{