Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
Ansible
Commits
b5b61c91
Commit
b5b61c91
authored
3 years ago
by
shirenn
🌊
Browse files
Options
Downloads
Patches
Plain Diff
[bird] dont persist routes
parent
24243c9a
No related branches found
No related tags found
1 merge request
!276
Better keepalived
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/bird/templates/bird/bird.conf.j2
+1
-1
1 addition, 1 deletion
roles/bird/templates/bird/bird.conf.j2
roles/bird/templates/bird/bird6.conf.j2
+2
-2
2 additions, 2 deletions
roles/bird/templates/bird/bird6.conf.j2
with
3 additions
and
3 deletions
roles/bird/templates/bird/bird.conf.j2
+
1
−
1
View file @
b5b61c91
...
@@ -20,7 +20,7 @@ listen bgp address {{ bind }} port 179;
...
@@ -20,7 +20,7 @@ listen bgp address {{ bind }} port 179;
# with other routers in the network, it performs synchronization of BIRD's
# with other routers in the network, it performs synchronization of BIRD's
# routing tables with the OS kernel.
# routing tables with the OS kernel.
protocol kernel {
protocol kernel {
persist;
#
persist;
scan time 60;
scan time 60;
import none;
import none;
export all;
export all;
...
...
This diff is collapsed.
Click to expand it.
roles/bird/templates/bird/bird6.conf.j2
+
2
−
2
View file @
b5b61c91
...
@@ -19,7 +19,7 @@ listen bgp address {{ bind }} port 179;
...
@@ -19,7 +19,7 @@ listen bgp address {{ bind }} port 179;
# with other routers in the network, it performs synchronization of BIRD's
# with other routers in the network, it performs synchronization of BIRD's
# routing tables with the OS kernel.
# routing tables with the OS kernel.
protocol kernel {
protocol kernel {
persist;
#
persist;
scan time 60;
scan time 60;
import none;
import none;
export all;
export all;
...
@@ -39,7 +39,7 @@ protocol static {
...
@@ -39,7 +39,7 @@ protocol static {
}
}
{%for bgp in bird.ipv6.bgps %}
{%for bgp in bird.ipv6.bgps %}
protocol bgp
zayo
{
protocol bgp
{{ bgp.name }}
{
local as {{ bgp.local_as }};
local as {{ bgp.local_as }};
{% if bgp.allow_local_as is defined %}
{% if bgp.allow_local_as is defined %}
allow local as {{ bgp.allow_local_as }};
allow local as {{ bgp.allow_local_as }};
...
...
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