lib/blade-router: fix
This commit is contained in:
parent
1cd0963bf5
commit
14a8bd4945
1 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,6 @@ in
|
|||
remote = {
|
||||
asn = 32934;
|
||||
export_community = 5002;
|
||||
passive = true; # pending
|
||||
routers = [{
|
||||
enabled = cfg.linx.enable;
|
||||
v4 = "195.66.225.69";
|
||||
|
@ -201,6 +200,7 @@ in
|
|||
v4 = "195.66.226.140";
|
||||
v6 = "2001:7f8:4::80a6:3";
|
||||
}];
|
||||
bgp_local_pref = 120;
|
||||
prefix_limit.v4 = 100;
|
||||
prefix_limit.v6 = 100;
|
||||
};
|
||||
|
@ -242,7 +242,7 @@ in
|
|||
v4 = "195.66.224.21";
|
||||
v6 = "2001:7f8:4::1b1b:1";
|
||||
}];
|
||||
bgp_local_pref = 110;
|
||||
bgp_local_pref = 108;
|
||||
prefix_limit.v4 = 176000;
|
||||
prefix_limit.v6 = 156000;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue