pio 0.30.0 → 0.30.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (535) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/README.md +6 -53
  4. data/Rakefile +8 -6
  5. data/features/{arp.feature → arp/arp.feature} +14 -30
  6. data/features/arp/arp_reply.feature +69 -0
  7. data/features/arp/arp_request.feature +67 -0
  8. data/features/dhcp.feature +157 -162
  9. data/features/ethernet_header.feature +149 -0
  10. data/features/icmp/icmp.feature +47 -0
  11. data/features/icmp/icmp_reply.feature +93 -0
  12. data/features/icmp/icmp_request.feature +89 -0
  13. data/features/ipv4_header.feature +89 -0
  14. data/features/lldp.feature +5 -8
  15. data/features/open_flow/header.feature +13 -0
  16. data/features/open_flow/nicira_resubmit.feature +4 -22
  17. data/features/open_flow/nicira_resubmit_table.feature +6 -16
  18. data/features/open_flow10/aggregate_stats_reply.feature +5 -7
  19. data/features/open_flow10/aggregate_stats_request.feature +12 -14
  20. data/features/open_flow10/bad_request.feature +7 -24
  21. data/features/open_flow10/barrier_reply.feature +14 -25
  22. data/features/open_flow10/barrier_request.feature +12 -25
  23. data/features/open_flow10/description_stats_reply.feature +9 -7
  24. data/features/open_flow10/description_stats_request.feature +12 -25
  25. data/features/open_flow10/echo_reply.feature +14 -35
  26. data/features/open_flow10/echo_request.feature +16 -39
  27. data/features/open_flow10/enqueue.feature +3 -4
  28. data/features/open_flow10/exact_match.feature +5 -5
  29. data/features/open_flow10/features_reply.feature +28 -73
  30. data/features/open_flow10/features_request.feature +10 -28
  31. data/features/open_flow10/flow_mod.feature +4 -188
  32. data/features/open_flow10/flow_removed.feature +28 -30
  33. data/features/open_flow10/flow_stats_reply.feature +5 -89
  34. data/features/open_flow10/flow_stats_request.feature +12 -42
  35. data/features/open_flow10/hello.feature +10 -32
  36. data/features/open_flow10/hello_failed.feature +7 -57
  37. data/features/open_flow10/packet_in.feature +130 -49
  38. data/features/open_flow10/packet_out.feature +29 -18
  39. data/features/open_flow10/port_stats_request.feature +8 -29
  40. data/features/open_flow10/port_status.feature +22 -21
  41. data/features/open_flow10/queue_stats_request.feature +12 -30
  42. data/features/open_flow10/send_out_port.feature +17 -25
  43. data/features/open_flow10/set_destination_mac_address.feature +3 -4
  44. data/features/open_flow10/set_ip_destination_address.feature +3 -4
  45. data/features/open_flow10/set_source_ip_address.feature +3 -4
  46. data/features/open_flow10/set_source_mac_address.feature +3 -4
  47. data/features/open_flow10/set_tos.feature +3 -4
  48. data/features/open_flow10/set_transport_destination_port.feature +3 -4
  49. data/features/open_flow10/set_transport_source_port.feature +3 -4
  50. data/features/open_flow10/set_vlan_priority.feature +3 -4
  51. data/features/open_flow10/set_vlan_vid.feature +3 -4
  52. data/features/open_flow10/strip_vlan_header.feature +3 -4
  53. data/features/open_flow10/table_stats_request.feature +11 -13
  54. data/features/open_flow10/vendor_action.feature +4 -5
  55. data/features/open_flow13/apply_actions.feature +15 -18
  56. data/features/open_flow13/bad_request.feature +7 -13
  57. data/features/open_flow13/copy_ttl_inwards.feature +13 -0
  58. data/features/open_flow13/copy_ttl_outwards.feature +13 -0
  59. data/features/open_flow13/decrement_ip_ttl.feature +11 -0
  60. data/features/open_flow13/echo_reply.feature +16 -42
  61. data/features/open_flow13/echo_request.feature +16 -42
  62. data/features/open_flow13/features_reply.feature +4 -25
  63. data/features/open_flow13/features_request.feature +7 -36
  64. data/features/open_flow13/flow_mod.feature +16 -76
  65. data/features/open_flow13/goto_table.feature +18 -20
  66. data/features/open_flow13/hello.feature +7 -37
  67. data/features/open_flow13/hello_failed.feature +7 -30
  68. data/features/open_flow13/match.feature +239 -248
  69. data/features/open_flow13/meter.feature +18 -20
  70. data/features/open_flow13/nicira_conjunction.feature +15 -0
  71. data/features/open_flow13/nicira_reg_load.feature +27 -42
  72. data/features/open_flow13/nicira_reg_move.feature +41 -35
  73. data/features/open_flow13/nicira_send_out_port.feature +21 -13
  74. data/features/open_flow13/nicira_stack_pop.feature +26 -0
  75. data/features/open_flow13/nicira_stack_push.feature +26 -0
  76. data/features/open_flow13/packet_in.feature +7 -34
  77. data/features/open_flow13/packet_out.feature +7 -45
  78. data/features/open_flow13/send_out_port.feature +19 -28
  79. data/features/open_flow13/set_arp_operation.feature +4 -5
  80. data/features/open_flow13/set_arp_sender_hardware_address.feature +3 -4
  81. data/features/open_flow13/set_arp_sender_protocol_address.feature +3 -4
  82. data/features/open_flow13/set_destination_mac_address.feature +3 -4
  83. data/features/open_flow13/set_ip_ttl.feature +12 -0
  84. data/features/open_flow13/set_metadata.feature +3 -4
  85. data/features/open_flow13/set_source_mac_address.feature +3 -4
  86. data/features/open_flow13/stats_request.feature +4 -7
  87. data/features/open_flow13/write_metadata.feature +20 -22
  88. data/features/open_flow_read.feature +24 -5
  89. data/features/open_flow_version.feature +1 -1
  90. data/features/parser.feature +8 -9
  91. data/features/step_definitions/Gemfile +2 -0
  92. data/features/step_definitions/Guardfile +2 -0
  93. data/features/step_definitions/Rakefile +2 -0
  94. data/features/step_definitions/dump_flows_steps.rb +2 -0
  95. data/features/step_definitions/open_flow_steps.rb +13 -16
  96. data/features/step_definitions/packet_data_steps.rb +19 -33
  97. data/features/step_definitions/rest_api_steps.rb +2 -0
  98. data/features/step_definitions/ruby_steps.rb +9 -0
  99. data/features/step_definitions/show_stats_steps.rb +5 -3
  100. data/features/step_definitions/trema_steps.rb +2 -0
  101. data/features/step_definitions/virtual_link_steps.rb +2 -0
  102. data/features/support/env.rb +2 -2
  103. data/features/support/hooks.rb +4 -2
  104. data/features/udp.feature +26 -27
  105. data/lib/pio/arp/format.rb +5 -7
  106. data/lib/pio/arp/message.rb +10 -4
  107. data/lib/pio/arp/reply.rb +11 -32
  108. data/lib/pio/arp/request.rb +11 -33
  109. data/lib/pio/arp.rb +11 -6
  110. data/lib/pio/class_inspector.rb +20 -0
  111. data/lib/pio/dhcp/ack.rb +2 -0
  112. data/lib/pio/dhcp/boot_reply.rb +2 -0
  113. data/lib/pio/dhcp/boot_reply_options.rb +2 -0
  114. data/lib/pio/dhcp/boot_request.rb +2 -0
  115. data/lib/pio/dhcp/boot_request_options.rb +2 -0
  116. data/lib/pio/dhcp/client_id.rb +2 -0
  117. data/lib/pio/dhcp/common_options.rb +2 -0
  118. data/lib/pio/dhcp/dhcp_field.rb +2 -0
  119. data/lib/pio/dhcp/dhcp_tlv_options.rb +30 -20
  120. data/lib/pio/dhcp/discover.rb +2 -0
  121. data/lib/pio/dhcp/field_util.rb +3 -1
  122. data/lib/pio/dhcp/frame.rb +6 -4
  123. data/lib/pio/dhcp/message.rb +2 -0
  124. data/lib/pio/dhcp/offer.rb +2 -0
  125. data/lib/pio/dhcp/optional_tlv.rb +4 -2
  126. data/lib/pio/dhcp/parameter_list.rb +2 -0
  127. data/lib/pio/dhcp/request.rb +2 -0
  128. data/lib/pio/dhcp.rb +4 -2
  129. data/lib/pio/ethernet_frame.rb +22 -0
  130. data/lib/pio/ethernet_header.rb +37 -13
  131. data/lib/pio/icmp/format.rb +21 -22
  132. data/lib/pio/icmp/message.rb +20 -4
  133. data/lib/pio/icmp/reply.rb +10 -34
  134. data/lib/pio/icmp/request.rb +10 -43
  135. data/lib/pio/icmp.rb +10 -5
  136. data/lib/pio/instance_inspector.rb +16 -0
  137. data/lib/pio/ipv4_address.rb +13 -11
  138. data/lib/pio/ipv4_header.rb +26 -2
  139. data/lib/pio/lldp/chassis_id_tlv.rb +2 -0
  140. data/lib/pio/lldp/end_of_lldpdu_value.rb +2 -0
  141. data/lib/pio/lldp/frame.rb +4 -2
  142. data/lib/pio/lldp/management_address_value.rb +2 -0
  143. data/lib/pio/lldp/optional_tlv.rb +4 -2
  144. data/lib/pio/lldp/options.rb +4 -2
  145. data/lib/pio/lldp/organizationally_specific_value.rb +2 -0
  146. data/lib/pio/lldp/port_description_value.rb +2 -0
  147. data/lib/pio/lldp/port_id_tlv.rb +2 -0
  148. data/lib/pio/lldp/system_capabilities_value.rb +2 -0
  149. data/lib/pio/lldp/system_description_value.rb +2 -0
  150. data/lib/pio/lldp/system_name_value.rb +2 -0
  151. data/lib/pio/lldp/ttl_tlv.rb +2 -0
  152. data/lib/pio/lldp.rb +2 -0
  153. data/lib/pio/mac.rb +9 -3
  154. data/lib/pio/message.rb +52 -0
  155. data/lib/pio/message_type_selector.rb +2 -0
  156. data/lib/pio/monkey_patch/bindata_record.rb +8 -0
  157. data/lib/pio/monkey_patch/bindata_string.rb +12 -0
  158. data/lib/pio/monkey_patch/integer/base_conversions.rb +3 -1
  159. data/lib/pio/monkey_patch/integer/ranges.rb +2 -0
  160. data/lib/pio/monkey_patch/integer.rb +2 -0
  161. data/lib/pio/monkey_patch/uint/base_conversions.rb +16 -0
  162. data/lib/pio/monkey_patch/uint.rb +11 -0
  163. data/lib/pio/open_flow/action.rb +10 -4
  164. data/lib/pio/open_flow/buffer_id.rb +21 -0
  165. data/lib/pio/open_flow/datapath_id.rb +5 -3
  166. data/lib/pio/open_flow/error_message.rb +34 -0
  167. data/lib/pio/open_flow/flags.rb +17 -6
  168. data/lib/pio/open_flow/flow_match.rb +12 -0
  169. data/lib/pio/open_flow/header.rb +28 -0
  170. data/lib/pio/open_flow/hello_failed_code.rb +3 -1
  171. data/lib/pio/open_flow/instruction.rb +12 -0
  172. data/lib/pio/open_flow/message.rb +51 -14
  173. data/lib/pio/open_flow/nicira_action.rb +2 -0
  174. data/lib/pio/open_flow/nicira_resubmit.rb +15 -11
  175. data/lib/pio/open_flow/nicira_resubmit_table.rb +19 -10
  176. data/lib/pio/open_flow/parser.rb +21 -0
  177. data/lib/pio/open_flow/port.rb +4 -2
  178. data/lib/pio/open_flow/transaction_id.rb +4 -2
  179. data/lib/pio/open_flow/version.rb +24 -0
  180. data/lib/pio/open_flow.rb +40 -52
  181. data/lib/pio/open_flow10/actions.rb +18 -16
  182. data/lib/pio/open_flow10/aggregate_stats/reply.rb +4 -1
  183. data/lib/pio/open_flow10/aggregate_stats/request.rb +3 -3
  184. data/lib/pio/open_flow10/barrier/reply.rb +3 -1
  185. data/lib/pio/open_flow10/barrier/request.rb +3 -1
  186. data/lib/pio/open_flow10/description_stats/reply.rb +3 -1
  187. data/lib/pio/open_flow10/description_stats/request.rb +3 -3
  188. data/lib/pio/open_flow10/echo/reply.rb +5 -3
  189. data/lib/pio/open_flow10/echo/request.rb +5 -3
  190. data/lib/pio/open_flow10/enqueue.rb +5 -3
  191. data/lib/pio/open_flow10/error/bad_request/bad_request_code.rb +37 -0
  192. data/lib/pio/open_flow10/error/bad_request.rb +7 -29
  193. data/lib/pio/open_flow10/error/error_type10.rb +3 -1
  194. data/lib/pio/open_flow10/error/hello_failed.rb +8 -4
  195. data/lib/pio/open_flow10/error.rb +5 -13
  196. data/lib/pio/open_flow10/exact_match.rb +14 -10
  197. data/lib/pio/open_flow10/features/reply.rb +35 -48
  198. data/lib/pio/open_flow10/features/request.rb +3 -4
  199. data/lib/pio/open_flow10/features.rb +2 -0
  200. data/lib/pio/open_flow10/flow_mod/command.rb +30 -0
  201. data/lib/pio/open_flow10/flow_mod.rb +10 -33
  202. data/lib/pio/open_flow10/flow_removed/reason.rb +24 -0
  203. data/lib/pio/open_flow10/flow_removed.rb +4 -17
  204. data/lib/pio/open_flow10/flow_stats/reply.rb +5 -4
  205. data/lib/pio/open_flow10/flow_stats/request.rb +3 -3
  206. data/lib/pio/open_flow10/hello.rb +3 -4
  207. data/lib/pio/open_flow10/match.rb +16 -13
  208. data/lib/pio/open_flow10/match10.rb +2 -0
  209. data/lib/pio/open_flow10/packet_in/reason.rb +27 -0
  210. data/lib/pio/open_flow10/packet_in.rb +34 -28
  211. data/lib/pio/open_flow10/packet_out.rb +7 -6
  212. data/lib/pio/open_flow10/phy_port16.rb +41 -61
  213. data/lib/pio/open_flow10/port16.rb +2 -0
  214. data/lib/pio/open_flow10/port_stats/request.rb +3 -3
  215. data/lib/pio/open_flow10/port_status/reason.rb +23 -0
  216. data/lib/pio/open_flow10/port_status.rb +25 -30
  217. data/lib/pio/open_flow10/queue_stats/request.rb +3 -3
  218. data/lib/pio/open_flow10/send_out_port.rb +4 -2
  219. data/lib/pio/open_flow10/set_destination_ip_address.rb +2 -0
  220. data/lib/pio/open_flow10/set_destination_mac_address.rb +2 -0
  221. data/lib/pio/open_flow10/set_source_ip_address.rb +2 -0
  222. data/lib/pio/open_flow10/set_source_mac_address.rb +2 -0
  223. data/lib/pio/open_flow10/set_tos.rb +4 -2
  224. data/lib/pio/open_flow10/set_transport_port.rb +6 -2
  225. data/lib/pio/open_flow10/set_vlan_priority.rb +3 -1
  226. data/lib/pio/open_flow10/set_vlan_vid.rb +3 -1
  227. data/lib/pio/open_flow10/stats_reply.rb +9 -10
  228. data/lib/pio/open_flow10/stats_request.rb +18 -15
  229. data/lib/pio/open_flow10/stats_type.rb +3 -1
  230. data/lib/pio/open_flow10/strip_vlan_header.rb +2 -0
  231. data/lib/pio/open_flow10/table_stats/request.rb +3 -3
  232. data/lib/pio/open_flow10/vendor_action.rb +24 -20
  233. data/lib/pio/open_flow10.rb +2 -0
  234. data/lib/pio/open_flow13/actions.rb +36 -32
  235. data/lib/pio/open_flow13/apply.rb +27 -22
  236. data/lib/pio/open_flow13/copy_ttl_inwards.rb +17 -0
  237. data/lib/pio/open_flow13/copy_ttl_outwards.rb +17 -0
  238. data/lib/pio/open_flow13/decrement_ip_ttl.rb +17 -0
  239. data/lib/pio/open_flow13/echo/reply.rb +5 -3
  240. data/lib/pio/open_flow13/echo/request.rb +5 -3
  241. data/lib/pio/open_flow13/error/bad_request.rb +6 -3
  242. data/lib/pio/open_flow13/error/error_type13.rb +3 -1
  243. data/lib/pio/open_flow13/error/hello_failed.rb +5 -2
  244. data/lib/pio/open_flow13/error.rb +9 -18
  245. data/lib/pio/open_flow13/features/reply.rb +15 -20
  246. data/lib/pio/open_flow13/features/request.rb +3 -1
  247. data/lib/pio/open_flow13/flow_mod.rb +16 -19
  248. data/lib/pio/open_flow13/goto_table.rb +28 -24
  249. data/lib/pio/open_flow13/hello.rb +5 -4
  250. data/lib/pio/open_flow13/match.rb +187 -21
  251. data/lib/pio/open_flow13/meter.rb +25 -20
  252. data/lib/pio/open_flow13/nicira_conjunction.rb +28 -0
  253. data/lib/pio/open_flow13/nicira_reg_load.rb +46 -24
  254. data/lib/pio/open_flow13/nicira_reg_move.rb +79 -35
  255. data/lib/pio/open_flow13/nicira_send_out_port.rb +39 -21
  256. data/lib/pio/open_flow13/nicira_stack_pop.rb +51 -0
  257. data/lib/pio/open_flow13/nicira_stack_push.rb +51 -0
  258. data/lib/pio/open_flow13/packet_in.rb +13 -8
  259. data/lib/pio/open_flow13/packet_out.rb +11 -8
  260. data/lib/pio/open_flow13/port32.rb +2 -0
  261. data/lib/pio/open_flow13/send_out_port.rb +2 -0
  262. data/lib/pio/open_flow13/set_arp_operation.rb +2 -0
  263. data/lib/pio/open_flow13/set_arp_sender_hardware_address.rb +2 -0
  264. data/lib/pio/open_flow13/set_arp_sender_protocol_address.rb +2 -0
  265. data/lib/pio/open_flow13/set_destination_mac_address.rb +2 -0
  266. data/lib/pio/open_flow13/set_ip_ttl.rb +18 -0
  267. data/lib/pio/open_flow13/set_metadata.rb +2 -0
  268. data/lib/pio/open_flow13/set_source_mac_address.rb +2 -0
  269. data/lib/pio/open_flow13/stats_request.rb +10 -10
  270. data/lib/pio/open_flow13/write_metadata.rb +42 -38
  271. data/lib/pio/open_flow13.rb +9 -0
  272. data/lib/pio/options.rb +10 -3
  273. data/lib/pio/parse_error.rb +2 -0
  274. data/lib/pio/parser.rb +9 -16
  275. data/lib/pio/payload.rb +2 -0
  276. data/lib/pio/pcap.rb +2 -0
  277. data/lib/pio/ruby_dumper.rb +71 -0
  278. data/lib/pio/type/ether_type.rb +33 -0
  279. data/lib/pio/type/ip_address.rb +10 -0
  280. data/lib/pio/type/ipv6_address.rb +2 -0
  281. data/lib/pio/type/mac_address.rb +12 -0
  282. data/lib/pio/udp.rb +5 -3
  283. data/lib/pio/udp_header.rb +3 -1
  284. data/lib/pio/version.rb +3 -1
  285. data/lib/pio.rb +3 -1
  286. data/pio.gemspec +7 -38
  287. data/spec/pio/arp/reply_spec.rb +2 -4
  288. data/spec/pio/arp/request_spec.rb +2 -4
  289. data/spec/pio/arp_spec.rb +2 -4
  290. data/spec/pio/dhcp/ack_spec.rb +2 -0
  291. data/spec/pio/dhcp/discover_spec.rb +2 -0
  292. data/spec/pio/dhcp/offer_spec.rb +2 -0
  293. data/spec/pio/dhcp/request_spec.rb +2 -0
  294. data/spec/pio/dhcp_spec.rb +2 -0
  295. data/spec/pio/icmp/reply_spec.rb +6 -8
  296. data/spec/pio/icmp/request_spec.rb +8 -10
  297. data/spec/pio/icmp_spec.rb +10 -12
  298. data/spec/pio/ipv4_address_spec.rb +2 -0
  299. data/spec/pio/lldp/options_spec.rb +2 -0
  300. data/spec/pio/mac_spec.rb +2 -0
  301. data/spec/pio/monkey_patch/integer_spec.rb +25 -0
  302. data/spec/pio/open_flow/nicira_resubmit_spec.rb +21 -0
  303. data/spec/pio/open_flow/nicira_resubmit_table_spec.rb +22 -0
  304. data/spec/pio/open_flow10/echo/reply_spec.rb +2 -0
  305. data/spec/pio/open_flow10/echo/request_spec.rb +2 -0
  306. data/spec/pio/open_flow10/enqueue_spec.rb +2 -0
  307. data/spec/pio/open_flow10/error/hello_failed_spec.rb +4 -2
  308. data/spec/pio/open_flow10/features/reply_spec.rb +2 -0
  309. data/spec/pio/open_flow10/features/request_spec.rb +2 -0
  310. data/spec/pio/open_flow10/flow_mod_spec.rb +53 -51
  311. data/spec/pio/open_flow10/flow_stats_reply_spec.rb +2 -0
  312. data/spec/pio/open_flow10/flow_stats_request_spec.rb +10 -8
  313. data/spec/pio/open_flow10/hello_spec.rb +2 -2
  314. data/spec/pio/open_flow10/match_spec.rb +106 -104
  315. data/spec/pio/open_flow10/packet_in_spec.rb +2 -0
  316. data/spec/pio/open_flow10/packet_out_spec.rb +2 -349
  317. data/spec/pio/open_flow10/phy_port16_spec.rb +9 -7
  318. data/spec/pio/open_flow10/send_out_port_spec.rb +2 -0
  319. data/spec/pio/open_flow10/set_destination_ip_address_spec.rb +2 -0
  320. data/spec/pio/open_flow10/set_destination_mac_address_spec.rb +2 -0
  321. data/spec/pio/open_flow10/set_source_ip_address_spec.rb +2 -0
  322. data/spec/pio/open_flow10/set_source_mac_address_spec.rb +2 -0
  323. data/spec/pio/open_flow10/set_tos_spec.rb +2 -0
  324. data/spec/pio/open_flow10/set_transport_destination_port_spec.rb +2 -0
  325. data/spec/pio/open_flow10/set_transport_source_port_spec.rb +2 -0
  326. data/spec/pio/open_flow10/set_vlan_priority_spec.rb +2 -0
  327. data/spec/pio/open_flow10/set_vlan_vid_spec.rb +2 -0
  328. data/spec/pio/open_flow10/strip_vlan_header_spec.rb +2 -0
  329. data/spec/pio/open_flow10/wildcards_spec.rb +2 -0
  330. data/spec/pio/open_flow13/echo_reply_spec.rb +2 -0
  331. data/spec/pio/open_flow13/echo_request_spec.rb +2 -0
  332. data/spec/pio/open_flow13/error/bad_request_spec.rb +2 -0
  333. data/spec/pio/open_flow13/error/hello_failed_spec.rb +4 -2
  334. data/spec/pio/open_flow13/features/reply_spec.rb +2 -0
  335. data/spec/pio/open_flow13/features/request_spec.rb +2 -0
  336. data/spec/pio/open_flow13/goto_table_spec.rb +4 -2
  337. data/spec/pio/open_flow13/hello_spec.rb +18 -16
  338. data/spec/pio/open_flow13/match_spec.rb +31 -29
  339. data/spec/pio/open_flow13/meter_spec.rb +4 -2
  340. data/spec/pio/open_flow13/nicira_reg_load_spec.rb +73 -0
  341. data/spec/pio/open_flow13/nicira_reg_move_spec.rb +42 -0
  342. data/spec/pio/open_flow13/nicira_send_out_port_spec.rb +31 -0
  343. data/spec/pio/open_flow13/packet_in_spec.rb +2 -0
  344. data/spec/pio/open_flow13/packet_out_spec.rb +2 -0
  345. data/spec/pio/open_flow13/write_metadata_spec.rb +5 -3
  346. data/spec/pio/open_flow_spec.rb +8 -6
  347. data/spec/spec_helper.rb +1 -12
  348. data/spec/support/shared_examples_for_openflow_messages.rb +7 -13
  349. metadata +83 -683
  350. data/LICENSE +0 -674
  351. data/bin/_guard-core +0 -16
  352. data/bin/byebug +0 -16
  353. data/bin/cc-tddium-post-worker +0 -16
  354. data/bin/cdiff +0 -16
  355. data/bin/coderay +0 -16
  356. data/bin/colortab +0 -16
  357. data/bin/coveralls +0 -16
  358. data/bin/cucumber +0 -16
  359. data/bin/decolor +0 -16
  360. data/bin/flay +0 -16
  361. data/bin/flog +0 -16
  362. data/bin/guard +0 -16
  363. data/bin/htmldiff +0 -16
  364. data/bin/inch +0 -16
  365. data/bin/ldiff +0 -16
  366. data/bin/listen +0 -16
  367. data/bin/minitar +0 -16
  368. data/bin/pry +0 -16
  369. data/bin/rake +0 -16
  370. data/bin/reek +0 -16
  371. data/bin/relish +0 -16
  372. data/bin/restclient +0 -16
  373. data/bin/rspec +0 -16
  374. data/bin/rubocop +0 -16
  375. data/bin/ruby-parse +0 -16
  376. data/bin/ruby-rewrite +0 -16
  377. data/bin/ruby_parse +0 -16
  378. data/bin/ruby_parse_extract_error +0 -16
  379. data/bin/sparkr +0 -16
  380. data/bin/term_display +0 -16
  381. data/bin/term_mandel +0 -16
  382. data/bin/terminal-notifier +0 -16
  383. data/bin/thor +0 -16
  384. data/bin/unparser +0 -16
  385. data/bin/yard +0 -16
  386. data/bin/yardoc +0 -16
  387. data/bin/yri +0 -16
  388. data/features/arp-storm.pcap +0 -0
  389. data/features/arp.pcap +0 -0
  390. data/features/dhcp.pcap +0 -0
  391. data/features/icmp.feature +0 -130
  392. data/features/icmp.pcap +0 -0
  393. data/features/icmpv6.pcap +0 -0
  394. data/features/lldp.detailed.pcap +0 -0
  395. data/features/lldp.minimal.pcap +0 -0
  396. data/features/open_flow10/aggregate_stats_reply.raw +0 -0
  397. data/features/open_flow10/aggregate_stats_request.raw +0 -0
  398. data/features/open_flow10/bad_request.raw +0 -0
  399. data/features/open_flow10/barrier_reply.raw +0 -0
  400. data/features/open_flow10/barrier_request.raw +0 -0
  401. data/features/open_flow10/description_stats_reply.raw +0 -0
  402. data/features/open_flow10/description_stats_request.raw +0 -0
  403. data/features/open_flow10/echo_reply.raw +0 -0
  404. data/features/open_flow10/echo_request.raw +0 -0
  405. data/features/open_flow10/error.raw +0 -0
  406. data/features/open_flow10/features_reply.raw +0 -0
  407. data/features/open_flow10/features_request.raw +0 -0
  408. data/features/open_flow10/flow_mod_add.raw +0 -0
  409. data/features/open_flow10/flow_mod_delete.raw +0 -0
  410. data/features/open_flow10/flow_mod_delete_strict.raw +0 -0
  411. data/features/open_flow10/flow_mod_modify.raw +0 -0
  412. data/features/open_flow10/flow_mod_modify_strict.raw +0 -0
  413. data/features/open_flow10/flow_removed.raw +0 -0
  414. data/features/open_flow10/flow_stats_reply.raw +0 -0
  415. data/features/open_flow10/flow_stats_request.raw +0 -0
  416. data/features/open_flow10/get_config_reply.raw +0 -0
  417. data/features/open_flow10/get_config_request.raw +0 -0
  418. data/features/open_flow10/hello.raw +0 -0
  419. data/features/open_flow10/hello_failed.raw +0 -0
  420. data/features/open_flow10/nx_flow_mod_add.raw +0 -0
  421. data/features/open_flow10/nx_flow_mod_delete.raw +0 -0
  422. data/features/open_flow10/nx_flow_mod_delete_strict.raw +0 -0
  423. data/features/open_flow10/nx_flow_mod_modify.raw +0 -0
  424. data/features/open_flow10/nx_flow_mod_modify_strict.raw +0 -0
  425. data/features/open_flow10/nxast_learn.raw +0 -0
  426. data/features/open_flow10/packet_in.raw +0 -0
  427. data/features/open_flow10/packet_in_arp_reply.raw +0 -0
  428. data/features/open_flow10/packet_in_arp_request.raw +0 -0
  429. data/features/open_flow10/packet_in_cbench.raw +0 -0
  430. data/features/open_flow10/packet_out.raw +0 -0
  431. data/features/open_flow10/port_mod.raw +0 -0
  432. data/features/open_flow10/port_stats_reply.raw +0 -0
  433. data/features/open_flow10/port_stats_request.raw +0 -0
  434. data/features/open_flow10/port_status.raw +0 -0
  435. data/features/open_flow10/queue_get_config_reply.raw +0 -0
  436. data/features/open_flow10/queue_get_config_request.raw +0 -0
  437. data/features/open_flow10/queue_stats_request.raw +0 -0
  438. data/features/open_flow10/set_config.raw +0 -0
  439. data/features/open_flow10/table_stats_reply.raw +0 -0
  440. data/features/open_flow10/table_stats_request.raw +0 -0
  441. data/features/open_flow10/vendor.raw +0 -0
  442. data/features/open_flow10/vendor_stats_request.raw +0 -0
  443. data/features/open_flow13/action_copy_ttl_in.raw +0 -0
  444. data/features/open_flow13/action_copy_ttl_out.raw +0 -0
  445. data/features/open_flow13/action_dec_mpls_ttl.raw +0 -0
  446. data/features/open_flow13/action_dec_nw_ttl.raw +0 -0
  447. data/features/open_flow13/action_group.raw +0 -0
  448. data/features/open_flow13/action_pop_mpls.raw +0 -0
  449. data/features/open_flow13/action_pop_pbb.raw +0 -0
  450. data/features/open_flow13/action_pop_vlan.raw +0 -0
  451. data/features/open_flow13/action_push_mpls.raw +0 -0
  452. data/features/open_flow13/action_push_pbb.raw +0 -0
  453. data/features/open_flow13/action_push_vlan.raw +0 -0
  454. data/features/open_flow13/action_set_field.raw +0 -0
  455. data/features/open_flow13/action_set_mpls_ttl.raw +0 -0
  456. data/features/open_flow13/action_set_nw_ttl.raw +0 -0
  457. data/features/open_flow13/action_set_queue.raw +0 -0
  458. data/features/open_flow13/apply_actions.raw +0 -0
  459. data/features/open_flow13/bad_request.raw +0 -0
  460. data/features/open_flow13/echo_reply_body.raw +0 -0
  461. data/features/open_flow13/echo_reply_no_body.raw +0 -0
  462. data/features/open_flow13/echo_request_body.raw +0 -0
  463. data/features/open_flow13/echo_request_no_body.raw +0 -0
  464. data/features/open_flow13/features_reply.raw +0 -0
  465. data/features/open_flow13/features_request.raw +0 -0
  466. data/features/open_flow13/flow_add_apply_no_match.raw +0 -0
  467. data/features/open_flow13/flow_mod_add_apply_no_match.raw +0 -0
  468. data/features/open_flow13/flow_mod_no_match_or_instructions.raw +0 -0
  469. data/features/open_flow13/hello_failed.raw +0 -0
  470. data/features/open_flow13/hello_no_version_bitmap.raw +0 -0
  471. data/features/open_flow13/hello_version_bitmap.raw +0 -0
  472. data/features/open_flow13/instruction_clear_actions.raw +0 -0
  473. data/features/open_flow13/instruction_goto_table.raw +0 -0
  474. data/features/open_flow13/instruction_meter.raw +0 -0
  475. data/features/open_flow13/instruction_write_actions.raw +0 -0
  476. data/features/open_flow13/instruction_write_metadata.raw +0 -0
  477. data/features/open_flow13/oxm_arp_op_field.raw +0 -0
  478. data/features/open_flow13/oxm_arp_sha_field.raw +0 -0
  479. data/features/open_flow13/oxm_arp_spa_field.raw +0 -0
  480. data/features/open_flow13/oxm_arp_tha_field.raw +0 -0
  481. data/features/open_flow13/oxm_arp_tpa_field.raw +0 -0
  482. data/features/open_flow13/oxm_ether_destination_field.raw +0 -0
  483. data/features/open_flow13/oxm_ether_source_field.raw +0 -0
  484. data/features/open_flow13/oxm_ether_type_field.raw +0 -0
  485. data/features/open_flow13/oxm_experimenter_stratos_basic_dot11.raw +0 -0
  486. data/features/open_flow13/oxm_icmpv4_code_field.raw +0 -0
  487. data/features/open_flow13/oxm_icmpv4_type_field.raw +0 -0
  488. data/features/open_flow13/oxm_in_phy_port_field.raw +0 -0
  489. data/features/open_flow13/oxm_in_port_field.raw +0 -0
  490. data/features/open_flow13/oxm_invalid_field.raw +0 -0
  491. data/features/open_flow13/oxm_ip_dscp_field.raw +0 -0
  492. data/features/open_flow13/oxm_ip_ecn_field.raw +0 -0
  493. data/features/open_flow13/oxm_ipv4_destination_field.raw +0 -0
  494. data/features/open_flow13/oxm_ipv4_source_field.raw +0 -0
  495. data/features/open_flow13/oxm_ipv6_destination_field.raw +0 -0
  496. data/features/open_flow13/oxm_ipv6_source_field.raw +0 -0
  497. data/features/open_flow13/oxm_masked_arp_sha_field.raw +0 -0
  498. data/features/open_flow13/oxm_masked_arp_spa_field.raw +0 -0
  499. data/features/open_flow13/oxm_masked_arp_tha_field.raw +0 -0
  500. data/features/open_flow13/oxm_masked_arp_tpa_field.raw +0 -0
  501. data/features/open_flow13/oxm_masked_ether_destination_field.raw +0 -0
  502. data/features/open_flow13/oxm_masked_ether_source_field.raw +0 -0
  503. data/features/open_flow13/oxm_masked_ipv4_destination_field.raw +0 -0
  504. data/features/open_flow13/oxm_masked_ipv4_source_field.raw +0 -0
  505. data/features/open_flow13/oxm_masked_ipv6_destination_field.raw +0 -0
  506. data/features/open_flow13/oxm_masked_ipv6_source_field.raw +0 -0
  507. data/features/open_flow13/oxm_masked_tunnel_id_field.raw +0 -0
  508. data/features/open_flow13/oxm_metadata_field.raw +0 -0
  509. data/features/open_flow13/oxm_metadata_masked_field.raw +0 -0
  510. data/features/open_flow13/oxm_no_fields.raw +0 -0
  511. data/features/open_flow13/oxm_sctp_destination_field.raw +0 -0
  512. data/features/open_flow13/oxm_sctp_source_field.raw +0 -0
  513. data/features/open_flow13/oxm_tcp_destination_field.raw +0 -0
  514. data/features/open_flow13/oxm_tcp_field.raw +0 -0
  515. data/features/open_flow13/oxm_tcp_source_field.raw +0 -0
  516. data/features/open_flow13/oxm_tunnel_id_field.raw +0 -0
  517. data/features/open_flow13/oxm_udp_destination_field.raw +0 -0
  518. data/features/open_flow13/oxm_udp_field.raw +0 -0
  519. data/features/open_flow13/oxm_udp_source_field.raw +0 -0
  520. data/features/open_flow13/oxm_vlan_pcp_field.raw +0 -0
  521. data/features/open_flow13/oxm_vlan_vid_field.raw +0 -0
  522. data/features/open_flow13/packet_in.raw +0 -0
  523. data/features/open_flow13/packet_out.raw +0 -0
  524. data/features/open_flow13/send_out_port.raw +0 -0
  525. data/features/open_flow13/table_stats_reply.raw +0 -0
  526. data/features/open_flow13/table_stats_request.raw +0 -0
  527. data/features/step_definitions/LICENSE +0 -675
  528. data/features/udp_no_payload.raw +0 -0
  529. data/features/udp_with_payload.raw +0 -0
  530. data/lib/pio/icmp/options.rb +0 -21
  531. data/lib/pio/open_flow/error.rb +0 -19
  532. data/lib/pio/open_flow/open_flow_header.rb +0 -31
  533. data/lib/pio/open_flow13/buffer_id.rb +0 -17
  534. data/spec/pio/arp/reply/options_spec.rb +0 -143
  535. data/spec/pio/arp/request/options_spec.rb +0 -113
