add documents

This commit is contained in:
Eishun Kondoh 2019-03-28 18:17:01 +09:00
parent 22e62d32ae
commit 1cb687433c
14 changed files with 377 additions and 27 deletions

View file

@ -31,8 +31,8 @@ defmodule Openflow.Action.Output do
Create a new output action structure
## Options:
- `port_number`: port number that sends a packet from
- `max_len`: byte length of the packet that sends to the controller
- `port_number`: Output port
- `max_len`: Max length to send to controller
## Example