# -*- encoding: utf-8 -*- # stub: pio 0.30.2 ruby lib Gem::Specification.new do |s| s.name = "pio".freeze s.version = "0.30.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Yasuhito Takamiya".freeze] s.date = "2017-05-02" s.description = "Pure ruby packet parser and generator.".freeze s.email = ["yasuhito@gmail.com".freeze] s.extra_rdoc_files = ["README.md".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze] s.files = ["CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "README.md".freeze, "Rakefile".freeze, "features/arp/arp.feature".freeze, "features/arp/arp_reply.feature".freeze, "features/arp/arp_request.feature".freeze, "features/dhcp.feature".freeze, "features/ethernet_header.feature".freeze, "features/icmp/icmp.feature".freeze, "features/icmp/icmp_reply.feature".freeze, "features/icmp/icmp_request.feature".freeze, "features/ipv4_header.feature".freeze, "features/lldp.feature".freeze, "features/open_flow/header.feature".freeze, "features/open_flow/nicira_resubmit.feature".freeze, "features/open_flow/nicira_resubmit_table.feature".freeze, "features/open_flow10/aggregate_stats_reply.feature".freeze, "features/open_flow10/aggregate_stats_request.feature".freeze, "features/open_flow10/bad_request.feature".freeze, "features/open_flow10/barrier_reply.feature".freeze, "features/open_flow10/barrier_request.feature".freeze, "features/open_flow10/description_stats_reply.feature".freeze, "features/open_flow10/description_stats_request.feature".freeze, "features/open_flow10/echo_reply.feature".freeze, "features/open_flow10/echo_request.feature".freeze, "features/open_flow10/enqueue.feature".freeze, "features/open_flow10/exact_match.feature".freeze, "features/open_flow10/features_reply.feature".freeze, "features/open_flow10/features_request.feature".freeze, "features/open_flow10/flow_mod.feature".freeze, "features/open_flow10/flow_removed.feature".freeze, "features/open_flow10/flow_stats_reply.feature".freeze, "features/open_flow10/flow_stats_request.feature".freeze, "features/open_flow10/hello.feature".freeze, "features/open_flow10/hello_failed.feature".freeze, "features/open_flow10/packet_in.feature".freeze, "features/open_flow10/packet_out.feature".freeze, "features/open_flow10/port_stats_request.feature".freeze, "features/open_flow10/port_status.feature".freeze, "features/open_flow10/queue_stats_request.feature".freeze, "features/open_flow10/send_out_port.feature".freeze, "features/open_flow10/set_destination_mac_address.feature".freeze, "features/open_flow10/set_ip_destination_address.feature".freeze, "features/open_flow10/set_source_ip_address.feature".freeze, "features/open_flow10/set_source_mac_address.feature".freeze, "features/open_flow10/set_tos.feature".freeze, "features/open_flow10/set_transport_destination_port.feature".freeze, "features/open_flow10/set_transport_source_port.feature".freeze, "features/open_flow10/set_vlan_priority.feature".freeze, "features/open_flow10/set_vlan_vid.feature".freeze, "features/open_flow10/strip_vlan_header.feature".freeze, "features/open_flow10/table_stats_request.feature".freeze, "features/open_flow10/vendor_action.feature".freeze, "features/open_flow13/apply_actions.feature".freeze, "features/open_flow13/bad_request.feature".freeze, "features/open_flow13/copy_ttl_inwards.feature".freeze, "features/open_flow13/copy_ttl_outwards.feature".freeze, "features/open_flow13/decrement_ip_ttl.feature".freeze, "features/open_flow13/echo_reply.feature".freeze, "features/open_flow13/echo_request.feature".freeze, "features/open_flow13/features_reply.feature".freeze, "features/open_flow13/features_request.feature".freeze, "features/open_flow13/flow_mod.feature".freeze, "features/open_flow13/goto_table.feature".freeze, "features/open_flow13/hello.feature".freeze, "features/open_flow13/hello_failed.feature".freeze, "features/open_flow13/match.feature".freeze, "features/open_flow13/meter.feature".freeze, "features/open_flow13/nicira_conjunction.feature".freeze, "features/open_flow13/nicira_reg_load.feature".freeze, "features/open_flow13/nicira_reg_move.feature".freeze, "features/open_flow13/nicira_send_out_port.feature".freeze, "features/open_flow13/nicira_stack_pop.feature".freeze, "features/open_flow13/nicira_stack_push.feature".freeze, "features/open_flow13/packet_in.feature".freeze, "features/open_flow13/packet_out.feature".freeze, "features/open_flow13/send_out_port.feature".freeze, "features/open_flow13/set_arp_operation.feature".freeze, "features/open_flow13/set_arp_sender_hardware_address.feature".freeze, "features/open_flow13/set_arp_sender_protocol_address.feature".freeze, "features/open_flow13/set_destination_mac_address.feature".freeze, "features/open_flow13/set_ip_ttl.feature".freeze, "features/open_flow13/set_metadata.feature".freeze, "features/open_flow13/set_source_mac_address.feature".freeze, "features/open_flow13/stats_request.feature".freeze, "features/open_flow13/write_metadata.feature".freeze, "features/open_flow_read.feature".freeze, "features/open_flow_version.feature".freeze, "features/parser.feature".freeze, "features/step_definitions/Gemfile".freeze, "features/step_definitions/Guardfile".freeze, "features/step_definitions/README.md".freeze, "features/step_definitions/Rakefile".freeze, "features/step_definitions/dump_flows_steps.rb".freeze, "features/step_definitions/open_flow_steps.rb".freeze, "features/step_definitions/packet_data_steps.rb".freeze, "features/step_definitions/rest_api_steps.rb".freeze, "features/step_definitions/ruby_steps.rb".freeze, "features/step_definitions/show_stats_steps.rb".freeze, "features/step_definitions/trema_steps.rb".freeze, "features/step_definitions/virtual_link_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/hooks.rb".freeze, "features/udp.feature".freeze, "lib/pio.rb".freeze, "lib/pio/arp.rb".freeze, "lib/pio/arp/format.rb".freeze, "lib/pio/arp/message.rb".freeze, "lib/pio/arp/reply.rb".freeze, "lib/pio/arp/request.rb".freeze, "lib/pio/class_inspector.rb".freeze, "lib/pio/dhcp.rb".freeze, "lib/pio/dhcp/ack.rb".freeze, "lib/pio/dhcp/boot_reply.rb".freeze, "lib/pio/dhcp/boot_reply_options.rb".freeze, "lib/pio/dhcp/boot_request.rb".freeze, "lib/pio/dhcp/boot_request_options.rb".freeze, "lib/pio/dhcp/client_id.rb".freeze, "lib/pio/dhcp/common_options.rb".freeze, "lib/pio/dhcp/dhcp_field.rb".freeze, "lib/pio/dhcp/dhcp_tlv_options.rb".freeze, "lib/pio/dhcp/discover.rb".freeze, "lib/pio/dhcp/field_util.rb".freeze, "lib/pio/dhcp/frame.rb".freeze, "lib/pio/dhcp/message.rb".freeze, "lib/pio/dhcp/offer.rb".freeze, "lib/pio/dhcp/optional_tlv.rb".freeze, "lib/pio/dhcp/parameter_list.rb".freeze, "lib/pio/dhcp/request.rb".freeze, "lib/pio/ethernet_frame.rb".freeze, "lib/pio/ethernet_header.rb".freeze, "lib/pio/icmp.rb".freeze, "lib/pio/icmp/format.rb".freeze, "lib/pio/icmp/message.rb".freeze, "lib/pio/icmp/reply.rb".freeze, "lib/pio/icmp/request.rb".freeze, "lib/pio/instance_inspector.rb".freeze, "lib/pio/ipv4_address.rb".freeze, "lib/pio/ipv4_header.rb".freeze, "lib/pio/lldp.rb".freeze, "lib/pio/lldp/chassis_id_tlv.rb".freeze, "lib/pio/lldp/end_of_lldpdu_value.rb".freeze, "lib/pio/lldp/frame.rb".freeze, "lib/pio/lldp/management_address_value.rb".freeze, "lib/pio/lldp/optional_tlv.rb".freeze, "lib/pio/lldp/options.rb".freeze, "lib/pio/lldp/organizationally_specific_value.rb".freeze, "lib/pio/lldp/port_description_value.rb".freeze, "lib/pio/lldp/port_id_tlv.rb".freeze, "lib/pio/lldp/system_capabilities_value.rb".freeze, "lib/pio/lldp/system_description_value.rb".freeze, "lib/pio/lldp/system_name_value.rb".freeze, "lib/pio/lldp/ttl_tlv.rb".freeze, "lib/pio/mac.rb".freeze, "lib/pio/message.rb".freeze, "lib/pio/message_type_selector.rb".freeze, "lib/pio/monkey_patch/bindata_record.rb".freeze, "lib/pio/monkey_patch/bindata_string.rb".freeze, "lib/pio/monkey_patch/integer.rb".freeze, "lib/pio/monkey_patch/integer/base_conversions.rb".freeze, "lib/pio/monkey_patch/integer/ranges.rb".freeze, "lib/pio/monkey_patch/uint.rb".freeze, "lib/pio/monkey_patch/uint/base_conversions.rb".freeze, "lib/pio/open_flow.rb".freeze, "lib/pio/open_flow/action.rb".freeze, "lib/pio/open_flow/buffer_id.rb".freeze, "lib/pio/open_flow/datapath_id.rb".freeze, "lib/pio/open_flow/error_message.rb".freeze, "lib/pio/open_flow/flags.rb".freeze, "lib/pio/open_flow/flow_match.rb".freeze, "lib/pio/open_flow/header.rb".freeze, "lib/pio/open_flow/hello_failed_code.rb".freeze, "lib/pio/open_flow/instruction.rb".freeze, "lib/pio/open_flow/message.rb".freeze, "lib/pio/open_flow/nicira_action.rb".freeze, "lib/pio/open_flow/nicira_resubmit.rb".freeze, "lib/pio/open_flow/nicira_resubmit_table.rb".freeze, "lib/pio/open_flow/parser.rb".freeze, "lib/pio/open_flow/port.rb".freeze, "lib/pio/open_flow/transaction_id.rb".freeze, "lib/pio/open_flow/version.rb".freeze, "lib/pio/open_flow10.rb".freeze, "lib/pio/open_flow10/actions.rb".freeze, "lib/pio/open_flow10/aggregate_stats/reply.rb".freeze, "lib/pio/open_flow10/aggregate_stats/request.rb".freeze, "lib/pio/open_flow10/barrier/reply.rb".freeze, "lib/pio/open_flow10/barrier/request.rb".freeze, "lib/pio/open_flow10/description_stats/reply.rb".freeze, "lib/pio/open_flow10/description_stats/request.rb".freeze, "lib/pio/open_flow10/echo/reply.rb".freeze, "lib/pio/open_flow10/echo/request.rb".freeze, "lib/pio/open_flow10/enqueue.rb".freeze, "lib/pio/open_flow10/error.rb".freeze, "lib/pio/open_flow10/error/bad_request.rb".freeze, "lib/pio/open_flow10/error/bad_request/bad_request_code.rb".freeze, "lib/pio/open_flow10/error/error_type10.rb".freeze, "lib/pio/open_flow10/error/hello_failed.rb".freeze, "lib/pio/open_flow10/exact_match.rb".freeze, "lib/pio/open_flow10/features.rb".freeze, "lib/pio/open_flow10/features/reply.rb".freeze, "lib/pio/open_flow10/features/request.rb".freeze, "lib/pio/open_flow10/flow_mod.rb".freeze, "lib/pio/open_flow10/flow_mod/command.rb".freeze, "lib/pio/open_flow10/flow_removed.rb".freeze, "lib/pio/open_flow10/flow_removed/reason.rb".freeze, "lib/pio/open_flow10/flow_stats/reply.rb".freeze, "lib/pio/open_flow10/flow_stats/request.rb".freeze, "lib/pio/open_flow10/hello.rb".freeze, "lib/pio/open_flow10/match.rb".freeze, "lib/pio/open_flow10/match10.rb".freeze, "lib/pio/open_flow10/packet_in.rb".freeze, "lib/pio/open_flow10/packet_in/reason.rb".freeze, "lib/pio/open_flow10/packet_out.rb".freeze, "lib/pio/open_flow10/phy_port16.rb".freeze, "lib/pio/open_flow10/port16.rb".freeze, "lib/pio/open_flow10/port_stats/request.rb".freeze, "lib/pio/open_flow10/port_status.rb".freeze, "lib/pio/open_flow10/port_status/reason.rb".freeze, "lib/pio/open_flow10/queue_stats/request.rb".freeze, "lib/pio/open_flow10/send_out_port.rb".freeze, "lib/pio/open_flow10/set_destination_ip_address.rb".freeze, "lib/pio/open_flow10/set_destination_mac_address.rb".freeze, "lib/pio/open_flow10/set_source_ip_address.rb".freeze, "lib/pio/open_flow10/set_source_mac_address.rb".freeze, "lib/pio/open_flow10/set_tos.rb".freeze, "lib/pio/open_flow10/set_transport_port.rb".freeze, "lib/pio/open_flow10/set_vlan_priority.rb".freeze, "lib/pio/open_flow10/set_vlan_vid.rb".freeze, "lib/pio/open_flow10/stats_reply.rb".freeze, "lib/pio/open_flow10/stats_request.rb".freeze, "lib/pio/open_flow10/stats_type.rb".freeze, "lib/pio/open_flow10/strip_vlan_header.rb".freeze, "lib/pio/open_flow10/table_stats/request.rb".freeze, "lib/pio/open_flow10/vendor_action.rb".freeze, "lib/pio/open_flow13.rb".freeze, "lib/pio/open_flow13/actions.rb".freeze, "lib/pio/open_flow13/apply.rb".freeze, "lib/pio/open_flow13/copy_ttl_inwards.rb".freeze, "lib/pio/open_flow13/copy_ttl_outwards.rb".freeze, "lib/pio/open_flow13/decrement_ip_ttl.rb".freeze, "lib/pio/open_flow13/echo/reply.rb".freeze, "lib/pio/open_flow13/echo/request.rb".freeze, "lib/pio/open_flow13/error.rb".freeze, "lib/pio/open_flow13/error/bad_request.rb".freeze, "lib/pio/open_flow13/error/error_type13.rb".freeze, "lib/pio/open_flow13/error/hello_failed.rb".freeze, "lib/pio/open_flow13/features/reply.rb".freeze, "lib/pio/open_flow13/features/request.rb".freeze, "lib/pio/open_flow13/flow_mod.rb".freeze, "lib/pio/open_flow13/goto_table.rb".freeze, "lib/pio/open_flow13/hello.rb".freeze, "lib/pio/open_flow13/match.rb".freeze, "lib/pio/open_flow13/meter.rb".freeze, "lib/pio/open_flow13/nicira_conjunction.rb".freeze, "lib/pio/open_flow13/nicira_reg_load.rb".freeze, "lib/pio/open_flow13/nicira_reg_move.rb".freeze, "lib/pio/open_flow13/nicira_send_out_port.rb".freeze, "lib/pio/open_flow13/nicira_stack_pop.rb".freeze, "lib/pio/open_flow13/nicira_stack_push.rb".freeze, "lib/pio/open_flow13/packet_in.rb".freeze, "lib/pio/open_flow13/packet_out.rb".freeze, "lib/pio/open_flow13/port32.rb".freeze, "lib/pio/open_flow13/send_out_port.rb".freeze, "lib/pio/open_flow13/set_arp_operation.rb".freeze, "lib/pio/open_flow13/set_arp_sender_hardware_address.rb".freeze, "lib/pio/open_flow13/set_arp_sender_protocol_address.rb".freeze, "lib/pio/open_flow13/set_destination_mac_address.rb".freeze, "lib/pio/open_flow13/set_ip_ttl.rb".freeze, "lib/pio/open_flow13/set_metadata.rb".freeze, "lib/pio/open_flow13/set_source_mac_address.rb".freeze, "lib/pio/open_flow13/stats_request.rb".freeze, "lib/pio/open_flow13/write_metadata.rb".freeze, "lib/pio/options.rb".freeze, "lib/pio/parse_error.rb".freeze, "lib/pio/parser.rb".freeze, "lib/pio/payload.rb".freeze, "lib/pio/pcap.rb".freeze, "lib/pio/ruby_dumper.rb".freeze, "lib/pio/type/ether_type.rb".freeze, "lib/pio/type/ip_address.rb".freeze, "lib/pio/type/ipv6_address.rb".freeze, "lib/pio/type/mac_address.rb".freeze, "lib/pio/udp.rb".freeze, "lib/pio/udp_header.rb".freeze, "lib/pio/version.rb".freeze, "pio.gemspec".freeze, "spec/pio/arp/reply_spec.rb".freeze, "spec/pio/arp/request_spec.rb".freeze, "spec/pio/arp_spec.rb".freeze, "spec/pio/dhcp/ack_spec.rb".freeze, "spec/pio/dhcp/discover_spec.rb".freeze, "spec/pio/dhcp/offer_spec.rb".freeze, "spec/pio/dhcp/request_spec.rb".freeze, "spec/pio/dhcp_spec.rb".freeze, "spec/pio/icmp/reply_spec.rb".freeze, "spec/pio/icmp/request_spec.rb".freeze, "spec/pio/icmp_spec.rb".freeze, "spec/pio/ipv4_address_spec.rb".freeze, "spec/pio/lldp/options_spec.rb".freeze, "spec/pio/mac_spec.rb".freeze, "spec/pio/monkey_patch/integer_spec.rb".freeze, "spec/pio/open_flow/nicira_resubmit_spec.rb".freeze, "spec/pio/open_flow/nicira_resubmit_table_spec.rb".freeze, "spec/pio/open_flow10/echo/reply_spec.rb".freeze, "spec/pio/open_flow10/echo/request_spec.rb".freeze, "spec/pio/open_flow10/enqueue_spec.rb".freeze, "spec/pio/open_flow10/error/hello_failed_spec.rb".freeze, "spec/pio/open_flow10/features/reply_spec.rb".freeze, "spec/pio/open_flow10/features/request_spec.rb".freeze, "spec/pio/open_flow10/flow_mod_spec.rb".freeze, "spec/pio/open_flow10/flow_stats_reply_spec.rb".freeze, "spec/pio/open_flow10/flow_stats_request_spec.rb".freeze, "spec/pio/open_flow10/hello_spec.rb".freeze, "spec/pio/open_flow10/match_spec.rb".freeze, "spec/pio/open_flow10/packet_in_spec.rb".freeze, "spec/pio/open_flow10/packet_out_spec.rb".freeze, "spec/pio/open_flow10/phy_port16_spec.rb".freeze, "spec/pio/open_flow10/send_out_port_spec.rb".freeze, "spec/pio/open_flow10/set_destination_ip_address_spec.rb".freeze, "spec/pio/open_flow10/set_destination_mac_address_spec.rb".freeze, "spec/pio/open_flow10/set_source_ip_address_spec.rb".freeze, "spec/pio/open_flow10/set_source_mac_address_spec.rb".freeze, "spec/pio/open_flow10/set_tos_spec.rb".freeze, "spec/pio/open_flow10/set_transport_destination_port_spec.rb".freeze, "spec/pio/open_flow10/set_transport_source_port_spec.rb".freeze, "spec/pio/open_flow10/set_vlan_priority_spec.rb".freeze, "spec/pio/open_flow10/set_vlan_vid_spec.rb".freeze, "spec/pio/open_flow10/strip_vlan_header_spec.rb".freeze, "spec/pio/open_flow10/wildcards_spec.rb".freeze, "spec/pio/open_flow13/echo_reply_spec.rb".freeze, "spec/pio/open_flow13/echo_request_spec.rb".freeze, "spec/pio/open_flow13/error/bad_request_spec.rb".freeze, "spec/pio/open_flow13/error/hello_failed_spec.rb".freeze, "spec/pio/open_flow13/features/reply_spec.rb".freeze, "spec/pio/open_flow13/features/request_spec.rb".freeze, "spec/pio/open_flow13/goto_table_spec.rb".freeze, "spec/pio/open_flow13/hello_spec.rb".freeze, "spec/pio/open_flow13/match_spec.rb".freeze, "spec/pio/open_flow13/meter_spec.rb".freeze, "spec/pio/open_flow13/nicira_reg_load_spec.rb".freeze, "spec/pio/open_flow13/nicira_reg_move_spec.rb".freeze, "spec/pio/open_flow13/nicira_send_out_port_spec.rb".freeze, "spec/pio/open_flow13/packet_in_spec.rb".freeze, "spec/pio/open_flow13/packet_out_spec.rb".freeze, "spec/pio/open_flow13/write_metadata_spec.rb".freeze, "spec/pio/open_flow_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/shared_examples_for_openflow_messages.rb".freeze] s.homepage = "http://github.com/trema/pio".freeze s.licenses = ["GPLv2".freeze, "MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Packet parser and generator.".freeze s.test_files = ["spec/pio/arp/reply_spec.rb".freeze, "spec/pio/arp/request_spec.rb".freeze, "spec/pio/arp_spec.rb".freeze, "spec/pio/dhcp/ack_spec.rb".freeze, "spec/pio/dhcp/discover_spec.rb".freeze, "spec/pio/dhcp/offer_spec.rb".freeze, "spec/pio/dhcp/request_spec.rb".freeze, "spec/pio/dhcp_spec.rb".freeze, "spec/pio/icmp/reply_spec.rb".freeze, "spec/pio/icmp/request_spec.rb".freeze, "spec/pio/icmp_spec.rb".freeze, "spec/pio/ipv4_address_spec.rb".freeze, "spec/pio/lldp/options_spec.rb".freeze, "spec/pio/mac_spec.rb".freeze, "spec/pio/monkey_patch/integer_spec.rb".freeze, "spec/pio/open_flow/nicira_resubmit_spec.rb".freeze, "spec/pio/open_flow/nicira_resubmit_table_spec.rb".freeze, "spec/pio/open_flow10/echo/reply_spec.rb".freeze, "spec/pio/open_flow10/echo/request_spec.rb".freeze, "spec/pio/open_flow10/enqueue_spec.rb".freeze, "spec/pio/open_flow10/error/hello_failed_spec.rb".freeze, "spec/pio/open_flow10/features/reply_spec.rb".freeze, "spec/pio/open_flow10/features/request_spec.rb".freeze, "spec/pio/open_flow10/flow_mod_spec.rb".freeze, "spec/pio/open_flow10/flow_stats_reply_spec.rb".freeze, "spec/pio/open_flow10/flow_stats_request_spec.rb".freeze, "spec/pio/open_flow10/hello_spec.rb".freeze, "spec/pio/open_flow10/match_spec.rb".freeze, "spec/pio/open_flow10/packet_in_spec.rb".freeze, "spec/pio/open_flow10/packet_out_spec.rb".freeze, "spec/pio/open_flow10/phy_port16_spec.rb".freeze, "spec/pio/open_flow10/send_out_port_spec.rb".freeze, "spec/pio/open_flow10/set_destination_ip_address_spec.rb".freeze, "spec/pio/open_flow10/set_destination_mac_address_spec.rb".freeze, "spec/pio/open_flow10/set_source_ip_address_spec.rb".freeze, "spec/pio/open_flow10/set_source_mac_address_spec.rb".freeze, "spec/pio/open_flow10/set_tos_spec.rb".freeze, "spec/pio/open_flow10/set_transport_destination_port_spec.rb".freeze, "spec/pio/open_flow10/set_transport_source_port_spec.rb".freeze, "spec/pio/open_flow10/set_vlan_priority_spec.rb".freeze, "spec/pio/open_flow10/set_vlan_vid_spec.rb".freeze, "spec/pio/open_flow10/strip_vlan_header_spec.rb".freeze, "spec/pio/open_flow10/wildcards_spec.rb".freeze, "spec/pio/open_flow13/echo_reply_spec.rb".freeze, "spec/pio/open_flow13/echo_request_spec.rb".freeze, "spec/pio/open_flow13/error/bad_request_spec.rb".freeze, "spec/pio/open_flow13/error/hello_failed_spec.rb".freeze, "spec/pio/open_flow13/features/reply_spec.rb".freeze, "spec/pio/open_flow13/features/request_spec.rb".freeze, "spec/pio/open_flow13/goto_table_spec.rb".freeze, "spec/pio/open_flow13/hello_spec.rb".freeze, "spec/pio/open_flow13/match_spec.rb".freeze, "spec/pio/open_flow13/meter_spec.rb".freeze, "spec/pio/open_flow13/nicira_reg_load_spec.rb".freeze, "spec/pio/open_flow13/nicira_reg_move_spec.rb".freeze, "spec/pio/open_flow13/nicira_send_out_port_spec.rb".freeze, "spec/pio/open_flow13/packet_in_spec.rb".freeze, "spec/pio/open_flow13/packet_out_spec.rb".freeze, "spec/pio/open_flow13/write_metadata_spec.rb".freeze, "spec/pio/open_flow_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/shared_examples_for_openflow_messages.rb".freeze, "features/arp/arp.feature".freeze, "features/arp/arp_reply.feature".freeze, "features/arp/arp_request.feature".freeze, "features/dhcp.feature".freeze, "features/ethernet_header.feature".freeze, "features/icmp/icmp.feature".freeze, "features/icmp/icmp_reply.feature".freeze, "features/icmp/icmp_request.feature".freeze, "features/ipv4_header.feature".freeze, "features/lldp.feature".freeze, "features/open_flow/header.feature".freeze, "features/open_flow/nicira_resubmit.feature".freeze, "features/open_flow/nicira_resubmit_table.feature".freeze, "features/open_flow10/aggregate_stats_reply.feature".freeze, "features/open_flow10/aggregate_stats_request.feature".freeze, "features/open_flow10/bad_request.feature".freeze, "features/open_flow10/barrier_reply.feature".freeze, "features/open_flow10/barrier_request.feature".freeze, "features/open_flow10/description_stats_reply.feature".freeze, "features/open_flow10/description_stats_request.feature".freeze, "features/open_flow10/echo_reply.feature".freeze, "features/open_flow10/echo_request.feature".freeze, "features/open_flow10/enqueue.feature".freeze, "features/open_flow10/exact_match.feature".freeze, "features/open_flow10/features_reply.feature".freeze, "features/open_flow10/features_request.feature".freeze, "features/open_flow10/flow_mod.feature".freeze, "features/open_flow10/flow_removed.feature".freeze, "features/open_flow10/flow_stats_reply.feature".freeze, "features/open_flow10/flow_stats_request.feature".freeze, "features/open_flow10/hello.feature".freeze, "features/open_flow10/hello_failed.feature".freeze, "features/open_flow10/packet_in.feature".freeze, "features/open_flow10/packet_out.feature".freeze, "features/open_flow10/port_stats_request.feature".freeze, "features/open_flow10/port_status.feature".freeze, "features/open_flow10/queue_stats_request.feature".freeze, "features/open_flow10/send_out_port.feature".freeze, "features/open_flow10/set_destination_mac_address.feature".freeze, "features/open_flow10/set_ip_destination_address.feature".freeze, "features/open_flow10/set_source_ip_address.feature".freeze, "features/open_flow10/set_source_mac_address.feature".freeze, "features/open_flow10/set_tos.feature".freeze, "features/open_flow10/set_transport_destination_port.feature".freeze, "features/open_flow10/set_transport_source_port.feature".freeze, "features/open_flow10/set_vlan_priority.feature".freeze, "features/open_flow10/set_vlan_vid.feature".freeze, "features/open_flow10/strip_vlan_header.feature".freeze, "features/open_flow10/table_stats_request.feature".freeze, "features/open_flow10/vendor_action.feature".freeze, "features/open_flow13/apply_actions.feature".freeze, "features/open_flow13/bad_request.feature".freeze, "features/open_flow13/copy_ttl_inwards.feature".freeze, "features/open_flow13/copy_ttl_outwards.feature".freeze, "features/open_flow13/decrement_ip_ttl.feature".freeze, "features/open_flow13/echo_reply.feature".freeze, "features/open_flow13/echo_request.feature".freeze, "features/open_flow13/features_reply.feature".freeze, "features/open_flow13/features_request.feature".freeze, "features/open_flow13/flow_mod.feature".freeze, "features/open_flow13/goto_table.feature".freeze, "features/open_flow13/hello.feature".freeze, "features/open_flow13/hello_failed.feature".freeze, "features/open_flow13/match.feature".freeze, "features/open_flow13/meter.feature".freeze, "features/open_flow13/nicira_conjunction.feature".freeze, "features/open_flow13/nicira_reg_load.feature".freeze, "features/open_flow13/nicira_reg_move.feature".freeze, "features/open_flow13/nicira_send_out_port.feature".freeze, "features/open_flow13/nicira_stack_pop.feature".freeze, "features/open_flow13/nicira_stack_push.feature".freeze, "features/open_flow13/packet_in.feature".freeze, "features/open_flow13/packet_out.feature".freeze, "features/open_flow13/send_out_port.feature".freeze, "features/open_flow13/set_arp_operation.feature".freeze, "features/open_flow13/set_arp_sender_hardware_address.feature".freeze, "features/open_flow13/set_arp_sender_protocol_address.feature".freeze, "features/open_flow13/set_destination_mac_address.feature".freeze, "features/open_flow13/set_ip_ttl.feature".freeze, "features/open_flow13/set_metadata.feature".freeze, "features/open_flow13/set_source_mac_address.feature".freeze, "features/open_flow13/stats_request.feature".freeze, "features/open_flow13/write_metadata.feature".freeze, "features/open_flow_read.feature".freeze, "features/open_flow_version.feature".freeze, "features/parser.feature".freeze, "features/step_definitions/dump_flows_steps.rb".freeze, "features/step_definitions/Gemfile".freeze, "features/step_definitions/Guardfile".freeze, "features/step_definitions/open_flow_steps.rb".freeze, "features/step_definitions/packet_data_steps.rb".freeze, "features/step_definitions/Rakefile".freeze, "features/step_definitions/README.md".freeze, "features/step_definitions/rest_api_steps.rb".freeze, "features/step_definitions/ruby_steps.rb".freeze, "features/step_definitions/show_stats_steps.rb".freeze, "features/step_definitions/trema_steps.rb".freeze, "features/step_definitions/virtual_link_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/hooks.rb".freeze, "features/udp.feature".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.1.0".freeze]) end