pio 0.30.0 → 0.30.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +6 -53
- data/Rakefile +8 -6
- data/features/{arp.feature → arp/arp.feature} +14 -30
- data/features/arp/arp_reply.feature +69 -0
- data/features/arp/arp_request.feature +67 -0
- data/features/dhcp.feature +157 -162
- data/features/ethernet_header.feature +149 -0
- data/features/icmp/icmp.feature +47 -0
- data/features/icmp/icmp_reply.feature +93 -0
- data/features/icmp/icmp_request.feature +89 -0
- data/features/ipv4_header.feature +89 -0
- data/features/lldp.feature +5 -8
- data/features/open_flow/header.feature +13 -0
- data/features/open_flow/nicira_resubmit.feature +4 -22
- data/features/open_flow/nicira_resubmit_table.feature +6 -16
- data/features/open_flow10/aggregate_stats_reply.feature +5 -7
- data/features/open_flow10/aggregate_stats_request.feature +12 -14
- data/features/open_flow10/bad_request.feature +7 -24
- data/features/open_flow10/barrier_reply.feature +14 -25
- data/features/open_flow10/barrier_request.feature +12 -25
- data/features/open_flow10/description_stats_reply.feature +9 -7
- data/features/open_flow10/description_stats_request.feature +12 -25
- data/features/open_flow10/echo_reply.feature +14 -35
- data/features/open_flow10/echo_request.feature +16 -39
- data/features/open_flow10/enqueue.feature +3 -4
- data/features/open_flow10/exact_match.feature +5 -5
- data/features/open_flow10/features_reply.feature +28 -73
- data/features/open_flow10/features_request.feature +10 -28
- data/features/open_flow10/flow_mod.feature +4 -188
- data/features/open_flow10/flow_removed.feature +28 -30
- data/features/open_flow10/flow_stats_reply.feature +5 -89
- data/features/open_flow10/flow_stats_request.feature +12 -42
- data/features/open_flow10/hello.feature +10 -32
- data/features/open_flow10/hello_failed.feature +7 -57
- data/features/open_flow10/packet_in.feature +130 -49
- data/features/open_flow10/packet_out.feature +29 -18
- data/features/open_flow10/port_stats_request.feature +8 -29
- data/features/open_flow10/port_status.feature +22 -21
- data/features/open_flow10/queue_stats_request.feature +12 -30
- data/features/open_flow10/send_out_port.feature +17 -25
- data/features/open_flow10/set_destination_mac_address.feature +3 -4
- data/features/open_flow10/set_ip_destination_address.feature +3 -4
- data/features/open_flow10/set_source_ip_address.feature +3 -4
- data/features/open_flow10/set_source_mac_address.feature +3 -4
- data/features/open_flow10/set_tos.feature +3 -4
- data/features/open_flow10/set_transport_destination_port.feature +3 -4
- data/features/open_flow10/set_transport_source_port.feature +3 -4
- data/features/open_flow10/set_vlan_priority.feature +3 -4
- data/features/open_flow10/set_vlan_vid.feature +3 -4
- data/features/open_flow10/strip_vlan_header.feature +3 -4
- data/features/open_flow10/table_stats_request.feature +11 -13
- data/features/open_flow10/vendor_action.feature +4 -5
- data/features/open_flow13/apply_actions.feature +15 -18
- data/features/open_flow13/bad_request.feature +7 -13
- data/features/open_flow13/copy_ttl_inwards.feature +13 -0
- data/features/open_flow13/copy_ttl_outwards.feature +13 -0
- data/features/open_flow13/decrement_ip_ttl.feature +11 -0
- data/features/open_flow13/echo_reply.feature +16 -42
- data/features/open_flow13/echo_request.feature +16 -42
- data/features/open_flow13/features_reply.feature +4 -25
- data/features/open_flow13/features_request.feature +7 -36
- data/features/open_flow13/flow_mod.feature +16 -76
- data/features/open_flow13/goto_table.feature +18 -20
- data/features/open_flow13/hello.feature +7 -37
- data/features/open_flow13/hello_failed.feature +7 -30
- data/features/open_flow13/match.feature +239 -248
- data/features/open_flow13/meter.feature +18 -20
- data/features/open_flow13/nicira_conjunction.feature +15 -0
- data/features/open_flow13/nicira_reg_load.feature +27 -42
- data/features/open_flow13/nicira_reg_move.feature +41 -35
- data/features/open_flow13/nicira_send_out_port.feature +21 -13
- data/features/open_flow13/nicira_stack_pop.feature +26 -0
- data/features/open_flow13/nicira_stack_push.feature +26 -0
- data/features/open_flow13/packet_in.feature +7 -34
- data/features/open_flow13/packet_out.feature +7 -45
- data/features/open_flow13/send_out_port.feature +19 -28
- data/features/open_flow13/set_arp_operation.feature +4 -5
- data/features/open_flow13/set_arp_sender_hardware_address.feature +3 -4
- data/features/open_flow13/set_arp_sender_protocol_address.feature +3 -4
- data/features/open_flow13/set_destination_mac_address.feature +3 -4
- data/features/open_flow13/set_ip_ttl.feature +12 -0
- data/features/open_flow13/set_metadata.feature +3 -4
- data/features/open_flow13/set_source_mac_address.feature +3 -4
- data/features/open_flow13/stats_request.feature +4 -7
- data/features/open_flow13/write_metadata.feature +20 -22
- data/features/open_flow_read.feature +24 -5
- data/features/open_flow_version.feature +1 -1
- data/features/parser.feature +8 -9
- data/features/step_definitions/Gemfile +2 -0
- data/features/step_definitions/Guardfile +2 -0
- data/features/step_definitions/Rakefile +2 -0
- data/features/step_definitions/dump_flows_steps.rb +2 -0
- data/features/step_definitions/open_flow_steps.rb +13 -16
- data/features/step_definitions/packet_data_steps.rb +19 -33
- data/features/step_definitions/rest_api_steps.rb +2 -0
- data/features/step_definitions/ruby_steps.rb +9 -0
- data/features/step_definitions/show_stats_steps.rb +5 -3
- data/features/step_definitions/trema_steps.rb +2 -0
- data/features/step_definitions/virtual_link_steps.rb +2 -0
- data/features/support/env.rb +2 -2
- data/features/support/hooks.rb +4 -2
- data/features/udp.feature +26 -27
- data/lib/pio/arp/format.rb +5 -7
- data/lib/pio/arp/message.rb +10 -4
- data/lib/pio/arp/reply.rb +11 -32
- data/lib/pio/arp/request.rb +11 -33
- data/lib/pio/arp.rb +11 -6
- data/lib/pio/class_inspector.rb +20 -0
- data/lib/pio/dhcp/ack.rb +2 -0
- data/lib/pio/dhcp/boot_reply.rb +2 -0
- data/lib/pio/dhcp/boot_reply_options.rb +2 -0
- data/lib/pio/dhcp/boot_request.rb +2 -0
- data/lib/pio/dhcp/boot_request_options.rb +2 -0
- data/lib/pio/dhcp/client_id.rb +2 -0
- data/lib/pio/dhcp/common_options.rb +2 -0
- data/lib/pio/dhcp/dhcp_field.rb +2 -0
- data/lib/pio/dhcp/dhcp_tlv_options.rb +30 -20
- data/lib/pio/dhcp/discover.rb +2 -0
- data/lib/pio/dhcp/field_util.rb +3 -1
- data/lib/pio/dhcp/frame.rb +6 -4
- data/lib/pio/dhcp/message.rb +2 -0
- data/lib/pio/dhcp/offer.rb +2 -0
- data/lib/pio/dhcp/optional_tlv.rb +4 -2
- data/lib/pio/dhcp/parameter_list.rb +2 -0
- data/lib/pio/dhcp/request.rb +2 -0
- data/lib/pio/dhcp.rb +4 -2
- data/lib/pio/ethernet_frame.rb +22 -0
- data/lib/pio/ethernet_header.rb +37 -13
- data/lib/pio/icmp/format.rb +21 -22
- data/lib/pio/icmp/message.rb +20 -4
- data/lib/pio/icmp/reply.rb +10 -34
- data/lib/pio/icmp/request.rb +10 -43
- data/lib/pio/icmp.rb +10 -5
- data/lib/pio/instance_inspector.rb +16 -0
- data/lib/pio/ipv4_address.rb +13 -11
- data/lib/pio/ipv4_header.rb +26 -2
- data/lib/pio/lldp/chassis_id_tlv.rb +2 -0
- data/lib/pio/lldp/end_of_lldpdu_value.rb +2 -0
- data/lib/pio/lldp/frame.rb +4 -2
- data/lib/pio/lldp/management_address_value.rb +2 -0
- data/lib/pio/lldp/optional_tlv.rb +4 -2
- data/lib/pio/lldp/options.rb +4 -2
- data/lib/pio/lldp/organizationally_specific_value.rb +2 -0
- data/lib/pio/lldp/port_description_value.rb +2 -0
- data/lib/pio/lldp/port_id_tlv.rb +2 -0
- data/lib/pio/lldp/system_capabilities_value.rb +2 -0
- data/lib/pio/lldp/system_description_value.rb +2 -0
- data/lib/pio/lldp/system_name_value.rb +2 -0
- data/lib/pio/lldp/ttl_tlv.rb +2 -0
- data/lib/pio/lldp.rb +2 -0
- data/lib/pio/mac.rb +9 -3
- data/lib/pio/message.rb +52 -0
- data/lib/pio/message_type_selector.rb +2 -0
- data/lib/pio/monkey_patch/bindata_record.rb +8 -0
- data/lib/pio/monkey_patch/bindata_string.rb +12 -0
- data/lib/pio/monkey_patch/integer/base_conversions.rb +3 -1
- data/lib/pio/monkey_patch/integer/ranges.rb +2 -0
- data/lib/pio/monkey_patch/integer.rb +2 -0
- data/lib/pio/monkey_patch/uint/base_conversions.rb +16 -0
- data/lib/pio/monkey_patch/uint.rb +11 -0
- data/lib/pio/open_flow/action.rb +10 -4
- data/lib/pio/open_flow/buffer_id.rb +21 -0
- data/lib/pio/open_flow/datapath_id.rb +5 -3
- data/lib/pio/open_flow/error_message.rb +34 -0
- data/lib/pio/open_flow/flags.rb +17 -6
- data/lib/pio/open_flow/flow_match.rb +12 -0
- data/lib/pio/open_flow/header.rb +28 -0
- data/lib/pio/open_flow/hello_failed_code.rb +3 -1
- data/lib/pio/open_flow/instruction.rb +12 -0
- data/lib/pio/open_flow/message.rb +51 -14
- data/lib/pio/open_flow/nicira_action.rb +2 -0
- data/lib/pio/open_flow/nicira_resubmit.rb +15 -11
- data/lib/pio/open_flow/nicira_resubmit_table.rb +19 -10
- data/lib/pio/open_flow/parser.rb +21 -0
- data/lib/pio/open_flow/port.rb +4 -2
- data/lib/pio/open_flow/transaction_id.rb +4 -2
- data/lib/pio/open_flow/version.rb +24 -0
- data/lib/pio/open_flow.rb +40 -52
- data/lib/pio/open_flow10/actions.rb +18 -16
- data/lib/pio/open_flow10/aggregate_stats/reply.rb +4 -1
- data/lib/pio/open_flow10/aggregate_stats/request.rb +3 -3
- data/lib/pio/open_flow10/barrier/reply.rb +3 -1
- data/lib/pio/open_flow10/barrier/request.rb +3 -1
- data/lib/pio/open_flow10/description_stats/reply.rb +3 -1
- data/lib/pio/open_flow10/description_stats/request.rb +3 -3
- data/lib/pio/open_flow10/echo/reply.rb +5 -3
- data/lib/pio/open_flow10/echo/request.rb +5 -3
- data/lib/pio/open_flow10/enqueue.rb +5 -3
- data/lib/pio/open_flow10/error/bad_request/bad_request_code.rb +37 -0
- data/lib/pio/open_flow10/error/bad_request.rb +7 -29
- data/lib/pio/open_flow10/error/error_type10.rb +3 -1
- data/lib/pio/open_flow10/error/hello_failed.rb +8 -4
- data/lib/pio/open_flow10/error.rb +5 -13
- data/lib/pio/open_flow10/exact_match.rb +14 -10
- data/lib/pio/open_flow10/features/reply.rb +35 -48
- data/lib/pio/open_flow10/features/request.rb +3 -4
- data/lib/pio/open_flow10/features.rb +2 -0
- data/lib/pio/open_flow10/flow_mod/command.rb +30 -0
- data/lib/pio/open_flow10/flow_mod.rb +10 -33
- data/lib/pio/open_flow10/flow_removed/reason.rb +24 -0
- data/lib/pio/open_flow10/flow_removed.rb +4 -17
- data/lib/pio/open_flow10/flow_stats/reply.rb +5 -4
- data/lib/pio/open_flow10/flow_stats/request.rb +3 -3
- data/lib/pio/open_flow10/hello.rb +3 -4
- data/lib/pio/open_flow10/match.rb +16 -13
- data/lib/pio/open_flow10/match10.rb +2 -0
- data/lib/pio/open_flow10/packet_in/reason.rb +27 -0
- data/lib/pio/open_flow10/packet_in.rb +34 -28
- data/lib/pio/open_flow10/packet_out.rb +7 -6
- data/lib/pio/open_flow10/phy_port16.rb +41 -61
- data/lib/pio/open_flow10/port16.rb +2 -0
- data/lib/pio/open_flow10/port_stats/request.rb +3 -3
- data/lib/pio/open_flow10/port_status/reason.rb +23 -0
- data/lib/pio/open_flow10/port_status.rb +25 -30
- data/lib/pio/open_flow10/queue_stats/request.rb +3 -3
- data/lib/pio/open_flow10/send_out_port.rb +4 -2
- data/lib/pio/open_flow10/set_destination_ip_address.rb +2 -0
- data/lib/pio/open_flow10/set_destination_mac_address.rb +2 -0
- data/lib/pio/open_flow10/set_source_ip_address.rb +2 -0
- data/lib/pio/open_flow10/set_source_mac_address.rb +2 -0
- data/lib/pio/open_flow10/set_tos.rb +4 -2
- data/lib/pio/open_flow10/set_transport_port.rb +6 -2
- data/lib/pio/open_flow10/set_vlan_priority.rb +3 -1
- data/lib/pio/open_flow10/set_vlan_vid.rb +3 -1
- data/lib/pio/open_flow10/stats_reply.rb +9 -10
- data/lib/pio/open_flow10/stats_request.rb +18 -15
- data/lib/pio/open_flow10/stats_type.rb +3 -1
- data/lib/pio/open_flow10/strip_vlan_header.rb +2 -0
- data/lib/pio/open_flow10/table_stats/request.rb +3 -3
- data/lib/pio/open_flow10/vendor_action.rb +24 -20
- data/lib/pio/open_flow10.rb +2 -0
- data/lib/pio/open_flow13/actions.rb +36 -32
- data/lib/pio/open_flow13/apply.rb +27 -22
- data/lib/pio/open_flow13/copy_ttl_inwards.rb +17 -0
- data/lib/pio/open_flow13/copy_ttl_outwards.rb +17 -0
- data/lib/pio/open_flow13/decrement_ip_ttl.rb +17 -0
- data/lib/pio/open_flow13/echo/reply.rb +5 -3
- data/lib/pio/open_flow13/echo/request.rb +5 -3
- data/lib/pio/open_flow13/error/bad_request.rb +6 -3
- data/lib/pio/open_flow13/error/error_type13.rb +3 -1
- data/lib/pio/open_flow13/error/hello_failed.rb +5 -2
- data/lib/pio/open_flow13/error.rb +9 -18
- data/lib/pio/open_flow13/features/reply.rb +15 -20
- data/lib/pio/open_flow13/features/request.rb +3 -1
- data/lib/pio/open_flow13/flow_mod.rb +16 -19
- data/lib/pio/open_flow13/goto_table.rb +28 -24
- data/lib/pio/open_flow13/hello.rb +5 -4
- data/lib/pio/open_flow13/match.rb +187 -21
- data/lib/pio/open_flow13/meter.rb +25 -20
- data/lib/pio/open_flow13/nicira_conjunction.rb +28 -0
- data/lib/pio/open_flow13/nicira_reg_load.rb +46 -24
- data/lib/pio/open_flow13/nicira_reg_move.rb +79 -35
- data/lib/pio/open_flow13/nicira_send_out_port.rb +39 -21
- data/lib/pio/open_flow13/nicira_stack_pop.rb +51 -0
- data/lib/pio/open_flow13/nicira_stack_push.rb +51 -0
- data/lib/pio/open_flow13/packet_in.rb +13 -8
- data/lib/pio/open_flow13/packet_out.rb +11 -8
- data/lib/pio/open_flow13/port32.rb +2 -0
- data/lib/pio/open_flow13/send_out_port.rb +2 -0
- data/lib/pio/open_flow13/set_arp_operation.rb +2 -0
- data/lib/pio/open_flow13/set_arp_sender_hardware_address.rb +2 -0
- data/lib/pio/open_flow13/set_arp_sender_protocol_address.rb +2 -0
- data/lib/pio/open_flow13/set_destination_mac_address.rb +2 -0
- data/lib/pio/open_flow13/set_ip_ttl.rb +18 -0
- data/lib/pio/open_flow13/set_metadata.rb +2 -0
- data/lib/pio/open_flow13/set_source_mac_address.rb +2 -0
- data/lib/pio/open_flow13/stats_request.rb +10 -10
- data/lib/pio/open_flow13/write_metadata.rb +42 -38
- data/lib/pio/open_flow13.rb +9 -0
- data/lib/pio/options.rb +10 -3
- data/lib/pio/parse_error.rb +2 -0
- data/lib/pio/parser.rb +9 -16
- data/lib/pio/payload.rb +2 -0
- data/lib/pio/pcap.rb +2 -0
- data/lib/pio/ruby_dumper.rb +71 -0
- data/lib/pio/type/ether_type.rb +33 -0
- data/lib/pio/type/ip_address.rb +10 -0
- data/lib/pio/type/ipv6_address.rb +2 -0
- data/lib/pio/type/mac_address.rb +12 -0
- data/lib/pio/udp.rb +5 -3
- data/lib/pio/udp_header.rb +3 -1
- data/lib/pio/version.rb +3 -1
- data/lib/pio.rb +3 -1
- data/pio.gemspec +7 -38
- data/spec/pio/arp/reply_spec.rb +2 -4
- data/spec/pio/arp/request_spec.rb +2 -4
- data/spec/pio/arp_spec.rb +2 -4
- data/spec/pio/dhcp/ack_spec.rb +2 -0
- data/spec/pio/dhcp/discover_spec.rb +2 -0
- data/spec/pio/dhcp/offer_spec.rb +2 -0
- data/spec/pio/dhcp/request_spec.rb +2 -0
- data/spec/pio/dhcp_spec.rb +2 -0
- data/spec/pio/icmp/reply_spec.rb +6 -8
- data/spec/pio/icmp/request_spec.rb +8 -10
- data/spec/pio/icmp_spec.rb +10 -12
- data/spec/pio/ipv4_address_spec.rb +2 -0
- data/spec/pio/lldp/options_spec.rb +2 -0
- data/spec/pio/mac_spec.rb +2 -0
- data/spec/pio/monkey_patch/integer_spec.rb +25 -0
- data/spec/pio/open_flow/nicira_resubmit_spec.rb +21 -0
- data/spec/pio/open_flow/nicira_resubmit_table_spec.rb +22 -0
- data/spec/pio/open_flow10/echo/reply_spec.rb +2 -0
- data/spec/pio/open_flow10/echo/request_spec.rb +2 -0
- data/spec/pio/open_flow10/enqueue_spec.rb +2 -0
- data/spec/pio/open_flow10/error/hello_failed_spec.rb +4 -2
- data/spec/pio/open_flow10/features/reply_spec.rb +2 -0
- data/spec/pio/open_flow10/features/request_spec.rb +2 -0
- data/spec/pio/open_flow10/flow_mod_spec.rb +53 -51
- data/spec/pio/open_flow10/flow_stats_reply_spec.rb +2 -0
- data/spec/pio/open_flow10/flow_stats_request_spec.rb +10 -8
- data/spec/pio/open_flow10/hello_spec.rb +2 -2
- data/spec/pio/open_flow10/match_spec.rb +106 -104
- data/spec/pio/open_flow10/packet_in_spec.rb +2 -0
- data/spec/pio/open_flow10/packet_out_spec.rb +2 -349
- data/spec/pio/open_flow10/phy_port16_spec.rb +9 -7
- data/spec/pio/open_flow10/send_out_port_spec.rb +2 -0
- data/spec/pio/open_flow10/set_destination_ip_address_spec.rb +2 -0
- data/spec/pio/open_flow10/set_destination_mac_address_spec.rb +2 -0
- data/spec/pio/open_flow10/set_source_ip_address_spec.rb +2 -0
- data/spec/pio/open_flow10/set_source_mac_address_spec.rb +2 -0
- data/spec/pio/open_flow10/set_tos_spec.rb +2 -0
- data/spec/pio/open_flow10/set_transport_destination_port_spec.rb +2 -0
- data/spec/pio/open_flow10/set_transport_source_port_spec.rb +2 -0
- data/spec/pio/open_flow10/set_vlan_priority_spec.rb +2 -0
- data/spec/pio/open_flow10/set_vlan_vid_spec.rb +2 -0
- data/spec/pio/open_flow10/strip_vlan_header_spec.rb +2 -0
- data/spec/pio/open_flow10/wildcards_spec.rb +2 -0
- data/spec/pio/open_flow13/echo_reply_spec.rb +2 -0
- data/spec/pio/open_flow13/echo_request_spec.rb +2 -0
- data/spec/pio/open_flow13/error/bad_request_spec.rb +2 -0
- data/spec/pio/open_flow13/error/hello_failed_spec.rb +4 -2
- data/spec/pio/open_flow13/features/reply_spec.rb +2 -0
- data/spec/pio/open_flow13/features/request_spec.rb +2 -0
- data/spec/pio/open_flow13/goto_table_spec.rb +4 -2
- data/spec/pio/open_flow13/hello_spec.rb +18 -16
- data/spec/pio/open_flow13/match_spec.rb +31 -29
- data/spec/pio/open_flow13/meter_spec.rb +4 -2
- data/spec/pio/open_flow13/nicira_reg_load_spec.rb +73 -0
- data/spec/pio/open_flow13/nicira_reg_move_spec.rb +42 -0
- data/spec/pio/open_flow13/nicira_send_out_port_spec.rb +31 -0
- data/spec/pio/open_flow13/packet_in_spec.rb +2 -0
- data/spec/pio/open_flow13/packet_out_spec.rb +2 -0
- data/spec/pio/open_flow13/write_metadata_spec.rb +5 -3
- data/spec/pio/open_flow_spec.rb +8 -6
- data/spec/spec_helper.rb +1 -12
- data/spec/support/shared_examples_for_openflow_messages.rb +7 -13
- metadata +83 -683
- data/LICENSE +0 -674
- data/bin/_guard-core +0 -16
- data/bin/byebug +0 -16
- data/bin/cc-tddium-post-worker +0 -16
- data/bin/cdiff +0 -16
- data/bin/coderay +0 -16
- data/bin/colortab +0 -16
- data/bin/coveralls +0 -16
- data/bin/cucumber +0 -16
- data/bin/decolor +0 -16
- data/bin/flay +0 -16
- data/bin/flog +0 -16
- data/bin/guard +0 -16
- data/bin/htmldiff +0 -16
- data/bin/inch +0 -16
- data/bin/ldiff +0 -16
- data/bin/listen +0 -16
- data/bin/minitar +0 -16
- data/bin/pry +0 -16
- data/bin/rake +0 -16
- data/bin/reek +0 -16
- data/bin/relish +0 -16
- data/bin/restclient +0 -16
- data/bin/rspec +0 -16
- data/bin/rubocop +0 -16
- data/bin/ruby-parse +0 -16
- data/bin/ruby-rewrite +0 -16
- data/bin/ruby_parse +0 -16
- data/bin/ruby_parse_extract_error +0 -16
- data/bin/sparkr +0 -16
- data/bin/term_display +0 -16
- data/bin/term_mandel +0 -16
- data/bin/terminal-notifier +0 -16
- data/bin/thor +0 -16
- data/bin/unparser +0 -16
- data/bin/yard +0 -16
- data/bin/yardoc +0 -16
- data/bin/yri +0 -16
- data/features/arp-storm.pcap +0 -0
- data/features/arp.pcap +0 -0
- data/features/dhcp.pcap +0 -0
- data/features/icmp.feature +0 -130
- data/features/icmp.pcap +0 -0
- data/features/icmpv6.pcap +0 -0
- data/features/lldp.detailed.pcap +0 -0
- data/features/lldp.minimal.pcap +0 -0
- data/features/open_flow10/aggregate_stats_reply.raw +0 -0
- data/features/open_flow10/aggregate_stats_request.raw +0 -0
- data/features/open_flow10/bad_request.raw +0 -0
- data/features/open_flow10/barrier_reply.raw +0 -0
- data/features/open_flow10/barrier_request.raw +0 -0
- data/features/open_flow10/description_stats_reply.raw +0 -0
- data/features/open_flow10/description_stats_request.raw +0 -0
- data/features/open_flow10/echo_reply.raw +0 -0
- data/features/open_flow10/echo_request.raw +0 -0
- data/features/open_flow10/error.raw +0 -0
- data/features/open_flow10/features_reply.raw +0 -0
- data/features/open_flow10/features_request.raw +0 -0
- data/features/open_flow10/flow_mod_add.raw +0 -0
- data/features/open_flow10/flow_mod_delete.raw +0 -0
- data/features/open_flow10/flow_mod_delete_strict.raw +0 -0
- data/features/open_flow10/flow_mod_modify.raw +0 -0
- data/features/open_flow10/flow_mod_modify_strict.raw +0 -0
- data/features/open_flow10/flow_removed.raw +0 -0
- data/features/open_flow10/flow_stats_reply.raw +0 -0
- data/features/open_flow10/flow_stats_request.raw +0 -0
- data/features/open_flow10/get_config_reply.raw +0 -0
- data/features/open_flow10/get_config_request.raw +0 -0
- data/features/open_flow10/hello.raw +0 -0
- data/features/open_flow10/hello_failed.raw +0 -0
- data/features/open_flow10/nx_flow_mod_add.raw +0 -0
- data/features/open_flow10/nx_flow_mod_delete.raw +0 -0
- data/features/open_flow10/nx_flow_mod_delete_strict.raw +0 -0
- data/features/open_flow10/nx_flow_mod_modify.raw +0 -0
- data/features/open_flow10/nx_flow_mod_modify_strict.raw +0 -0
- data/features/open_flow10/nxast_learn.raw +0 -0
- data/features/open_flow10/packet_in.raw +0 -0
- data/features/open_flow10/packet_in_arp_reply.raw +0 -0
- data/features/open_flow10/packet_in_arp_request.raw +0 -0
- data/features/open_flow10/packet_in_cbench.raw +0 -0
- data/features/open_flow10/packet_out.raw +0 -0
- data/features/open_flow10/port_mod.raw +0 -0
- data/features/open_flow10/port_stats_reply.raw +0 -0
- data/features/open_flow10/port_stats_request.raw +0 -0
- data/features/open_flow10/port_status.raw +0 -0
- data/features/open_flow10/queue_get_config_reply.raw +0 -0
- data/features/open_flow10/queue_get_config_request.raw +0 -0
- data/features/open_flow10/queue_stats_request.raw +0 -0
- data/features/open_flow10/set_config.raw +0 -0
- data/features/open_flow10/table_stats_reply.raw +0 -0
- data/features/open_flow10/table_stats_request.raw +0 -0
- data/features/open_flow10/vendor.raw +0 -0
- data/features/open_flow10/vendor_stats_request.raw +0 -0
- data/features/open_flow13/action_copy_ttl_in.raw +0 -0
- data/features/open_flow13/action_copy_ttl_out.raw +0 -0
- data/features/open_flow13/action_dec_mpls_ttl.raw +0 -0
- data/features/open_flow13/action_dec_nw_ttl.raw +0 -0
- data/features/open_flow13/action_group.raw +0 -0
- data/features/open_flow13/action_pop_mpls.raw +0 -0
- data/features/open_flow13/action_pop_pbb.raw +0 -0
- data/features/open_flow13/action_pop_vlan.raw +0 -0
- data/features/open_flow13/action_push_mpls.raw +0 -0
- data/features/open_flow13/action_push_pbb.raw +0 -0
- data/features/open_flow13/action_push_vlan.raw +0 -0
- data/features/open_flow13/action_set_field.raw +0 -0
- data/features/open_flow13/action_set_mpls_ttl.raw +0 -0
- data/features/open_flow13/action_set_nw_ttl.raw +0 -0
- data/features/open_flow13/action_set_queue.raw +0 -0
- data/features/open_flow13/apply_actions.raw +0 -0
- data/features/open_flow13/bad_request.raw +0 -0
- data/features/open_flow13/echo_reply_body.raw +0 -0
- data/features/open_flow13/echo_reply_no_body.raw +0 -0
- data/features/open_flow13/echo_request_body.raw +0 -0
- data/features/open_flow13/echo_request_no_body.raw +0 -0
- data/features/open_flow13/features_reply.raw +0 -0
- data/features/open_flow13/features_request.raw +0 -0
- data/features/open_flow13/flow_add_apply_no_match.raw +0 -0
- data/features/open_flow13/flow_mod_add_apply_no_match.raw +0 -0
- data/features/open_flow13/flow_mod_no_match_or_instructions.raw +0 -0
- data/features/open_flow13/hello_failed.raw +0 -0
- data/features/open_flow13/hello_no_version_bitmap.raw +0 -0
- data/features/open_flow13/hello_version_bitmap.raw +0 -0
- data/features/open_flow13/instruction_clear_actions.raw +0 -0
- data/features/open_flow13/instruction_goto_table.raw +0 -0
- data/features/open_flow13/instruction_meter.raw +0 -0
- data/features/open_flow13/instruction_write_actions.raw +0 -0
- data/features/open_flow13/instruction_write_metadata.raw +0 -0
- data/features/open_flow13/oxm_arp_op_field.raw +0 -0
- data/features/open_flow13/oxm_arp_sha_field.raw +0 -0
- data/features/open_flow13/oxm_arp_spa_field.raw +0 -0
- data/features/open_flow13/oxm_arp_tha_field.raw +0 -0
- data/features/open_flow13/oxm_arp_tpa_field.raw +0 -0
- data/features/open_flow13/oxm_ether_destination_field.raw +0 -0
- data/features/open_flow13/oxm_ether_source_field.raw +0 -0
- data/features/open_flow13/oxm_ether_type_field.raw +0 -0
- data/features/open_flow13/oxm_experimenter_stratos_basic_dot11.raw +0 -0
- data/features/open_flow13/oxm_icmpv4_code_field.raw +0 -0
- data/features/open_flow13/oxm_icmpv4_type_field.raw +0 -0
- data/features/open_flow13/oxm_in_phy_port_field.raw +0 -0
- data/features/open_flow13/oxm_in_port_field.raw +0 -0
- data/features/open_flow13/oxm_invalid_field.raw +0 -0
- data/features/open_flow13/oxm_ip_dscp_field.raw +0 -0
- data/features/open_flow13/oxm_ip_ecn_field.raw +0 -0
- data/features/open_flow13/oxm_ipv4_destination_field.raw +0 -0
- data/features/open_flow13/oxm_ipv4_source_field.raw +0 -0
- data/features/open_flow13/oxm_ipv6_destination_field.raw +0 -0
- data/features/open_flow13/oxm_ipv6_source_field.raw +0 -0
- data/features/open_flow13/oxm_masked_arp_sha_field.raw +0 -0
- data/features/open_flow13/oxm_masked_arp_spa_field.raw +0 -0
- data/features/open_flow13/oxm_masked_arp_tha_field.raw +0 -0
- data/features/open_flow13/oxm_masked_arp_tpa_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ether_destination_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ether_source_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ipv4_destination_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ipv4_source_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ipv6_destination_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ipv6_source_field.raw +0 -0
- data/features/open_flow13/oxm_masked_tunnel_id_field.raw +0 -0
- data/features/open_flow13/oxm_metadata_field.raw +0 -0
- data/features/open_flow13/oxm_metadata_masked_field.raw +0 -0
- data/features/open_flow13/oxm_no_fields.raw +0 -0
- data/features/open_flow13/oxm_sctp_destination_field.raw +0 -0
- data/features/open_flow13/oxm_sctp_source_field.raw +0 -0
- data/features/open_flow13/oxm_tcp_destination_field.raw +0 -0
- data/features/open_flow13/oxm_tcp_field.raw +0 -0
- data/features/open_flow13/oxm_tcp_source_field.raw +0 -0
- data/features/open_flow13/oxm_tunnel_id_field.raw +0 -0
- data/features/open_flow13/oxm_udp_destination_field.raw +0 -0
- data/features/open_flow13/oxm_udp_field.raw +0 -0
- data/features/open_flow13/oxm_udp_source_field.raw +0 -0
- data/features/open_flow13/oxm_vlan_pcp_field.raw +0 -0
- data/features/open_flow13/oxm_vlan_vid_field.raw +0 -0
- data/features/open_flow13/packet_in.raw +0 -0
- data/features/open_flow13/packet_out.raw +0 -0
- data/features/open_flow13/send_out_port.raw +0 -0
- data/features/open_flow13/table_stats_reply.raw +0 -0
- data/features/open_flow13/table_stats_request.raw +0 -0
- data/features/step_definitions/LICENSE +0 -675
- data/features/udp_no_payload.raw +0 -0
- data/features/udp_with_payload.raw +0 -0
- data/lib/pio/icmp/options.rb +0 -21
- data/lib/pio/open_flow/error.rb +0 -19
- data/lib/pio/open_flow/open_flow_header.rb +0 -31
- data/lib/pio/open_flow13/buffer_id.rb +0 -17
- data/spec/pio/arp/reply/options_spec.rb +0 -143
- data/spec/pio/arp/request/options_spec.rb +0 -113
@@ -1,26 +1,24 @@
|
|
1
1
|
@open_flow13
|
2
|
-
Feature:
|
2
|
+
Feature: Meter
|
3
3
|
Scenario: new(1)
|
4
|
-
When I
|
4
|
+
When I create an OpenFlow instruction with:
|
5
5
|
"""
|
6
|
-
Pio::Meter.new(1)
|
6
|
+
Pio::OpenFlow13::Meter.new(1)
|
7
7
|
"""
|
8
|
-
Then
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
| meter_id | 1 |
|
8
|
+
Then the message has the following fields and values:
|
9
|
+
| field | value |
|
10
|
+
| class | Pio::OpenFlow13::Meter |
|
11
|
+
| instruction_type | 6 |
|
12
|
+
| instruction_length | 8 |
|
13
|
+
| to_binary_s.length | 8 |
|
14
|
+
| meter_id | 1 |
|
16
15
|
|
17
16
|
Scenario: read
|
18
|
-
When I
|
19
|
-
Then
|
20
|
-
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
| meter_id | 1 |
|
17
|
+
When I parse a file named "open_flow13/instruction_meter.raw" with "Pio::OpenFlow13::Meter" class
|
18
|
+
Then the message has the following fields and values:
|
19
|
+
| field | value |
|
20
|
+
| class | Pio::OpenFlow13::Meter |
|
21
|
+
| instruction_type | 6 |
|
22
|
+
| instruction_length | 8 |
|
23
|
+
| to_binary_s.length | 8 |
|
24
|
+
| meter_id | 1 |
|
@@ -0,0 +1,15 @@
|
|
1
|
+
@open_flow13
|
2
|
+
Feature: NiciraConjunction
|
3
|
+
|
4
|
+
Provides conjunctive flow match.
|
5
|
+
|
6
|
+
Scenario: new(clause: 1, n_clauses: 2, conjunction_id: 1)
|
7
|
+
When I create an OpenFlow action with:
|
8
|
+
"""
|
9
|
+
Pio::NiciraConjunction.new(clause: 1, n_clauses: 2, conjunction_id: 1)
|
10
|
+
"""
|
11
|
+
Then the action has the following fields and values:
|
12
|
+
| field | value |
|
13
|
+
| clause | 1 |
|
14
|
+
| n_clauses | 2 |
|
15
|
+
| conjunction_id | 1 |
|
@@ -1,56 +1,41 @@
|
|
1
1
|
@open_flow13
|
2
|
-
Feature:
|
2
|
+
Feature: NiciraRegLoad
|
3
|
+
|
4
|
+
Copies value[0:n_bits] to destination[ofs:ofs+n_bits], where a[b:c]
|
5
|
+
denotes the bits within 'a' numbered 'b' through 'c' (not including bit 'c').
|
3
6
|
|
4
7
|
Scenario: new(0xdeadbeef, :reg0)
|
5
|
-
When I
|
8
|
+
When I create an OpenFlow action with:
|
6
9
|
"""
|
7
10
|
Pio::NiciraRegLoad.new(0xdeadbeef, :reg0)
|
8
11
|
"""
|
9
|
-
Then
|
10
|
-
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
| experimenter_type | 7 |
|
16
|
-
| offset | 0 |
|
17
|
-
| n_bits | 32 |
|
18
|
-
| destination | :reg0 |
|
19
|
-
| destination_internal | 65540 |
|
20
|
-
| value.to_hex | 0xdeadbeef |
|
12
|
+
Then the action has the following fields and values:
|
13
|
+
| field | value |
|
14
|
+
| offset | 0 |
|
15
|
+
| n_bits | 32 |
|
16
|
+
| destination | :reg0 |
|
17
|
+
| value.to_hex | 0xdeadbeef |
|
21
18
|
|
22
19
|
Scenario: new(0xdeadbeef, :metadata)
|
23
|
-
When I
|
20
|
+
When I create an OpenFlow action with:
|
24
21
|
"""
|
25
22
|
Pio::NiciraRegLoad.new(0xdeadbeef, :metadata)
|
26
23
|
"""
|
27
|
-
Then
|
28
|
-
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
| experimenter_type | 7 |
|
34
|
-
| offset | 0 |
|
35
|
-
| n_bits | 64 |
|
36
|
-
| destination | :metadata |
|
37
|
-
| destination_internal | 2147484680 |
|
38
|
-
| value.to_hex | 0xdeadbeef |
|
24
|
+
Then the action has the following fields and values:
|
25
|
+
| field | value |
|
26
|
+
| offset | 0 |
|
27
|
+
| n_bits | 64 |
|
28
|
+
| destination | :metadata |
|
29
|
+
| value.to_hex | 0xdeadbeef |
|
39
30
|
|
40
|
-
Scenario: new(0xdeadbeef, :
|
41
|
-
When I
|
31
|
+
Scenario: new(0xdeadbeef, :reg0, offset: 16, n_bits: 16)
|
32
|
+
When I create an OpenFlow action with:
|
42
33
|
"""
|
43
|
-
Pio::NiciraRegLoad.new(0xdeadbeef, :
|
34
|
+
Pio::NiciraRegLoad.new(0xdeadbeef, :reg0, offset: 16, n_bits: 16)
|
44
35
|
"""
|
45
|
-
Then
|
46
|
-
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
| experimenter_type | 7 |
|
52
|
-
| offset | 32 |
|
53
|
-
| n_bits | 32 |
|
54
|
-
| destination | :metadata |
|
55
|
-
| destination_internal | 2147484680 |
|
56
|
-
| value.to_hex | 0xdeadbeef |
|
36
|
+
Then the action has the following fields and values:
|
37
|
+
| field | value |
|
38
|
+
| offset | 16 |
|
39
|
+
| n_bits | 16 |
|
40
|
+
| destination | :reg0 |
|
41
|
+
| value.to_hex | 0xdeadbeef |
|
@@ -1,42 +1,48 @@
|
|
1
1
|
@open_flow13
|
2
|
-
Feature:
|
2
|
+
Feature: NiciraRegMove
|
3
3
|
|
4
|
-
|
5
|
-
|
4
|
+
Copies source[source_offset:sourcce_offset+n_bits] to
|
5
|
+
destination[destination_offset:dst_ofs+n_bits], where a[b:c] denotes
|
6
|
+
the bits within 'a' numbered 'b' through 'c' (not including bit 'c').
|
7
|
+
|
8
|
+
Scenario: new(source: :arp_sender_hardware_address, destination: :arp_target_hardware_address)
|
9
|
+
When I create an OpenFlow action with:
|
6
10
|
"""
|
7
|
-
Pio::NiciraRegMove.new(
|
11
|
+
Pio::NiciraRegMove.new(source: :arp_sender_hardware_address,
|
12
|
+
destination: :arp_target_hardware_address)
|
8
13
|
"""
|
9
|
-
Then
|
10
|
-
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
| from | :arp_sender_hardware_address |
|
17
|
-
| source_oxm_field | 24 |
|
18
|
-
| source_oxm_length | 6 |
|
19
|
-
| to | :arp_target_hardware_address |
|
20
|
-
| destination_oxm_field | 25 |
|
21
|
-
| destination_oxm_length | 6 |
|
14
|
+
Then the action has the following fields and values:
|
15
|
+
| field | value |
|
16
|
+
| n_bits | 48 |
|
17
|
+
| source | :arp_sender_hardware_address |
|
18
|
+
| source_offset | 0 |
|
19
|
+
| destination | :arp_target_hardware_address |
|
20
|
+
| destination_offset | 0 |
|
22
21
|
|
23
|
-
Scenario: new(
|
24
|
-
When I
|
22
|
+
Scenario: new(source: :reg0, destination: :reg7)
|
23
|
+
When I create an OpenFlow action with:
|
24
|
+
"""
|
25
|
+
Pio::NiciraRegMove.new(source: :reg0, destination: :reg7)
|
26
|
+
"""
|
27
|
+
Then the action has the following fields and values:
|
28
|
+
| field | value |
|
29
|
+
| n_bits | 32 |
|
30
|
+
| source | :reg0 |
|
31
|
+
| source_offset | 0 |
|
32
|
+
| destination | :reg7 |
|
33
|
+
| destination_offset | 0 |
|
34
|
+
|
35
|
+
Scenario: new(source: :reg0, source_offset: 16, destination: :reg7, destination_offset: 16, n_bits: 16)
|
36
|
+
When I create an OpenFlow action with:
|
25
37
|
"""
|
26
|
-
Pio::NiciraRegMove.new(
|
38
|
+
Pio::NiciraRegMove.new(source: :reg0, source_offset: 16,
|
39
|
+
destination: :reg7, destination_offset: 16,
|
40
|
+
n_bits: 16)
|
27
41
|
"""
|
28
|
-
Then
|
29
|
-
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
| from | :reg0 |
|
36
|
-
| source_oxm_class | 1 |
|
37
|
-
| source_oxm_field | 0 |
|
38
|
-
| source_oxm_length | 4 |
|
39
|
-
| to | :reg7 |
|
40
|
-
| destination_oxm_class | 1 |
|
41
|
-
| destination_oxm_field | 7 |
|
42
|
-
| destination_oxm_length | 4 |
|
42
|
+
Then the action has the following fields and values:
|
43
|
+
| field | value |
|
44
|
+
| n_bits | 16 |
|
45
|
+
| source | :reg0 |
|
46
|
+
| source_offset | 16 |
|
47
|
+
| destination | :reg7 |
|
48
|
+
| destination_offset | 16 |
|
@@ -1,20 +1,28 @@
|
|
1
1
|
@open_flow13
|
2
|
-
Feature:
|
2
|
+
Feature: NiciraSendOutPort
|
3
|
+
|
4
|
+
Outputs to the OpenFlow port number written to source[offset:offset+n_bits]
|
3
5
|
|
4
6
|
Scenario: new(:reg0)
|
5
|
-
When I
|
7
|
+
When I create an OpenFlow action with:
|
6
8
|
"""
|
7
9
|
Pio::NiciraSendOutPort.new(:reg0)
|
8
10
|
"""
|
9
|
-
Then
|
10
|
-
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
| experimenter_type | 15 |
|
16
|
-
| offset | 0 |
|
17
|
-
| source | :reg0 |
|
18
|
-
| max_length | 0 |
|
11
|
+
Then the action has the following fields and values:
|
12
|
+
| field | value |
|
13
|
+
| offset | 0 |
|
14
|
+
| n_bits | 32 |
|
15
|
+
| source | :reg0 |
|
16
|
+
| max_length.to_hex | 0xffff |
|
19
17
|
|
20
|
-
|
18
|
+
Scenario: new(:reg0, offset: 16, n_bits: 16, max_length: 256)
|
19
|
+
When I create an OpenFlow action with:
|
20
|
+
"""
|
21
|
+
Pio::NiciraSendOutPort.new(:reg0, offset: 16, n_bits: 16, max_length: 256)
|
22
|
+
"""
|
23
|
+
Then the action has the following fields and values:
|
24
|
+
| field | value |
|
25
|
+
| offset | 16 |
|
26
|
+
| n_bits | 16 |
|
27
|
+
| source | :reg0 |
|
28
|
+
| max_length | 256 |
|
@@ -0,0 +1,26 @@
|
|
1
|
+
@open_flow13
|
2
|
+
Feature: NiciraStackPop
|
3
|
+
|
4
|
+
Pops field[offset: offset + n_bits] from top of the stack.
|
5
|
+
|
6
|
+
Scenario: new(:reg0)
|
7
|
+
When I create an OpenFlow action with:
|
8
|
+
"""
|
9
|
+
Pio::NiciraStackPop.new(:reg0)
|
10
|
+
"""
|
11
|
+
Then the action has the following fields and values:
|
12
|
+
| field | value |
|
13
|
+
| offset | 0 |
|
14
|
+
| n_bits | 32 |
|
15
|
+
| field | :reg0 |
|
16
|
+
|
17
|
+
Scenario: new(:reg0, n_bits: 16, offset: 16)
|
18
|
+
When I create an OpenFlow action with:
|
19
|
+
"""
|
20
|
+
Pio::NiciraStackPop.new(:reg0, n_bits: 16, offset: 16)
|
21
|
+
"""
|
22
|
+
Then the action has the following fields and values:
|
23
|
+
| field | value |
|
24
|
+
| offset | 16 |
|
25
|
+
| n_bits | 16 |
|
26
|
+
| field | :reg0 |
|
@@ -0,0 +1,26 @@
|
|
1
|
+
@open_flow13
|
2
|
+
Feature: NiciraStackPush
|
3
|
+
|
4
|
+
Pushes field[offset: offset + n_bits] to top of the stack.
|
5
|
+
|
6
|
+
Scenario: new(:reg0)
|
7
|
+
When I create an OpenFlow action with:
|
8
|
+
"""
|
9
|
+
Pio::NiciraStackPush.new(:reg0)
|
10
|
+
"""
|
11
|
+
Then the action has the following fields and values:
|
12
|
+
| field | value |
|
13
|
+
| offset | 0 |
|
14
|
+
| n_bits | 32 |
|
15
|
+
| field | :reg0 |
|
16
|
+
|
17
|
+
Scenario: new(:reg0, n_bits: 16, offset: 16)
|
18
|
+
When I create an OpenFlow action with:
|
19
|
+
"""
|
20
|
+
Pio::NiciraStackPush.new(:reg0, n_bits: 16, offset: 16)
|
21
|
+
"""
|
22
|
+
Then the action has the following fields and values:
|
23
|
+
| field | value |
|
24
|
+
| offset | 16 |
|
25
|
+
| n_bits | 16 |
|
26
|
+
| field | :reg0 |
|
@@ -1,16 +1,13 @@
|
|
1
1
|
@open_flow13
|
2
|
-
Feature:
|
2
|
+
Feature: PacketIn
|
3
3
|
Scenario: new
|
4
|
-
When I
|
4
|
+
When I create an OpenFlow message with:
|
5
5
|
"""
|
6
6
|
Pio::PacketIn.new
|
7
7
|
"""
|
8
|
-
Then
|
9
|
-
And the message has the following fields and values:
|
8
|
+
Then the message has the following fields and values:
|
10
9
|
| field | value |
|
11
|
-
|
|
12
|
-
| message_type | 10 |
|
13
|
-
| message_length | 34 |
|
10
|
+
| version | 4 |
|
14
11
|
| transaction_id | 0 |
|
15
12
|
| xid | 0 |
|
16
13
|
| buffer_id | 0 |
|
@@ -22,7 +19,7 @@ Feature: Pio::PacketIn
|
|
22
19
|
| raw_data.length | 0 |
|
23
20
|
|
24
21
|
Scenario: new (raw_data = ARP request)
|
25
|
-
When I
|
22
|
+
When I create an OpenFlow message with:
|
26
23
|
"""
|
27
24
|
data_dump = [
|
28
25
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xac, 0x5d, 0x10, 0x31, 0x37,
|
@@ -35,11 +32,9 @@ Feature: Pio::PacketIn
|
|
35
32
|
|
36
33
|
Pio::PacketIn.new(raw_data: data_dump)
|
37
34
|
"""
|
38
|
-
Then
|
39
|
-
And the message has the following fields and values:
|
35
|
+
Then the message has the following fields and values:
|
40
36
|
| field | value |
|
41
|
-
|
|
42
|
-
| message_length | 94 |
|
37
|
+
| version | 4 |
|
43
38
|
| transaction_id | 0 |
|
44
39
|
| xid | 0 |
|
45
40
|
| buffer_id | 0 |
|
@@ -51,25 +46,3 @@ Feature: Pio::PacketIn
|
|
51
46
|
| raw_data.length | 60 |
|
52
47
|
| source_mac | ac:5d:10:31:37:79 |
|
53
48
|
| destination_mac | ff:ff:ff:ff:ff:ff |
|
54
|
-
|
55
|
-
Scenario: read
|
56
|
-
When I try to parse a file named "open_flow13/packet_in.raw" with "PacketIn" class
|
57
|
-
Then it should finish successfully
|
58
|
-
And the message has the following fields and values:
|
59
|
-
| field | value |
|
60
|
-
| ofp_version | 4 |
|
61
|
-
| message_type | 10 |
|
62
|
-
| message_length | 102 |
|
63
|
-
| transaction_id | 123 |
|
64
|
-
| xid | 123 |
|
65
|
-
| buffer_id.to_hex | 0xcafebabe |
|
66
|
-
| total_len | 60 |
|
67
|
-
| in_port | 1 |
|
68
|
-
| reason | :no_match |
|
69
|
-
| table_id | 0 |
|
70
|
-
| cookie | 0 |
|
71
|
-
| match.match_fields.size | 1 |
|
72
|
-
| match.match_fields[0].in_port | 1 |
|
73
|
-
| raw_data.length | 60 |
|
74
|
-
| source_mac | ac:5d:10:31:37:79 |
|
75
|
-
| destination_mac | ff:ff:ff:ff:ff:ff |
|
@@ -1,16 +1,13 @@
|
|
1
1
|
@open_flow13
|
2
|
-
Feature:
|
2
|
+
Feature: PacketOut
|
3
3
|
Scenario: new
|
4
|
-
When I
|
4
|
+
When I create an OpenFlow message with:
|
5
5
|
"""
|
6
6
|
Pio::PacketOut.new
|
7
7
|
"""
|
8
|
-
Then
|
9
|
-
And the message has the following fields and values:
|
8
|
+
Then the message has the following fields and values:
|
10
9
|
| field | value |
|
11
|
-
|
|
12
|
-
| message_type | 13 |
|
13
|
-
| message_length | 24 |
|
10
|
+
| version | 4 |
|
14
11
|
| to_binary.length | 24 |
|
15
12
|
| transaction_id | 0 |
|
16
13
|
| xid | 0 |
|
@@ -20,7 +17,7 @@ Feature: Pio::PacketOut
|
|
20
17
|
| raw_data.length | 0 |
|
21
18
|
|
22
19
|
Scenario: new (actions = SendOutPort(1), raw_data = ARP Request)
|
23
|
-
When I
|
20
|
+
When I create an OpenFlow message with:
|
24
21
|
"""
|
25
22
|
data_dump = [
|
26
23
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xac, 0x5d, 0x10, 0x31, 0x37,
|
@@ -33,12 +30,9 @@ Feature: Pio::PacketOut
|
|
33
30
|
|
34
31
|
Pio::PacketOut.new(raw_data: data_dump, actions: Pio::SendOutPort.new(1))
|
35
32
|
"""
|
36
|
-
Then
|
37
|
-
And the message has the following fields and values:
|
33
|
+
Then the message has the following fields and values:
|
38
34
|
| field | value |
|
39
|
-
|
|
40
|
-
| message_type | 13 |
|
41
|
-
| message_length | 100 |
|
35
|
+
| version | 4 |
|
42
36
|
| to_binary.length | 100 |
|
43
37
|
| transaction_id | 0 |
|
44
38
|
| xid | 0 |
|
@@ -59,35 +53,3 @@ Feature: Pio::PacketOut
|
|
59
53
|
| sender_protocol_address | 192.168.2.254 |
|
60
54
|
| target_hardware_address | ff:ff:ff:ff:ff:ff |
|
61
55
|
| target_protocol_address | 192.168.2.5 |
|
62
|
-
|
63
|
-
Scenario: read
|
64
|
-
When I try to parse a file named "open_flow13/packet_out.raw" with "PacketOut" class
|
65
|
-
Then it should finish successfully
|
66
|
-
And the message has the following fields and values:
|
67
|
-
| field | value |
|
68
|
-
| ofp_version | 4 |
|
69
|
-
| message_type | 13 |
|
70
|
-
| message_length | 100 |
|
71
|
-
| transaction_id | 123 |
|
72
|
-
| xid | 123 |
|
73
|
-
| buffer_id | :no_buffer |
|
74
|
-
| in_port | :controller |
|
75
|
-
| actions_length | 16 |
|
76
|
-
| actions.first.class | Pio::OpenFlow13::SendOutPort |
|
77
|
-
| actions.first.port | 1 |
|
78
|
-
| actions.first.max_length | :no_buffer |
|
79
|
-
| raw_data.length | 60 |
|
80
|
-
| data.class | Pio::Arp::Request |
|
81
|
-
| destination_mac | ff:ff:ff:ff:ff:ff |
|
82
|
-
| source_mac | ac:5d:10:31:37:79 |
|
83
|
-
| ether_type | 2054 |
|
84
|
-
| hardware_type | 1 |
|
85
|
-
| protocol_type | 2048 |
|
86
|
-
| hardware_length | 6 |
|
87
|
-
| protocol_length | 4 |
|
88
|
-
| operation | 1 |
|
89
|
-
| sender_hardware_address | ac:5d:10:31:37:79 |
|
90
|
-
| sender_protocol_address | 192.168.2.254 |
|
91
|
-
| target_hardware_address | ff:ff:ff:ff:ff:ff |
|
92
|
-
| target_protocol_address | 192.168.2.5 |
|
93
|
-
|
@@ -1,12 +1,11 @@
|
|
1
1
|
@open_flow13
|
2
|
-
Feature:
|
2
|
+
Feature: SendOutPort
|
3
3
|
Scenario: new(1)
|
4
|
-
When I
|
4
|
+
When I create an OpenFlow action with:
|
5
5
|
"""
|
6
6
|
Pio::SendOutPort.new(1)
|
7
7
|
"""
|
8
|
-
Then
|
9
|
-
And the message has the following fields and values:
|
8
|
+
Then the message has the following fields and values:
|
10
9
|
| field | value |
|
11
10
|
| action_type | 0 |
|
12
11
|
| action_length | 16 |
|
@@ -14,12 +13,11 @@ Feature: Pio::SendOutPort
|
|
14
13
|
| max_length | :no_buffer |
|
15
14
|
|
16
15
|
Scenario: new(:all)
|
17
|
-
When I
|
16
|
+
When I create an OpenFlow action with:
|
18
17
|
"""
|
19
18
|
Pio::SendOutPort.new(:all)
|
20
19
|
"""
|
21
|
-
Then
|
22
|
-
And the action has the following fields and values:
|
20
|
+
Then the action has the following fields and values:
|
23
21
|
| field | value |
|
24
22
|
| action_type | 0 |
|
25
23
|
| action_length | 16 |
|
@@ -27,12 +25,11 @@ Feature: Pio::SendOutPort
|
|
27
25
|
| max_length | :no_buffer |
|
28
26
|
|
29
27
|
Scenario: new(:controller)
|
30
|
-
When I
|
28
|
+
When I create an OpenFlow action with:
|
31
29
|
"""
|
32
30
|
Pio::SendOutPort.new(:controller)
|
33
31
|
"""
|
34
|
-
Then
|
35
|
-
And the action has the following fields and values:
|
32
|
+
Then the action has the following fields and values:
|
36
33
|
| field | value |
|
37
34
|
| action_type | 0 |
|
38
35
|
| action_length | 16 |
|
@@ -40,12 +37,11 @@ Feature: Pio::SendOutPort
|
|
40
37
|
| max_length | :no_buffer |
|
41
38
|
|
42
39
|
Scenario: new(:local)
|
43
|
-
When I
|
40
|
+
When I create an OpenFlow action with:
|
44
41
|
"""
|
45
42
|
Pio::SendOutPort.new(:local)
|
46
43
|
"""
|
47
|
-
Then
|
48
|
-
And the action has the following fields and values:
|
44
|
+
Then the action has the following fields and values:
|
49
45
|
| field | value |
|
50
46
|
| action_type | 0 |
|
51
47
|
| action_length | 16 |
|
@@ -53,12 +49,11 @@ Feature: Pio::SendOutPort
|
|
53
49
|
| max_length | :no_buffer |
|
54
50
|
|
55
51
|
Scenario: new(:table)
|
56
|
-
When I
|
52
|
+
When I create an OpenFlow action with:
|
57
53
|
"""
|
58
54
|
Pio::SendOutPort.new(:table)
|
59
55
|
"""
|
60
|
-
Then
|
61
|
-
And the action has the following fields and values:
|
56
|
+
Then the action has the following fields and values:
|
62
57
|
| field | value |
|
63
58
|
| action_type | 0 |
|
64
59
|
| action_length | 16 |
|
@@ -66,12 +61,11 @@ Feature: Pio::SendOutPort
|
|
66
61
|
| max_length | :no_buffer |
|
67
62
|
|
68
63
|
Scenario: new(:in_port)
|
69
|
-
When I
|
64
|
+
When I create an OpenFlow action with:
|
70
65
|
"""
|
71
66
|
Pio::SendOutPort.new(:in_port)
|
72
67
|
"""
|
73
|
-
Then
|
74
|
-
And the action has the following fields and values:
|
68
|
+
Then the action has the following fields and values:
|
75
69
|
| field | value |
|
76
70
|
| action_type | 0 |
|
77
71
|
| action_length | 16 |
|
@@ -79,12 +73,11 @@ Feature: Pio::SendOutPort
|
|
79
73
|
| max_length | :no_buffer |
|
80
74
|
|
81
75
|
Scenario: new(:normal)
|
82
|
-
When I
|
76
|
+
When I create an OpenFlow action with:
|
83
77
|
"""
|
84
78
|
Pio::SendOutPort.new(:normal)
|
85
79
|
"""
|
86
|
-
Then
|
87
|
-
And the action has the following fields and values:
|
80
|
+
Then the action has the following fields and values:
|
88
81
|
| field | value |
|
89
82
|
| action_type | 0 |
|
90
83
|
| action_length | 16 |
|
@@ -92,12 +85,11 @@ Feature: Pio::SendOutPort
|
|
92
85
|
| max_length | :no_buffer |
|
93
86
|
|
94
87
|
Scenario: new(:flood)
|
95
|
-
When I
|
88
|
+
When I create an OpenFlow action with:
|
96
89
|
"""
|
97
90
|
Pio::SendOutPort.new(:flood)
|
98
91
|
"""
|
99
|
-
Then
|
100
|
-
And the action has the following fields and values:
|
92
|
+
Then the action has the following fields and values:
|
101
93
|
| field | value |
|
102
94
|
| action_type | 0 |
|
103
95
|
| action_length | 16 |
|
@@ -105,9 +97,8 @@ Feature: Pio::SendOutPort
|
|
105
97
|
| max_length | :no_buffer |
|
106
98
|
|
107
99
|
Scenario: read
|
108
|
-
When I
|
109
|
-
Then
|
110
|
-
And the message has the following fields and values:
|
100
|
+
When I parse a file named "open_flow13/send_out_port.raw" with "Pio::SendOutPort" class
|
101
|
+
Then the message has the following fields and values:
|
111
102
|
| field | value |
|
112
103
|
| action_type | 0 |
|
113
104
|
| action_length | 16 |
|
@@ -1,13 +1,12 @@
|
|
1
1
|
@open_flow13
|
2
|
-
Feature:
|
2
|
+
Feature: SetArpOperation
|
3
3
|
|
4
4
|
Scenario: new(Pio::Arp::Reply::OPERATION)
|
5
|
-
When I
|
5
|
+
When I create an OpenFlow action with:
|
6
6
|
"""
|
7
|
-
Pio::SetArpOperation.new(Pio::Arp::Reply
|
7
|
+
Pio::SetArpOperation.new(Pio::Arp::Reply.operation)
|
8
8
|
"""
|
9
|
-
Then
|
10
|
-
And the action has the following fields and values:
|
9
|
+
Then the action has the following fields and values:
|
11
10
|
| field | value |
|
12
11
|
| action_type | 25 |
|
13
12
|
| action_length | 16 |
|
@@ -1,13 +1,12 @@
|
|
1
1
|
@open_flow13
|
2
|
-
Feature:
|
2
|
+
Feature: SetArpSenderHardwareAddress
|
3
3
|
|
4
4
|
Scenario: new('00:00:de:ad:be:ef')
|
5
|
-
When I
|
5
|
+
When I create an OpenFlow action with:
|
6
6
|
"""
|
7
7
|
Pio::SetArpSenderHardwareAddress.new('00:00:de:ad:be:ef')
|
8
8
|
"""
|
9
|
-
Then
|
10
|
-
And the action has the following fields and values:
|
9
|
+
Then the action has the following fields and values:
|
11
10
|
| field | value |
|
12
11
|
| action_type | 25 |
|
13
12
|
| action_length | 16 |
|