]> git.proxmox.com Git - pve-firewall.git/blob - PVE/Firewall.pm~
basic bridge iptables implementation
[pve-firewall.git] / PVE / Firewall.pm~
1 package PVE::Firewall;
2
3 use warnings;
4 use strict;
5
6 # we need complete VM configuration of all VMs (openvz/qemu)
7 # in vmdata
8
9 sub compile {
10 my ($vmdata} = @_;
11
12
13 }
14
15 sub activate {
16
17 }
18
19
20 1;