]> git.proxmox.com Git - pve-firewall.git/blame - test/test-vm-ipfilter1/tests
buildsys: use dpkg-architecture
[pve-firewall.git] / test / test-vm-ipfilter1 / tests
CommitLineData
a306a176
DM
1{ from => 'vm100i1', source => '1.2.3.3', dport => 80, action => 'ACCEPT' }
2{ from => 'vm100i1', source => '1.2.3.4', dport => 80, action => 'ACCEPT' }
3{ from => 'vm100i1', source => '1.2.3.5', dport => 80, action => 'ACCEPT' }
4{ from => 'vm100i1', source => '1.2.3.6', dport => 80, action => 'ACCEPT' }
5
6
7{ from => 'vm100', source => '1.2.3.3', dport => 80, action => 'DROP' }
8{ from => 'vm100', source => '1.2.3.4', dport => 80, action => 'ACCEPT' }
9{ from => 'vm100', source => '1.2.3.5', dport => 80, action => 'ACCEPT' }
10{ from => 'vm100', source => '1.2.3.6', dport => 80, action => 'DROP' }
11
12{ from => 'vm100i2', source => '1.2.3.3', dport => 80, action => 'DROP' }
13{ from => 'vm100i2', source => '1.2.3.4', dport => 80, action => 'DROP' }
14{ from => 'vm100i2', source => '1.2.3.5', dport => 80, action => 'DROP' }
15{ from => 'vm100i2', source => '1.2.3.6', dport => 80, action => 'DROP' }