bird: don't redistribute bgp into ospf

This commit is contained in:
Astro 2021-03-16 14:22:33 +01:00
parent 0073263017
commit c83d888460
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ protocol radv {
protocol ospf ZW6 { protocol ospf ZW6 {
{%- if pillar.get('bgp') %} {%- if pillar.get('bgp') %}
export filter { export filter {
if source = RTS_BGP then {
ospf_metric1 = 100;
accept;
}
reject; reject;
}; };
{%- endif %} {%- endif %}