fixtures/open_flow10/packet_in_arp_request.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

[
  0x01, # version
  0x0a, # type
  0x00, 0x52, # _length
  0x00, 0x00, 0x00, 0x00, # transaction_id
  0xff, 0xff, 0xff, 0x00, # buffer_id
  0x00, 0x40, # total_length
  0x00, 0x01, # in_port
  0x00, # reason
  0x00, # padding
  0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xce, 0xb0, 0x00, 0x00, 0xcc, 0x08, 0x06, 0x00, 0x01, 0x08, 0x00, 0x06, 0x04, 0x00, 0x01, 0xfa, 0xce, 0xb0, 0x00, 0x00, 0xcc, 0xc0, 0xa8, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xa8, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, # raw_data
].pack('C82')