Update bird.conf and peering data
This commit is contained in:
parent
b9f622e589
commit
37728ec27d
2 changed files with 25 additions and 13 deletions
|
@ -70,7 +70,7 @@ function is_chaos() {
|
|||
# nothing in the other direction
|
||||
protocol kernel k_mast {
|
||||
scan time 10;
|
||||
import where is_chaos();
|
||||
import none;
|
||||
export filter {
|
||||
krt_prefsrc = <%= @own_ipv4 %>;
|
||||
accept;
|
||||
|
@ -163,8 +163,8 @@ template bgp peers {
|
|||
table ebgp;
|
||||
local as ownas;
|
||||
# ignore routes for our own network
|
||||
import where ((is_freifunk() || is_dn42() || is_chaos()) && !is_self_net());
|
||||
export where (is_freifunk() || is_dn42() || is_chaos());
|
||||
import where ((is_freifunk() || is_dn42()) && !is_chaos() && !is_self_net());
|
||||
export where ((is_freifunk() || is_dn42()) && !is_chaos());
|
||||
route limit 10000;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue