summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Derumier <aderumier@odiso.com>2022-02-11 10:33:30 +0100
committerThomas Lamprecht <t.lamprecht@proxmox.com>2022-02-13 14:23:36 +0100
commit3a46bcb1ceee1d91bf1585b8d1c6c55e7aed4b9b (patch)
tree321ab08951f996b19b1f49d56c0f5eebc8df10ea
parent57e463046e03c97e52b5e876a101b563f2cfddc9 (diff)
controllers: bgp : remove bgp network import-check
already enabled since frr 7.4 Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
-rw-r--r--PVE/Network/SDN/Controllers/BgpPlugin.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/PVE/Network/SDN/Controllers/BgpPlugin.pm b/PVE/Network/SDN/Controllers/BgpPlugin.pm
index bfeda0c..73ed171 100644
--- a/PVE/Network/SDN/Controllers/BgpPlugin.pm
+++ b/PVE/Network/SDN/Controllers/BgpPlugin.pm
@@ -81,8 +81,7 @@ sub generate_controller_config {
my @controller_config = (
"bgp router-id $ifaceip",
"no bgp default ipv4-unicast",
- "coalesce-time 1000",
- "bgp network import-check"
+ "coalesce-time 1000"
);
push(@{$bgp->{""}}, @controller_config) if keys %{$bgp} == 0;