@@ -1,33 +1,37 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'bindata'
2
4
  require 'forwardable'
3
5
 
4
6
  module Pio
5
- # Vendor defined action
6
- class VendorAction
7
- # OpenFlow 1.0 OFPAT_VENDOR action format.
8
- class Format < BinData::Record
9
- endian :big
7
+ module OpenFlow10
8
+ # Vendor defined action
9
+ class VendorAction
10
+ # OpenFlow 1.0 OFPAT_VENDOR action format.
11
+ class Format < BinData::Record
12
+ endian :big
10
13
 
11
- uint16 :action_type, value: 0xffff
12
- uint16 :action_length, value: 8
13
- uint32 :vendor
14
- end
14
+ uint16 :action_type, value: 0xffff
15
+ uint16 :action_length, value: 8
16
+ uint32 :vendor
17
+ end
15
18
 
16
- def self.read(raw_data)
17
- allocate.tap do |strip_vlan|
18
- strip_vlan.instance_variable_set :@format, Format.read(raw_data)
19
+ def self.read(raw_data)
20
+ allocate.tap do |strip_vlan|
21
+ strip_vlan.instance_variable_set :@format, Format.read(raw_data)
22
+ end
19
23
  end
20
- end
21
24
 
22
- extend Forwardable
25
+ extend Forwardable
23
26
 
