Skip to content

Commit

Permalink
Add exact match document.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Apr 9, 2015
1 parent 777cac4 commit dccab4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -28,6 +28,7 @@ supports the following packet formats:
- [Packet Out](https://relishapp.com/trema/pio/docs/open-flow10/packet-out)
- [Flow Mod](https://relishapp.com/trema/pio/docs/open-flow10/flow-mod)
- [Port Status](https://relishapp.com/trema/pio/docs/open-flow10/port-status)
- [Exact Match](https://relishapp.com/trema/pio/docs/open-flow10/exact-match)
- OpenFlow 1.3
- [Hello](https://relishapp.com/trema/pio/docs/open-flow13/hello)
- [Echo Request](https://relishapp.com/trema/pio/docs/open-flow13/echo-request)
Expand Down
1 change: 1 addition & 0 deletions features/.nav
Expand Up @@ -13,6 +13,7 @@
- packet_out.feature
- flow_mod.feature
- port_status.feature
- exact_match.feature
- open_flow13:
- hello.feature
- echo_request.feature
Expand Down
6 changes: 3 additions & 3 deletions features/open_flow10/exact_match.feature
@@ -1,5 +1,5 @@
Feature: Pio::ExactMatch.new
Scenario: packet_in_arp_request.raw
Feature: Exact Match
Scenario: parse #1
When I create an exact match from "packet_in_arp_request.raw"
And the message have the following fields and values:
| field | value |
Expand All @@ -17,7 +17,7 @@ Feature: Pio::ExactMatch.new
| tp_src | 0 |
| tp_dst | 0 |

Scenario: packet_in_cbench.raw (ARP request)
Scenario: parse #2
When I create an exact match from "packet_in_cbench.raw"
And the message have the following fields and values:
| field | value |
Expand Down

0 comments on commit dccab4e

Please sign in to comment.