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;