howto/Bird.md
... ...
@@ -93,7 +93,7 @@ template bgp dnpeers {
93 93
}
94 94
reject;
95 95
};
96
- import limit 10000;
96
+ import limit 10000 action block;
97 97
source address OWNIP;
98 98
};
99 99
... ...
@@ -223,7 +223,7 @@ template bgp dnpeers {
223 223
}
224 224
reject;
225 225
};
226
- route limit 10000;
226
+ route limit 10000 action block;
227 227
}
228 228
229 229
include "/etc/bird/peers6/*";