Sha256: 5dfdd344c77bd5b0886bf66873f5b2668ebb2e22f16191c4ed15e0257b5417bd

Contents?: true

Size: 166 Bytes

Versions: 6

Compression:

Stored size: 166 Bytes

Contents

firewall do
  rule "allow all boxes to access peppers box on port 22" do
    source :ip => '172.10.0.0/24'
    destination :ip => '172.11.0.1', :port => 22
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vcloud-net-spinner-0.2.0 spec/integration/test_data/rules_dir/common_firewall.rb
vcloud-net-spinner-0.1.6 spec/integration/test_data/rules_dir/common_firewall.rb
vcloud-net-spinner-0.1.5 spec/integration/test_data/rules_dir/common_firewall.rb
vcloud-net-spinner-0.1.4 spec/integration/test_data/rules_dir/common_firewall.rb
vcloud-net-spinner-0.1.2 spec/integration/test_data/rules_dir/common_firewall.rb
vcloud-network-configurator-0.1.0 spec/integration/test_data/rules_dir/common_firewall.rb