diff options
| author | Alexandre Derumier <aderumier@odiso.com> | 2020-11-25 10:01:36 +0100 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2020-11-25 12:04:00 +0100 |
| commit | f23633dc24196b0e09c1fa592b3ad70095b1b3fb (patch) | |
| tree | ee678ce27e871a2c5927f9c7d9b6d196a1340dd8 /PVE/Network/SDN/Controllers/FaucetPlugin.pm | |
| parent | d1ab9bdbbcf0ac0ed17bba9a86754b8c560db467 (diff) | |
controllers: improve bgp-evpn
- add new bgp plugin
- add ebgp support
- add loopback support
- move gateway-nodes option to zone as 'exitnodes'
- move external-peers to bgp plugin
Diffstat (limited to 'PVE/Network/SDN/Controllers/FaucetPlugin.pm')
| -rw-r--r-- | PVE/Network/SDN/Controllers/FaucetPlugin.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PVE/Network/SDN/Controllers/FaucetPlugin.pm b/PVE/Network/SDN/Controllers/FaucetPlugin.pm index dcac6eb..5742187 100644 --- a/PVE/Network/SDN/Controllers/FaucetPlugin.pm +++ b/PVE/Network/SDN/Controllers/FaucetPlugin.pm @@ -22,12 +22,12 @@ sub properties { # Plugin implementation sub generate_controller_config { - my ($class, $plugin_config, $controller, $id, $uplinks, $config) = @_; + my ($class, $plugin_config, $controller_cfg, $id, $uplinks, $config) = @_; } sub generate_controller_zone_config { - my ($class, $plugin_config, $controller, $id, $uplinks, $config) = @_; + my ($class, $plugin_config, $controller, $controller_cfg, $id, $uplinks, $config) = @_; my $dpid = $plugin_config->{'dp-id'}; my $dphex = printf("%x",$dpid); |
