mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-06 22:53:47 +00:00
print_net : add firewall option
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
8cd00f4b24
commit
28138e9a1b
@ -1284,6 +1284,7 @@ sub print_net {
|
||||
$res .= ",bridge=$net->{bridge}" if $net->{bridge};
|
||||
$res .= ",rate=$net->{rate}" if $net->{rate};
|
||||
$res .= ",tag=$net->{tag}" if $net->{tag};
|
||||
$res .= ",firewall=$net->{firewall}" if $net->{firewall};
|
||||
|
||||
return $res;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user