diff options
| author | Alexandre Derumier <aderumier@odiso.com> | 2022-02-11 10:33:29 +0100 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2022-02-13 14:23:36 +0100 |
| commit | 57e463046e03c97e52b5e876a101b563f2cfddc9 (patch) | |
| tree | 6b484716c2ccd2d17eae0d5f193c8f87563f33d0 /PVE/Network/SDN/Controllers/BgpPlugin.pm | |
| parent | 96794fd6ce5c2305746105419c84790e62eb2dd0 (diff) | |
controllers: evpn : remove "no bgp ebgp-requires-policy"
It's already disabled in the default datacenter profile since frr 7.4
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Diffstat (limited to 'PVE/Network/SDN/Controllers/BgpPlugin.pm')
| -rw-r--r-- | PVE/Network/SDN/Controllers/BgpPlugin.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PVE/Network/SDN/Controllers/BgpPlugin.pm b/PVE/Network/SDN/Controllers/BgpPlugin.pm index 70c7264..bfeda0c 100644 --- a/PVE/Network/SDN/Controllers/BgpPlugin.pm +++ b/PVE/Network/SDN/Controllers/BgpPlugin.pm @@ -89,7 +89,6 @@ sub generate_controller_config { @controller_config = (); if($ebgp) { - push @controller_config, "no bgp ebgp-requires-policy"; push @controller_config, "bgp disable-ebgp-connected-route-check" if $loopback; } |
