Do not export or import chaosvpn to/from peers

chaosvpn does not have a route to other networks than ours, so routing to chaosvpn for other networks via our network does not make sense
This commit is contained in:
Leo Krueger 2014-05-05 14:50:54 +02:00
parent 0f6350267e
commit d5f27209d4

View file

@ -162,8 +162,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_self_net());
export where (is_freifunk() || is_dn42());
route limit 10000;
};