mirror of
https://git.proxmox.com/git/pve-network
synced 2025-08-14 00:05:58 +00:00
followup trailing whitespace cleanup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
074d270b1d
commit
ede0f04a04
@ -245,7 +245,7 @@ sub sort_frr_config {
|
||||
|
||||
$a_val = $order->{$a} if defined($order->{$a});
|
||||
$b_val = $order->{$b} if defined($order->{$b});
|
||||
|
||||
|
||||
if($a =~ /bgp (\d+)$/) {
|
||||
$a_val = 2;
|
||||
}
|
||||
@ -291,7 +291,7 @@ sub generate_frr_recurse{
|
||||
|
||||
my $option = $content->{$key};
|
||||
generate_frr_recurse($final_config, $option, $key, $level+1);
|
||||
|
||||
|
||||
push @{$final_config}, $padding."exit-$parentkey" if $parentkey && defined($exitkeylist->{$parentkey});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user