Skip to content

Commit

Permalink
Add permit as last entry to mgmt vrf import route-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
chdxD1 committed Jul 8, 2024
1 parent 2ce6dc0 commit 12d63db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/frr/tpl/route-map-mgmt-in.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ route-map {{ .IPv4MgmtRouteMapIn }} permit 5
call rm_{{ .MgmtVrfName }}_import
on-match next
exit
route-map rm_{{ .MgmtVrfName }}_import permit 65535
exit
{{- end }}
{{ if .IPv6MgmtRouteMapIn }}
route-map {{ .IPv6MgmtRouteMapIn }} permit 5
call rm6_{{ .MgmtVrfName }}_import
on-match next
exit
route-map rm6_{{ .MgmtVrfName }}_import permit 65535
exit
{{- end }}

0 comments on commit 12d63db

Please sign in to comment.