From c83d888460c02b6a957a0bb233eb9ab07e18f674 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 16 Mar 2021 14:22:33 +0100 Subject: [PATCH] bird: don't redistribute bgp into ospf --- salt/bird/bird6.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/salt/bird/bird6.conf b/salt/bird/bird6.conf index 9a00db0..4860231 100644 --- a/salt/bird/bird6.conf +++ b/salt/bird/bird6.conf @@ -49,10 +49,6 @@ protocol radv { protocol ospf ZW6 { {%- if pillar.get('bgp') %} export filter { - if source = RTS_BGP then { - ospf_metric1 = 100; - accept; - } reject; }; {%- endif %}