Havox::Network.define do

topology 'lib/merlin/topologies/routeflow.dot'

exit(:s5) { destination_port 80 }
exit(:s6) { destination_ip '172.50.0.0/16' }
exit(:s7) { source_ip '172.70.0.0/16' }

exit :s8 do
  destination_port 20
  destination_ip '172.50.0.0/16'
end

end