fcccb984a9f905718aaa67dd6ab3a3ae3cca0347
howto/Bird.md
| ... | ... | @@ -89,7 +89,7 @@ template bgp dnpeers { |
| 89 | 89 | } |
| 90 | 90 | reject; |
| 91 | 91 | }; |
| 92 | - import limit 10000 action block; |
|
| 92 | + import limit 1000 action block; |
|
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | include "/etc/bird/peers6/*"; |
| ... | ... | @@ -277,7 +277,7 @@ template bgp dnpeers { |
| 277 | 277 | } |
| 278 | 278 | reject; |
| 279 | 279 | }; |
| 280 | - import limit 10000 action block; |
|
| 280 | + import limit 1000 action block; |
|
| 281 | 281 | #source address OWNIP; |
| 282 | 282 | }; |
| 283 | 283 |