mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-01-07 21:18:01 +03:00
generateconfig: print config before test
easier to debug if verification fail after Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
f93d43e8a2
commit
02abc721e9
@ -14,9 +14,9 @@ PVE::Network::Plugin->init();
|
||||
|
||||
|
||||
my $rawconfig = generate_network_config();
|
||||
print $rawconfig;
|
||||
verify_merged_config($rawconfig);
|
||||
write_final_config($rawconfig);
|
||||
print $rawconfig;
|
||||
|
||||
sub generate_network_config {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user