Skip to content

Commit

Permalink
Merge pull request #69 from telekom/fix/community-passing
Browse files Browse the repository at this point in the history
Fix Template for Community
  • Loading branch information
chdxD1 authored Oct 17, 2023
2 parents 7204d0c + 51f257d commit 9a34aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/frr/tpl/route-map.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ exit
route-map rm_{{$vrf.Name}}_export permit {{$pl.Seq}}
match ip address prefix-list pl_{{$vrf.Name}}_export_{{$i}}
{{if $pl.Community}}
set community $pl.Community
set community {{$pl.Community}}
{{- end}}
exit
route-map rm6_{{$vrf.Name}}_export permit {{$pl.Seq}}
match ipv6 address prefix-list pl_{{$vrf.Name}}_export_{{$i}}
{{if $pl.Community}}
set community $pl.Community
set community {{$pl.Community}}
{{- end}}
exit
{{- end -}}
Expand Down

0 comments on commit 9a34aaa

Please sign in to comment.