mirror of
https://git.proxmox.com/git/pve-common
synced 2025-04-29 20:52:06 +00:00
inotify: whitespace fix
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0d830ac70f
commit
74d28de23f
@ -1271,7 +1271,7 @@ sub __interface_to_string {
|
||||
}
|
||||
$done->{bridge_fd} = 1;
|
||||
|
||||
if( defined($d->{bridge_vlan_aware})) {
|
||||
if (defined($d->{bridge_vlan_aware})) {
|
||||
$raw .= "\tbridge-vlan-aware yes\n";
|
||||
my $vlans = defined($d->{bridge_vids}) ? $d->{bridge_vids} : "2-4094";
|
||||
$raw .= "\tbridge-vids $vlans\n";
|
||||
|
Loading…
Reference in New Issue
Block a user