1fba4e321eb59d0e06bb68e89e806da0db7aff4e
howto/Bird.md
... | ... | @@ -87,7 +87,7 @@ template bgp dnpeers { |
87 | 87 | reject; |
88 | 88 | }; |
89 | 89 | export filter { |
90 | - if is_valid_network() then { |
|
90 | + if is_valid_network() && source ~ [RTS_STATIC, RTS_BGP] then { |
|
91 | 91 | accept; |
92 | 92 | } |
93 | 93 | reject; |