diff --git a/roles/bird/templates/bird.conf.j2 b/roles/bird/templates/bird.conf.j2 index 1790218..6d6919b 100644 --- a/roles/bird/templates/bird.conf.j2 +++ b/roles/bird/templates/bird.conf.j2 @@ -186,7 +186,7 @@ protocol kernel { protocol kernel kernel6 { ipv6 { import filter myroutes_import_export; - export filter kernel_export; + export filter kernel_export; }; } @@ -244,7 +244,7 @@ template bgp ibgp_hessnet { local as my_asn; ipv6 { next hop self; - import all; + import filter { if is_default_route() then reject; accept; }; export filter { if is_own_route() then reject; accept; }; }; }