X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=test%2Ftest-default-rules1%2Ftests;h=4aaf7c441bcd84157c7706e50fd4d33e6886e818;hb=c4c477f3d21ad6105a384ff7e0173808dcc57d74;hp=58c7743327385305a5142b6cfb9bea455eec2d1e;hpb=318d0f92f05f194da10023dc9b73695a2b459b9a;p=pve-firewall.git diff --git a/test/test-default-rules1/tests b/test/test-default-rules1/tests index 58c7743..4aaf7c4 100644 --- a/test/test-default-rules1/tests +++ b/test/test-default-rules1/tests @@ -12,6 +12,8 @@ { from => 'host', to => 'outside', dest => '172.16.1.3', proto => 'udp', dport => 5404, action => 'ACCEPT' } { from => 'host', to => 'outside', dest => '172.16.1.3', proto => 'udp', dport => 5405, action => 'ACCEPT' } { from => 'host', to => 'outside', dest => '172.16.1.3', proto => 'udp', dport => 5406, action => 'DROP' } +{ from => 'host', to => 'outside', dest => '239.192.158.83', proto => 'udp', dport => 5404, dsttype => 'UNICAST', action => 'DROP' } +{ from => 'host', to => 'outside', dest => '239.192.158.83', proto => 'udp', dport => 5404, dsttype => 'MULTICAST', action => 'ACCEPT' } # traffic from other node @@ -26,6 +28,8 @@ { from => 'outside', to => 'host', source => '172.16.1.3', proto => 'udp', dport => 5404, action => 'ACCEPT' } { from => 'outside', to => 'host', source => '172.16.1.3', proto => 'udp', dport => 5405, action => 'ACCEPT' } { from => 'outside', to => 'host', source => '172.16.1.3', proto => 'udp', dport => 5406, action => 'DROP' } +{ from => 'outside', to => 'host', source => '172.16.1.3', dest => '239.192.158.83', proto => 'udp', dport => 5404, dsttype => 'UNICAST', action => 'DROP' } +{ from => 'outside', to => 'host', source => '172.16.1.3', dest => '239.192.158.83', proto => 'udp', dport => 5404, dsttype => 'MULTICAST', action => 'ACCEPT' } { from => 'host', to => 'ct200', action => 'DROP' }