aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/files/bird/protocols.conf
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@labitat.dk>2017-11-25 23:58:34 +0100
committerEmil Renner Berthing <esmil@labitat.dk>2017-11-25 23:58:36 +0100
commit488d7ca47601d4976dbda00c7b6e19f670fc4149 (patch)
treeafe7145a30a42ed258aca2a11f898d5fef9269b6 /roles/space_server/files/bird/protocols.conf
parent1b1d931fe4656cccbcf621913ce3b09a0d89280a (diff)
downloadlabitat-ansible-488d7ca47601d4976dbda00c7b6e19f670fc4149.tar.gz
labitat-ansible-488d7ca47601d4976dbda00c7b6e19f670fc4149.tar.xz
labitat-ansible-488d7ca47601d4976dbda00c7b6e19f670fc4149.zip
space_server: bird: add preferred source
..to default routes
Diffstat (limited to 'roles/space_server/files/bird/protocols.conf')
-rw-r--r--roles/space_server/files/bird/protocols.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/space_server/files/bird/protocols.conf b/roles/space_server/files/bird/protocols.conf
index b84c6ac..f5cc85f 100644
--- a/roles/space_server/files/bird/protocols.conf
+++ b/roles/space_server/files/bird/protocols.conf
@@ -11,5 +11,8 @@ protocol kernel {
persist;
scan time 20;
import all;
- export all;
+ export filter {
+ krt_prefsrc = PREFSRC;
+ accept;
+ };
}