]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Apply redistribution route-map's correctly.
authorhasso <hasso>
Mon, 2 Jun 2003 10:38:15 +0000 (10:38 +0000)
committerhasso <hasso>
Mon, 2 Jun 2003 10:38:15 +0000 (10:38 +0000)
ripngd/ripngd.c

index a4d119dc698322fb9ff111cf83ead0f04e3322e2..94a5efbc5222522233f1881643b71caa0be71afe 100644 (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)
                {