From d98f41623300469c312419923a73bcda9e2150fe Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Wed, 29 Apr 2020 07:32:54 +0200 Subject: [PATCH] Allow own routes learned from BGP to propagate over OSPF --- roles/bird/templates/bird.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/bird/templates/bird.conf.j2 b/roles/bird/templates/bird.conf.j2 index caae431..1790218 100644 --- a/roles/bird/templates/bird.conf.j2 +++ b/roles/bird/templates/bird.conf.j2 @@ -99,7 +99,7 @@ filter kernel_export { } filter ospf_export { - if source !~ [ RTS_DEVICE ] then reject; + if source !~ [ RTS_DEVICE, RTS_BGP ] then reject; if is_own_route() then accept; reject; } @@ -232,6 +232,7 @@ template bgp peer_vultr_v4 { template bgp peer_hessnet { local as my_asn; + multihop 2; ipv6 { #next hop self; import none;