Sha256: 0412e052416969d061afb3ffa873fc8b86328b47594042564924d74f1dc2ca65
Contents?: true
Size: 1.07 KB
Versions: 5
Compression:
Stored size: 1.07 KB
Contents
@open_flow10 Feature: Pio::PacketOut Scenario: read When I try to parse a file named "open_flow10/packet_out.raw" with "PacketOut" class Then it should finish successfully And the message has the following fields and values: | field | value | | ofp_version | 1 | | message_type | 13 | | message_length | 88 | | transaction_id | 22 | | xid | 22 | | buffer_id | 4294967295 | | in_port | 65535 | | actions.length | 1 | | actions.first.class | Pio::OpenFlow10::SendOutPort | | actions.first.port | 2 | | actions.first.max_length | 65535 | | raw_data.length | 64 |
Version data entries
5 entries across 5 versions & 1 rubygems