ops/nixos/blade-router: don't export routes to LINX collector

It confuses some other people on LINX, so for the avoidance of arguments let's Just Not.
This commit is contained in:
Luke Granger-Brown 2022-07-15 12:03:37 +01:00
parent 49cab76737
commit d1b8449d76

View file

@ -180,7 +180,7 @@ in
}];
prefix_limit.v4 = 0;
prefix_limit.v6 = 0;
is_route_collector = true;
is_route_collector = false; # don't make people sad.
};
};
peering.linx = linx // {