24
- def_delegators :@format, :action_type
25
- def_delegator :@format, :action_length, :length
26
- def_delegators :@format, :vendor
27
- def_delegator :@format, :to_binary_s, :to_binary
27
+ def_delegators :@format, :action_type
28
+ def_delegator :@format, :action_length, :length
29
+ def_delegators :@format, :vendor
30
+ def_delegator :@format, :to_binary_s, :to_binary
28
31
 
29
- def initialize(vendor)
30
- @format = Format.new(vendor: vendor)
32
+ def initialize(vendor)
33
+ @format = Format.new(vendor: vendor)
34
+ end
31
35
  end
32
36
  end
33
37
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # Messages
2
4
  require 'pio/open_flow10/aggregate_stats/reply'
3
5
  require 'pio/open_flow10/aggregate_stats/request'
@@ -1,47 +1,51 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'bindata'
2
4
 
3
5
  module Pio
4
- # Actions not yet implemented.
5
- class UnsupportedAction < BinData::Record
6
- endian :big
6
+ module OpenFlow13
7
+ # Actions not yet implemented.
8
+ class UnsupportedAction < BinData::Record
9
+ endian :big
7
10
 
8
- uint16 :action_type
9
- uint16 :action_length
10
- string :body, length: -> { action_length - 4 }
11
+ uint16 :action_type
12
+ uint16 :action_length
13
+ string :body, length: -> { action_length - 4 }
11
14
 
