mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-01-23 02:04:20 +03:00
controllers: indentation fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ea5187a424
commit
3f557f268d
@ -12,8 +12,9 @@ use PVE::JSONSchema qw(get_standard_option);
|
||||
use base qw(PVE::SectionConfig);
|
||||
|
||||
PVE::Cluster::cfs_register_file('sdn/controllers.cfg',
|
||||
sub { __PACKAGE__->parse_config(@_); },
|
||||
sub { __PACKAGE__->write_config(@_); });
|
||||
sub { __PACKAGE__->parse_config(@_); },
|
||||
sub { __PACKAGE__->write_config(@_); }
|
||||
);
|
||||
|
||||
PVE::JSONSchema::register_standard_option('pve-sdn-controller-id', {
|
||||
description => "The SDN controller object identifier.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user