EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
internet router role
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ansible-public
internet router role
Commits
0f8dca72
Commit
0f8dca72
authored
1 year ago
by
Karl Grube
Browse files
Options
Downloads
Patches
Plain Diff
allow nat64
parent
312c75b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/frr_conf.j2
+4
-3
4 additions, 3 deletions
templates/frr_conf.j2
with
4 additions
and
3 deletions
templates/frr_conf.j2
+
4
−
3
View file @
0f8dca72
...
...
@@ -150,11 +150,12 @@ ipv6 prefix-list my-networks seq {{(loop.index|int)*10+10}} deny any
{% endif %}
{% endfor %}
!
ipv6 prefix-list internal seq 10 permit 64:ff9b::/96
{% for range in dc_ranges + anycast_ranges %}
ipv6 prefix-list internal seq {{(loop.index|int)*20
-10
}} permit {{range}}
ipv6 prefix-list internal seq {{(loop.index|int)*20}} permit {{range}} ge {{((range|regex_replace('.*/',''))|int)+1}}
ipv6 prefix-list internal seq {{(loop.index|int)*20}} permit {{range}}
ipv6 prefix-list internal seq {{(loop.index|int)*20
+10
}} permit {{range}} ge {{((range|regex_replace('.*/',''))|int)+1}}
{% if loop.last %}
ipv6 prefix-list internal seq {{(loop.index|int)*20+
1
0}} deny any
ipv6 prefix-list internal seq {{(loop.index|int)*20+
2
0}} deny any
{% endif %}
{% endfor %}
!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment