mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 18:56:40 +00:00
Apply redistribution route-map's correctly.
This commit is contained in:
parent
704a6801ab
commit
bb3a023ed8
@ -1697,7 +1697,7 @@ ripng_output_process (struct interface *ifp, struct sockaddr_in6 *to,
|
|||||||
|
|
||||||
ret = route_map_apply (ripng->route_map[rinfo->type].map,
|
ret = route_map_apply (ripng->route_map[rinfo->type].map,
|
||||||
(struct prefix *) p, RMAP_RIPNG,
|
(struct prefix *) p, RMAP_RIPNG,
|
||||||
&rinfo);
|
rinfo);
|
||||||
|
|
||||||
if (ret == RMAP_DENYMATCH)
|
if (ret == RMAP_DENYMATCH)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user