Sha256: 0a0c983d86871bfbeecde8920499944958160bb06967b3667ad7d8f5dc9174c4
Contents?: true
Size: 470 Bytes
Versions: 4
Compression:
Stored size: 470 Bytes
Contents
@open_flow10 Feature: Pio::OpenFlow10::SetSourceIpAddress Scenario: new('192.168.0.1') When I try to create an OpenFlow action with: """ Pio::OpenFlow10::SetSourceIpAddress.new('192.168.0.1') """ Then it should finish successfully And the action has the following fields and values: | field | value | | action_type | 6 | | action_length | 8 | | ip_address | 192.168.0.1 |
Version data entries
4 entries across 4 versions & 1 rubygems