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