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:
Alexandre Derumier 2022-02-11 10:33:30 +01:00 committed by Thomas Lamprecht
parent 57e463046e
commit 3a46bcb1ce

View file

@ -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;