]> git.proxmox.com Git - pve-firewall.git/blob - test/test-vm-aliases1/tests
bump version to 5.0.5
[pve-firewall.git] / test / test-vm-aliases1 / tests
1 { from => 'vm100', to => 'outside', source => '1.2.3.4', action => 'DROP' }
2 { from => 'vm100', to => 'outside', source => '1.2.3.5', action => 'ACCEPT' }
3 { from => 'vm100', to => 'outside', dest => '1.2.3.4', action => 'ACCEPT' }
4 { from => 'vm100', to => 'outside', dest => '1.2.3.5', action => 'DROP' }