mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-04-30 19:27:11 +02:00
controllers: bgp : remove bgp network import-check
already enabled since frr 7.4 Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
57e463046e
commit
3a46bcb1ce
|
@ -81,8 +81,7 @@ sub generate_controller_config {
|
||||||
my @controller_config = (
|
my @controller_config = (
|
||||||
"bgp router-id $ifaceip",
|
"bgp router-id $ifaceip",
|
||||||
"no bgp default ipv4-unicast",
|
"no bgp default ipv4-unicast",
|
||||||
"coalesce-time 1000",
|
"coalesce-time 1000"
|
||||||
"bgp network import-check"
|
|
||||||
);
|
);
|
||||||
|
|
||||||
push(@{$bgp->{""}}, @controller_config) if keys %{$bgp} == 0;
|
push(@{$bgp->{""}}, @controller_config) if keys %{$bgp} == 0;
|
||||||
|
|
Loading…
Reference in a new issue