diff options
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); |