12
- def to_binary
13
- to_binary_s
15
+ def to_binary
16
+ to_binary_s
17
+ end
14
18
  end
15
- end
16
19
 
17
- # Actions list of actions-apply instruction.
18
- class Actions < BinData::Primitive
19
- mandatory_parameter :length
20
+ # Actions list of actions-apply instruction.
21
+ class Actions13 < BinData::Primitive
22
+ mandatory_parameter :length
20
23
 
21
- endian :big
24
+ endian :big
22
25
 
23
- string :binary, read_length: :length
26
+ string :binary, read_length: :length
24
27
 
25
- def set(actions)
26
- self.binary = Array(actions).map(&:to_binary).join
27
- end
28
+ def set(actions)
29
+ self.binary = Array(actions).map(&:to_binary).join
30
+ end
28
31
 
29
- # rubocop:disable MethodLength
30
- def get
31
- actions = []
32
- tmp = binary
33
- while tmp.length > 0
34
- action = case BinData::Uint16be.read(tmp)
35
- when 0
36
- SendOutPort.read(tmp)
37
- else
38
- UnsupportedAction.read(tmp)
39
- end
40
- tmp = tmp[action.action_length..-1]
41
- actions << action
32
+ # rubocop:disable MethodLength
33
+ def get
34
+ actions = []
35
+ tmp = binary
36
+ until tmp.empty?
37
+ action = case BinData::Uint16be.read(tmp)
38
+ when 0
39
+ OpenFlow13::SendOutPort.read(tmp)
40
+ else
41
+ UnsupportedAction.read(tmp)
42
+ end
43
+ tmp = tmp[action.action_length..-1]
44
+ actions << action
45
+ end
46
+ actions
42
47
  end
