Allow own routes learned from BGP to propagate over OSPF

This commit is contained in:
Jesper Hess 2020-04-29 07:32:54 +02:00
parent 7417122883
commit d98f416233
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 2 additions and 1 deletions

View File

@ -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;