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:
parent
49cab76737
commit
d1b8449d76
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ in
|
||||||
}];
|
}];
|
||||||
prefix_limit.v4 = 0;
|
prefix_limit.v4 = 0;
|
||||||
prefix_limit.v6 = 0;
|
prefix_limit.v6 = 0;
|
||||||
is_route_collector = true;
|
is_route_collector = false; # don't make people sad.
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
peering.linx = linx // {
|
peering.linx = linx // {
|
||||||
|
|
Loading…
Reference in a new issue