43
- actions
48
+ # rubocop:enable MethodLength
44
49
  end
45
- # rubocop:enable MethodLength
46
50
  end
47
51
  end
@@ -1,36 +1,41 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'bindata'
2
4
  require 'forwardable'
5
+ require 'pio/open_flow/instruction'
3
6
  require 'pio/open_flow13/actions'
4
7
 
5
8
  module Pio
6
- # An instruction to apply a list of actions to a packet in-order.
7
- class Apply
8
- # OpenFlow 1.3.4 OFPIT_APPLY_ACTIONS instruction format.
9
- class Format < BinData::Record
10
- endian :big
9
+ module OpenFlow13
10
+ # An instruction to apply a list of actions to a packet in-order.
11
+ class Apply < OpenFlow::Instruction
12
+ # OpenFlow 1.3.4 OFPIT_APPLY_ACTIONS instruction format.
13
+ class Format < BinData::Record
14
+ endian :big
11
15
 
12
- uint16 :instruction_type, value: 4
13
- uint16 :instruction_length,
14
- initial_value: -> { 8 + actions.binary.length }
15
- string :padding, length: 4
16
- actions :actions, length: -> { instruction_length - 8 }
17
- end
16
+ uint16 :instruction_type, value: 4
17
+ uint16 :instruction_length,
18
+ initial_value: -> { 8 + actions.binary.length }
19
+ string :padding, length: 4
20
+ actions13 :actions, length: -> { instruction_length - 8 }
21
+ end
18
22
 
