Skip to content

Commit

Permalink
also do it for IPv6? ^^
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellebyte committed Nov 20, 2024
1 parent 744d839 commit fd3c25a
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 @@ -18,7 +18,11 @@ route-map rm_{{$vrf.Name}}_export deny 1
exit

route-map rm6_{{$vrf.Name}}_export deny 1
{{if .HasCommunityDrop}}
match community cm-received-fabric
{{else}}
match tag 20000
{{- end}}
exit

{{range $i, $pl := $vrf.Export}}
Expand Down

0 comments on commit fd3c25a

Please sign in to comment.