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,39 +1,23 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
require '
|
4
|
-
require 'pio/
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'active_support/core_ext/object/try'
|
4
|
+
require 'pio/open_flow/message'
|
5
|
+
require 'pio/open_flow10/packet_in/reason'
|
5
6
|
require 'pio/parser'
|
6
7
|
|
7
8
|
module Pio
|
8
9
|
module OpenFlow10
|
9
10
|
# OpenFlow 1.0 Packet-In message
|
10
11
|
class PacketIn < OpenFlow::Message
|
11
|
-
# Why is this packet being sent to the controller?
|
12
|
-
# (enum ofp_packet_in_reason)
|
13
|
-
class Reason < BinData::Primitive
|
14
|
-
REASONS = { no_match: 0, action: 1 }
|
15
|
-
|
16
|
-
uint8 :reason
|
17
|
-
|
18
|
-
def get
|
19
|
-
REASONS.invert.fetch(reason)
|
20
|
-
end
|
21
|
-
|
22
|
-
def set(value)
|
23
|
-
self.reason = REASONS.fetch(value)
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
12
|
open_flow_header version: 1,
|
28
|
-
|
29
|
-
|
13
|
+
type: 10,
|
14
|
+
length: -> { header_length + 10 + raw_data.length }
|
30
15
|
uint32 :buffer_id
|
31
|
-
uint16 :
|
16
|
+
uint16 :total_length, initial_value: -> { raw_data.length }
|
32
17
|
uint16 :in_port
|
33
18
|
reason :reason
|
34
19
|
uint8 :padding
|
35
|
-
|
36
|
-
string :raw_data, read_length: :total_len
|
20
|
+
string :raw_data, read_length: -> { length - header_length - 10 }
|
37
21
|
|
38
22
|
def data
|
39
23
|
@data ||= Pio::Parser.read(raw_data)
|
@@ -43,13 +27,35 @@ module Pio
|
|
43
27
|
data.is_a? Lldp
|
44
28
|
end
|
45
29
|
|
30
|
+
def to_ruby
|
31
|
+
@format.to_ruby
|
32
|
+
end
|
33
|
+
|
34
|
+
# rubocop:disable LineLength
|
35
|
+
def self.inspect
|
36
|
+
'PacketIn(open_flow_version: uint8, message_type: uint8, message_length: uint16, transaction_id: uint32, buffer_id: uint32, total_length: uint16, in_port: uint16, reason: symbol, raw_data: string)'
|
37
|
+
end
|
38
|
+
# rubocop:enable LineLength
|
39
|
+
|
40
|
+
# rubocop:disable LineLength
|
41
|
+
def inspect
|
42
|
+
data_inspection = if raw_data.empty?
|
43
|
+
%(raw_data: "")
|
44
|
+
else
|
45
|
+
%(data: #{data.inspect})
|
46
|
+
end
|
47
|
+
%(#<PacketIn open_flow_version: #{version}, message_type: #{type}, message_length: #{_length}, transaction_id: #{Kernel.format('0x%x', transaction_id)}, buffer_id: #{Kernel.format('0x%x', buffer_id)}, total_length: #{total_length}, in_port: #{in_port}, reason: :#{reason}, #{data_inspection}>)
|
48
|
+
end
|
49
|
+
# rubocop:enable LineLength
|
50
|
+
|
46
51
|
def method_missing(method, *args)
|
47
|
-
data.__send__(method, *args)
|
52
|
+
bindata_value = data.__send__(method, *args)
|
53
|
+
bindata_value.try(:snapshot) || bindata_value
|
48
54
|
end
|
49
55
|
|
50
56
|
attr_accessor :datapath_id
|
51
|
-
|
52
|
-
|
57
|
+
alias dpid datapath_id
|
58
|
+
alias dpid= datapath_id=
|
53
59
|
end
|
54
60
|
end
|
55
61
|
end
|
@@ -1,18 +1,19 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'pio/open_flow/message'
|
2
4
|
require 'pio/open_flow10/actions'
|
3
5
|
|
4
|
-
# Base module.
|
5
6
|
module Pio
|
6
7
|
module OpenFlow10
|
7
8
|
# OpenFlow 1.0 Packet-Out message
|
8
9
|
class PacketOut < OpenFlow::Message
|
9
10
|
open_flow_header version: 1,
|
10
|
-
|
11
|
-
|
11
|
+
type: 13,
|
12
|
+
length: -> { 16 + actions_length + raw_data.length }
|
12
13
|
uint32 :buffer_id
|
13
14
|
uint16 :in_port
|
14
|
-
uint16 :
|
15
|
-
|
15
|
+
uint16 :actions_length, initial_value: -> { actions.binary.length }
|
16
|
+
actions10 :actions, length: -> { actions_length }
|
16
17
|
rest :raw_data
|
17
18
|
end
|
18
19
|
end
|
@@ -1,4 +1,7 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'bindata'
|
4
|
+
require 'pio/open_flow/flags'
|
2
5
|
require 'pio/type/mac_address'
|
3
6
|
|
4
7
|
module Pio
|
@@ -7,84 +10,61 @@ module Pio
|
|
7
10
|
class PhyPort16 < BinData::Record
|
8
11
|
extend OpenFlow::Flags
|
9
12
|
|
10
|
-
|
11
|
-
flags_32bit :port_config,
|
12
|
-
[:port_down,
|
13
|
-
:no_stp,
|
14
|
-
:no_recv,
|
15
|
-
:no_recv_stp,
|
16
|
-
:no_flood,
|
17
|
-
:no_fwd,
|
18
|
-
:no_packet_in]
|
13
|
+
endian :big
|
19
14
|
|
20
|
-
|
21
|
-
|
15
|
+
uint16 :number
|
16
|
+
mac_address :mac_address
|
17
|
+
string :name, length: 16, trim_padding: true
|
18
|
+
flags_32bit :config,
|
19
|
+
%i[port_down
|
20
|
+
no_stp
|
21
|
+
no_receive
|
22
|
+
no_receive_stp
|
23
|
+
no_flood
|
24
|
+
no_forward
|
25
|
+
no_packet_in]
|
26
|
+
flags_32bit :state,
|
22
27
|
link_down: 1 << 0,
|
23
28
|
stp_listen: 0 << 8,
|
24
29
|
stp_learn: 1 << 8,
|
25
30
|
stp_forward: 2 << 8,
|
26
31
|
stp_block: 3 << 8
|
27
32
|
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
:port_pause_asym]
|
42
|
-
|
43
|
-
endian :big
|
44
|
-
|
45
|
-
uint16 :port_no
|
46
|
-
mac_address :hardware_address
|
47
|
-
string :name, length: 16, trim_padding: true
|
48
|
-
port_config :config
|
49
|
-
port_state :state
|
33
|
+
define_flags_32bit :port_feature,
|
34
|
+
%i[port_10mb_hd
|
35
|
+
port_10mb_fd
|
36
|
+
port_100mb_hd
|
37
|
+
port_100mb_fd
|
38
|
+
port_1gb_hd
|
39
|
+
port_1gb_fd
|
40
|
+
port_10gb_fd
|
41
|
+
port_copper
|
42
|
+
port_fiber
|
43
|
+
port_autoneg
|
44
|
+
port_pause
|
45
|
+
port_pause_asym]
|
50
46
|
port_feature :curr
|
51
47
|
port_feature :advertised
|
52
48
|
port_feature :supported
|
53
49
|
port_feature :peer
|
54
50
|
|
55
|
-
|
56
|
-
def snapshot
|
57
|
-
super.tap do |ss|
|
58
|
-
def ss.datapath_id
|
59
|
-
@datapath_id || fail
|
60
|
-
end
|
61
|
-
|
62
|
-
def ss.dpid
|
63
|
-
@datapath_id || fail
|
64
|
-
end
|
65
|
-
|
66
|
-
def ss.number
|
67
|
-
port_no
|
68
|
-
end
|
51
|
+
cattr_reader(:length) { 48 }
|
69
52
|
|
70
|
-
|
71
|
-
|
72
|
-
|
53
|
+
attr_accessor :datapath_id
|
54
|
+
alias dpid datapath_id
|
55
|
+
alias dpid= datapath_id=
|
73
56
|
|
74
|
-
|
75
|
-
|
76
|
-
|
57
|
+
def up?
|
58
|
+
!down?
|
59
|
+
end
|
77
60
|
|
78
|
-
|
79
|
-
|
80
|
-
|
61
|
+
def down?
|
62
|
+
config.include?(:port_down) || state.include?(:link_down)
|
63
|
+
end
|
81
64
|
|
82
|
-
|
83
|
-
|
84
|
-
end
|
85
|
-
end
|
65
|
+
def local?
|
66
|
+
number == OpenFlow10::Port16.reserved_port_number(:local)
|
86
67
|
end
|
87
|
-
# rubocop:enable MethodLength
|
88
68
|
end
|
89
69
|
end
|
90
70
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/open_flow/message'
|
2
4
|
|
3
5
|
module Pio
|
@@ -6,9 +8,7 @@ module Pio
|
|
6
8
|
class PortStats
|
7
9
|
# Port Stats Request message
|
8
10
|
class Request < OpenFlow::Message
|
9
|
-
open_flow_header version: 1,
|
10
|
-
message_type: 16,
|
11
|
-
message_length: 20
|
11
|
+
open_flow_header version: 1, type: 16, length: 20
|
12
12
|
|
13
13
|
stats_type :stats_type, value: -> { :port }
|
14
14
|
uint16 :flags
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Pio
|
4
|
+
module OpenFlow10
|
5
|
+
# OpenFlow 1.0 Port Status message
|
6
|
+
class PortStatus < OpenFlow::Message
|
7
|
+
# What changed about the physical port
|
8
|
+
class Reason < BinData::Primitive
|
9
|
+
REASONS = { add: 0, delete: 1, modify: 2 }.freeze
|
10
|
+
|
11
|
+
uint8 :reason
|
12
|
+
|
13
|
+
def get
|
14
|
+
REASONS.invert.fetch(reason)
|
15
|
+
end
|
16
|
+
|
17
|
+
def set(value)
|
18
|
+
self.reason = REASONS.fetch(value)
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -1,43 +1,38 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'active_support/core_ext/module/delegation'
|
1
4
|
require 'pio/open_flow/message'
|
5
|
+
require 'pio/open_flow10/phy_port16'
|
6
|
+
require 'pio/open_flow10/port_status/reason'
|
2
7
|
|
3
8
|
module Pio
|
4
9
|
module OpenFlow10
|
5
10
|
# OpenFlow 1.0 Port Status message
|
6
11
|
class PortStatus < OpenFlow::Message
|
7
|
-
|
8
|
-
|
9
|
-
REASONS = { add: 0, delete: 1, modify: 2 }
|
10
|
-
|
11
|
-
uint8 :reason
|
12
|
-
|
13
|
-
def get
|
14
|
-
REASONS.invert.fetch(reason)
|
15
|
-
end
|
16
|
-
|
17
|
-
def set(value)
|
18
|
-
self.reason = REASONS.fetch(value)
|
19
|
-
end
|
20
|
-
end
|
12
|
+
open_flow_header version: 1, type: 12,
|
13
|
+
length: -> { header_length + 8 + PhyPort16.length }
|
21
14
|
|
22
|
-
open_flow_header version: 1,
|
23
|
-
message_type: 12,
|
24
|
-
message_length: 10
|
25
15
|
reason :reason
|
26
16
|
uint56 :padding
|
27
17
|
hide :padding
|
28
|
-
phy_port16 :
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
18
|
+
phy_port16 :description
|
19
|
+
|
20
|
+
attr_accessor :datapath_id
|
21
|
+
alias dpid datapath_id
|
22
|
+
alias dpid= datapath_id=
|
23
|
+
|
24
|
+
delegate :number, to: :description
|
25
|
+
delegate :mac_address, to: :description
|
26
|
+
delegate :name, to: :description
|
27
|
+
delegate :config, to: :description
|
28
|
+
delegate :state, to: :description
|
29
|
+
delegate :curr, to: :description
|
30
|
+
delegate :advertised, to: :description
|
31
|
+
delegate :supported, to: :description
|
32
|
+
delegate :peer, to: :description
|
33
|
+
delegate :up?, to: :description
|
34
|
+
delegate :down?, to: :description
|
35
|
+
delegate :local?, to: :description
|
41
36
|
end
|
42
37
|
end
|
43
38
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/open_flow/message'
|
2
4
|
|
3
5
|
module Pio
|
@@ -6,9 +8,7 @@ module Pio
|
|
6
8
|
class QueueStats
|
7
9
|
# Queue Stats Request message
|
8
10
|
class Request < OpenFlow::Message
|
9
|
-
open_flow_header version: 1,
|
10
|
-
message_type: 16,
|
11
|
-
message_length: 20
|
11
|
+
open_flow_header version: 1, type: 16, length: 20
|
12
12
|
|
13
13
|
stats_type :stats_type, value: -> { :queue }
|
14
14
|
uint16 :flags
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/monkey_patch/integer'
|
2
4
|
require 'pio/open_flow/action'
|
3
5
|
require 'pio/open_flow10/port16'
|
@@ -21,8 +23,8 @@ module Pio
|
|
21
23
|
end
|
22
24
|
max_length = options[:max_length]
|
23
25
|
if max_length && !max_length.unsigned_16bit?
|
24
|
-
|
25
|
-
|
26
|
+
raise(ArgumentError,
|
27
|
+
'The max_length should be an unsigned 16bit integer.')
|
26
28
|
end
|
27
29
|
super(options)
|
28
30
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/monkey_patch/integer'
|
2
4
|
require 'pio/open_flow/action'
|
3
5
|
|
@@ -14,8 +16,8 @@ module Pio
|
|
14
16
|
# tos (IP ToS) value consists of 8 bits, of which only the
|
15
17
|
# 6 high-order bits belong to DSCP, the 2 low-order bits must
|
16
18
|
# be zero.
|
17
|
-
unless type_of_service.unsigned_8bit? && type_of_service % 4
|
18
|
-
|
19
|
+
unless type_of_service.unsigned_8bit? && (type_of_service % 4).zero?
|
20
|
+
raise ArgumentError, 'Invalid type_of_service (ToS) value.'
|
19
21
|
end
|
20
22
|
super(type_of_service: type_of_service)
|
21
23
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/monkey_patch/integer'
|
2
4
|
require 'pio/open_flow/action'
|
3
5
|
|
@@ -13,7 +15,8 @@ module Pio
|
|
13
15
|
def initialize(number)
|
14
16
|
port = number.to_i
|
15
17
|
unless port.unsigned_16bit?
|
16
|
-
|
18
|
+
raise ArgumentError,
|
19
|
+
'TCP/UDP port must be an unsigned 16-bit integer.'
|
17
20
|
end
|
18
21
|
super(port: port)
|
19
22
|
rescue NoMethodError
|
@@ -31,7 +34,8 @@ module Pio
|
|
31
34
|
def initialize(number)
|
32
35
|
port = number.to_i
|
33
36
|
unless port.unsigned_16bit?
|
34
|
-
|
37
|
+
raise ArgumentError,
|
38
|
+
'TCP/UDP port must be an unsigned 16-bit integer.'
|
35
39
|
end
|
36
40
|
super(port: port)
|
37
41
|
rescue NoMethodError
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/open_flow/action'
|
2
4
|
|
3
5
|
module Pio
|
@@ -12,7 +14,7 @@ module Pio
|
|
12
14
|
def initialize(number)
|
13
15
|
priority = number.to_i
|
14
16
|
if priority < 0 || priority > 7
|
15
|
-
|
17
|
+
raise ArgumentError, 'VLAN priority must be between 0 and 7 inclusive'
|
16
18
|
end
|
17
19
|
super(vlan_priority: priority)
|
18
20
|
rescue NoMethodError
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/open_flow/action'
|
2
4
|
|
3
5
|
module Pio
|
@@ -12,7 +14,7 @@ module Pio
|
|
12
14
|
def initialize(number)
|
13
15
|
vlan_id = number.to_i
|
14
16
|
unless vlan_id >= 1 && vlan_id <= 4095
|
15
|
-
|
17
|
+
raise ArgumentError, 'VLAN ID must be between 1 and 4095 inclusive'
|
16
18
|
end
|
17
19
|
super(vlan_id: vlan_id)
|
18
20
|
rescue NoMethodError
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/open_flow/message'
|
2
4
|
require 'pio/open_flow10/aggregate_stats/reply'
|
3
5
|
require 'pio/open_flow10/description_stats/reply'
|
@@ -7,21 +9,18 @@ module Pio
|
|
7
9
|
module OpenFlow10
|
8
10
|
class Stats
|
9
11
|
# Stats reply parser.
|
10
|
-
class Reply
|
11
|
-
|
12
|
+
class Reply < OpenFlow::Message
|
13
|
+
open_flow_header version: 1, type: 17, length: 10
|
14
|
+
stats_type :stats_type
|
15
|
+
|
16
|
+
TYPE = {
|
12
17
|
description: OpenFlow10::DescriptionStats::Reply,
|
13
18
|
flow: OpenFlow10::FlowStats::Reply,
|
14
19
|
aggregate: OpenFlow10::AggregateStats::Reply
|
15
|
-
}
|
16
|
-
|
17
|
-
# Stats reply format.
|
18
|
-
class Format < OpenFlow::Message
|
19
|
-
open_flow_header version: 1, message_type: 17, message_length: 10
|
20
|
-
stats_type :stats_type
|
21
|
-
end
|
20
|
+
}.freeze
|
22
21
|
|
23
22
|
def self.read(binary)
|
24
|
-
|
23
|
+
TYPE.fetch(Format.read(binary).stats_type.to_sym).read(binary)
|
25
24
|
rescue KeyError
|
26
25
|
raise "Unknown stats type: #{stats_type}"
|
27
26
|
end
|
@@ -1,28 +1,31 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
3
|
require 'pio/open_flow/message'
|
4
|
+
require 'pio/open_flow10/aggregate_stats/request'
|
5
|
+
require 'pio/open_flow10/flow_stats/request'
|
6
|
+
require 'pio/open_flow10/port_stats/request'
|
7
|
+
require 'pio/open_flow10/queue_stats/request'
|
8
|
+
require 'pio/open_flow10/table_stats/request'
|
4
9
|
|
5
10
|
module Pio
|
6
11
|
module OpenFlow10
|
7
12
|
class Stats
|
8
13
|
# Stats request parser.
|
9
|
-
class Request
|
10
|
-
|
14
|
+
class Request < OpenFlow::Message
|
15
|
+
open_flow_header version: 1, type: 16, length: 10
|
16
|
+
stats_type :stats_type
|
17
|
+
|
18
|
+
TYPE = {
|
19
|
+
aggregate: OpenFlow10::AggregateStats::Request,
|
11
20
|
description: OpenFlow10::DescriptionStats::Request,
|
12
21
|
flow: OpenFlow10::FlowStats::Request,
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
}
|
17
|
-
|
18
|
-
# Stats request format.
|
19
|
-
class Format < OpenFlow::Message
|
20
|
-
open_flow_header version: 1, message_type: 16, message_length: 10
|
21
|
-
stats_type :stats_type
|
22
|
-
end
|
22
|
+
port: OpenFlow10::PortStats::Request,
|
23
|
+
queue: OpenFlow10::QueueStats::Request,
|
24
|
+
table: OpenFlow10::TableStats::Request
|
25
|
+
}.freeze
|
23
26
|
|
24
27
|
def self.read(binary)
|
25
|
-
|
28
|
+
TYPE.fetch(Format.read(binary).stats_type.to_sym).read(binary)
|
26
29
|
rescue KeyError
|
27
30
|
raise "Unknown stats type: #{stats_type}"
|
28
31
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/open_flow10/stats_type'
|
2
4
|
require 'pio/open_flow/message'
|
3
5
|
|
@@ -7,9 +9,7 @@ module Pio
|
|
7
9
|
module TableStats
|
8
10
|
# OpenFlow 1.0 Table Stats Request message
|
9
11
|
class Request < OpenFlow::Message
|
10
|
-
open_flow_header version: 1,
|
11
|
-
message_type: 16,
|
12
|
-
message_length: 12
|
12
|
+
open_flow_header version: 1, type: 16, length: 12
|
13
13
|
stats_type :stats_type, value: -> { :table }
|
14
14
|
uint16 :flags
|
15
15
|
string :body, value: ''
|