19
- def self.read(raw_data)
20
- allocate.tap do |apply|
21
- apply.instance_variable_set :@format, Format.read(raw_data)
23
+ def self.read(raw_data)
24
+ allocate.tap do |apply|
25
+ apply.instance_variable_set :@format, Format.read(raw_data)
26
+ end
22
27
  end
23
- end
24
28
 
25
- extend Forwardable
29
+ extend Forwardable
26
30
 
27
- def_delegators :@format, :instruction_type
28
- def_delegators :@format, :instruction_length
29
- def_delegators :@format, :actions
30
- def_delegators :@format, :to_binary_s
31
+ def_delegators :@format, :instruction_type
32
+ def_delegators :@format, :instruction_length
33
+ def_delegators :@format, :actions
34
+ def_delegators :@format, :to_binary_s
31
35
 
32
- def initialize(actions = [])
33
- @format = Format.new(actions: actions)
36
+ def initialize(actions = [])
37
+ @format = Format.new(actions: actions)
38
+ end
34
39
  end
35
40
  end
36
41
  end
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'pio/open_flow/action'
4
+
5
+ module Pio
6
+ module OpenFlow13
7
+ # Copies TTL "inwards" -- from outermost to next-to-outermost
8
+ class CopyTtlInwards < OpenFlow::Action
9
+ action_header action_type: 12, action_length: 8
10
+ string :padding, length: 4
11
+
12
+ def initialize
13
+ super({})
14
+ end
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'pio/open_flow/action'
4
+
5
+ module Pio
6
+ module OpenFlow13
7
+ # Copies TTL "outwards" -- from next-to-outermost to outermost
8
+ class CopyTtlOutwards < OpenFlow::Action
9
+ action_header action_type: 11, action_length: 8
10
+ string :padding, length: 4
11
+
12
+ def initialize
13
+ super({})
14
+ end
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'pio/open_flow/action'
4
+
5
+ module Pio
6
+ module OpenFlow13
7
+ # Decrements IP TTL
8
+ class DecrementIpTtl < OpenFlow::Action
9
+ action_header action_type: 24, action_length: 8
10
+ string :padding, length: 4
11
+
12
+ def initialize
13
+ super({})
14
+ end
15
+ end
16
+ end
17
+ end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'pio/open_flow/message'
2
4
 
