Skip to content

Commit

Permalink
Merge pull request #54 from telekom/fix/ipv6-re-export
Browse files Browse the repository at this point in the history
Fix Re-export of IPv6 routes in certain situations
  • Loading branch information
chdxD1 authored Sep 12, 2023
2 parents 64cf3ff + ea100e5 commit 7e1d958
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/frr/tpl/route-map.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ route-map rm_{{$vrf.Name}}_export deny 1
match tag 20000
exit

route-map rm6_{{$vrf.Name}}_export deny 1
match tag 20000
exit

{{range $i, $pl := $vrf.Export}}
route-map rm_{{$vrf.Name}}_export permit {{$pl.Seq}}
match ip address prefix-list pl_{{$vrf.Name}}_export_{{$i}}
Expand Down

0 comments on commit 7e1d958

Please sign in to comment.