Update bird.conf and peering data

This commit is contained in:
ohrensessel 2014-05-20 15:54:52 +02:00
commit 37728ec27d
2 changed files with 25 additions and 13 deletions

View file

@ -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;
};