3
5
  module Pio
@@ -5,10 +7,10 @@ module Pio
5
7
  module Echo
6
8
  # OpenFlow 1.3 Echo Reply message.
7
9
  class Reply < OpenFlow::Message
8
- open_flow_header version: 4, message_type: 3
9
- string :body, read_length: -> { message_length - 8 }
10
+ open_flow_header version: 4, type: 3
11
+ string :body, read_length: -> { length - 8 }
10
12
 
11
- alias_method :user_data, :body
13
+ alias user_data body
12
14
  end
13
15
  end
14
16
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'pio/open_flow/message'
2
4
 
3
5
  module Pio
@@ -5,10 +7,10 @@ module Pio
5
7
  module Echo
6
8
  # OpenFlow 1.3 Echo Request message.
7
9
  class Request < OpenFlow::Message
8
- open_flow_header version: 4, message_type: 2
9
- string :body, read_length: -> { message_length - 8 }
10
+ open_flow_header version: 4, type: 2
11
+ string :body, read_length: -> { length - header_length }
10
12
 
11
- alias_method :user_data, :body
13
+ alias user_data body
12
14
  end
13
15
  end
14
16
  end
@@ -1,3 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'pio/open_flow/error_message'
1
4
  require 'pio/open_flow/message'
2
5
  require 'pio/open_flow13/error/error_type13'
3
6
 
@@ -23,7 +26,7 @@ module Pio
23
26
  bad_port: 11,
24
27
  bad_packet: 12,
25
28
  multipart_buffer_overflow: 13
26
- }
29
+ }.freeze
27
30
 
28
31
  endian :big
29
32
  uint16 :error_code
@@ -38,8 +41,8 @@ module Pio
38
41
  end
39
42
 
40
43
  open_flow_header version: 4,
41
- message_type: 1,
42
- message_length: -> { 12 + raw_data.length }
44
+ type: OpenFlow::ErrorMessage.type,
45
+ length: -> { 12 + raw_data.length }
43
46
  error_type13 :error_type, value: -> { :bad_request }
44
47
  bad_request_code :error_code
45
48
  rest :raw_data
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Pio
2
4
  module OpenFlow13
3
5
  module Error
@@ -19,7 +21,7 @@ module Pio
19
21
  meter_mod_failed: 12,
20
22
  table_features_failed: 13,
21
23
  experimenter: 0xffff
22
- }
24
+ }.freeze
23
25
 
24
26
  endian :big
25
27
  uint16 :error_type
@@ -1,3 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'pio/open_flow/error_message'
1
4
  require 'pio/open_flow/hello_failed_code'
2
5
  require 'pio/open_flow/message'
3
6
  require 'pio/open_flow13/error/error_type13'
@@ -8,8 +11,8 @@ module Pio
8
11
  # Hello Failed error message
9
12
  class HelloFailed < OpenFlow::Message
10
13
  open_flow_header version: 4,
11
- message_type: 1,
12
- message_length: -> { 12 + description.length }
14
+ type: OpenFlow::ErrorMessage.type,
15
+ length: -> { 12 + description.length }
13
16
  error_type13 :error_type
14
17
  hello_failed_code :error_code
15
18
  rest :description
@@ -1,33 +1,24 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'pio/open_flow/error_message'
4
+ require 'pio/open_flow13/error/bad_request'
1
5
  require 'pio/open_flow13/error/error_type13'
6
+ require 'pio/open_flow13/error/hello_failed'
2
7
 
3
8
  module Pio
4
9
  module OpenFlow13
5
10
  # Error message parser
6
11
  module Error
12
+ mattr_reader(:type) { 1 }
13
+
14
+ extend OpenFlow::ErrorMessage
15
+
7
16
  # Error message body parser.
8
17
  class BodyParser < BinData::Record
9
18
  endian :big
10
19
  error_type13 :error_type
11
20
  uint16 :error_code
12
21
  end
13
-
14
- # rubocop:disable MethodLength
15
- def self.read(binary)
16
- body = OpenFlowHeaderParser.read(binary).body
17
- error = BodyParser.read(body).snapshot
18
- klass = case error.error_type
19
- when :hello_failed
20
- HelloFailed
21
- when :bad_request
22
- BadRequest
23
- else
24
- # Not implemented yet
25
- fail 'Unknown error message '\
26
- "(type=#{error.error_type}, code=#{error.error_code})"
27
- end
28
- klass.read binary
29
- end
30
- # rubocop:enable MethodLength
31
22
  end
32
23
  end
33
24
  end
@@ -1,3 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'pio/open_flow/datapath_id'
1
4
  require 'pio/open_flow/message'
2
5
 
3
6
  module Pio
@@ -6,33 +9,25 @@ module Pio
6
9
  class Features
7
10
  # Features Reply message.
8
11
  class Reply < OpenFlow::Message
9
- extend OpenFlow::Flags
10
-
11
- flags_32bit(:capabilities,
12
- [:flow_stats,
13
- :table_stats,
14
- :port_stats,
15
- :group_stats,
16
- :NOT_USED,
17
- :ip_reasm,
18
- :queue_stats,
19
- :NOT_USED,
20
- :port_blocked])
21
-
22
- open_flow_header version: 4, message_type: 6, message_length: 32
12
+ open_flow_header version: 4, type: 6, length: 32
23
13
  datapath_id :datapath_id
14
+ alias dpid datapath_id
24
15
  uint32 :n_buffers
25
16
  uint8 :n_tables
26
17
  uint8 :auxiliary_id
27
18
  uint16 :padding
28
19
  hide :padding
29
- capabilities :capabilities
20
+ flags_32bit(:capabilities,
21
+ %i[flow_stats
22
+ table_stats
23
+ port_stats
24
+ group_stats
25
+ NOT_USED
26
+ ip_reasm
27
+ queue_stats
28
+ NOT_USED
29
+ port_blocked])
30
30
  uint32 :reserved
31
-
32
- def datapath_id
33
- @format.datapath_id.to_i
34
- end
35
- alias_method :dpid, :datapath_id
36
31
  end
37
32
  end
38
33
  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,7 +8,7 @@ module Pio
6
8
  class Features
7
9
  # Features Request message.
8
10
  class Request < OpenFlow::Message
9
- open_flow_header version: 4, message_type: 5
11
+ open_flow_header version: 4, type: 5
10
12
  string :body, value: ''
11
13
  end
12
14
  end
@@ -1,5 +1,7 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'pio/open_flow'
2
- require 'pio/open_flow13/buffer_id'
4
+ require 'pio/open_flow/buffer_id'
3
5
  require 'pio/open_flow13/match'
4
6
 
5
7
  module Pio
@@ -14,7 +16,7 @@ module Pio
14
16
  modify_strict: 2,
15
17
  delete: 3,
16
18
  delete_strict: 4
17
- }
19
+ }.freeze
18
20
 
19
21
  uint8 :command
20
22
 
@@ -36,7 +38,7 @@ module Pio
36
38
  uint32 :out_port, initial_value: ANY
37
39
 
38
40
  def get
39
- (out_port == ANY) ? :any : out_port
41
+ out_port == ANY ? :any : out_port
40
42
  end
41
43
 
42
44
  def set(value)
@@ -53,7 +55,7 @@ module Pio
53
55
  uint32 :out_group, initial_value: ANY
54
56
 
55
57
  def get
56
- (out_group == ANY) ? :any : out_group
58
+ out_group == ANY ? :any : out_group
57
59
  end
58
60
 
59
61
  def set(value)
@@ -76,7 +78,7 @@ module Pio
76
78
  def get
77
79
  list = []
78
80
  tmp = instructions
79
- while tmp.length > 0
81
+ until tmp.empty?
80
82
  instruction_type = BinData::Uint16be.read(tmp)
81
83
  instruction = case instruction_type
82
84
  when 1
@@ -88,7 +90,7 @@ module Pio
88
90
  when 6
89
91
  Meter.read(tmp)
90
92
  else
91
- fail "Unsupported instruction #{instruction_type}"
93
+ raise "Unsupported instruction #{instruction_type}"
92
94
  end
93
95
  tmp = tmp[instruction.instruction_length..-1]
94
96
  list << instruction
@@ -102,18 +104,8 @@ module Pio
102
104
  end
103
105
  end
104
106
 
105
- extend OpenFlow::Flags
106
-
107
- flags_16bit :flags,
108
- [:send_flow_rem,
109
- :check_overwrap,
110
- :reset_counts,
111
- :no_packet_counts,
112
- :no_byte_counts]
113
-
114
- open_flow_header(version: 4,
115
- message_type: 14,
116
- message_length: lambda do
107
+ open_flow_header(version: 4, type: 14,
108
+ length: lambda do
117
109
  48 + match.length + instructions.length
118
110
  end)
119
111
  uint64 :cookie
@@ -126,7 +118,12 @@ module Pio
126
118
  buffer_id :buffer_id
127
119
  out_port :out_port
128
120
  out_group :out_group
129
- flags :flags
121
+ flags_16bit :flags,
122
+ %i[send_flow_rem
123
+ check_overwrap
124
+ reset_counts
125
+ no_packet_counts
126
+ no_byte_counts]
130
127
  string :padding, length: 2
131
128
  hide :padding
132
129
  oxm :match
@@ -1,37 +1,41 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'bindata'
2
4
  require 'forwardable'
5
+ require 'pio/open_flow/instruction'
3
6
 
4
- # Base module.
5
7
  module Pio
6
- # Resubmit to the table_id
7
- class GotoTable
8
- # OpenFlow 1.3.4 OFPIT_GOTO_TABLE instruction format
9
- class Format < BinData::Record
10
- endian :big
8
+ module OpenFlow13
9
+ # Resubmit to the table_id
10
+ class GotoTable < OpenFlow::Instruction
11
+ # OpenFlow 1.3.4 OFPIT_GOTO_TABLE instruction format
12
+ class Format < BinData::Record
13
+ endian :big
11
14
 
12
- uint16 :instruction_type, value: 1
13
- uint16 :instruction_length, value: 8
14
- uint8 :table_id
15
- bit24 :padding
16
- hide :padding
17
- end
15
+ uint16 :instruction_type, value: 1
16
+ uint16 :instruction_length, value: 8
17
+ uint8 :table_id
18
+ bit24 :padding
19
+ hide :padding
20
+ end
18
21
 
19
- def self.read(raw_data)
20
- allocate.tap do |goto_table|
21
- goto_table.instance_variable_set :@format, Format.read(raw_data)
22
+ def self.read(raw_data)
23
+ allocate.tap do |goto_table|
24
+ goto_table.instance_variable_set :@format, Format.read(raw_data)
25
+ end
22
26
  end
23
- end
24
27
 
25
- extend Forwardable
28
+ extend Forwardable
26
29
 
27
- def_delegators :@format, :instruction_type
28
- def_delegators :@format, :instruction_length
29
- def_delegators :@format, :table_id
30
- def_delegators :@format, :to_binary_s
31
- def_delegator :@format, :to_binary_s, :to_binary
30
+ def_delegators :@format, :instruction_type
31
+ def_delegators :@format, :instruction_length
32
+ def_delegators :@format, :table_id
33
+ def_delegators :@format, :to_binary_s
34
+ def_delegator :@format, :to_binary_s, :to_binary
32
35
 
33
- def initialize(table_id)
34
- @format = Format.new(table_id: table_id)
36
+ def initialize(table_id)
37
+ @format = Format.new(table_id: table_id)
38
+ end
35
39
  end
36
40
  end
37
41
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'pio/open_flow'
2
4
 
3
5
  module Pio
@@ -41,8 +43,8 @@ module Pio
41
43
  end
42
44
  end
43
45
 
44
- open_flow_header version: 4, message_type: 0
45
- body :body
46
+ open_flow_header version: 4, type: 0
47
+ body :body, read_length: -> { length - header_length }
46
48
 
47
49
  def elements
48
50
  body.elements
@@ -68,11 +70,10 @@ module Pio
68
70
  end
69
71
 
70
72
  def initialize(user_options = {})
71
- validate_user_options user_options
72
73
  body_options = { elements: [{ element_type: VERSION_BITMAP,
73
74
  element_length: 8,
74
75
  element_value: 0b10000 }] }
75
- @format = Format.new(user_options.merge(body: body_options))
76
+ super user_options.merge(body: body_options)
76
77
  end
77
78
  end
78
79
  end