Formatted

This commit is contained in:
Eishun Kondoh 2018-01-30 22:47:31 +09:00
parent 5fc01a9bec
commit 7635272fbd
150 changed files with 5055 additions and 4032 deletions

View file

@ -1,11 +1,11 @@
defmodule Openflow.TableMod do
defstruct(
version: 4,
xid: 0,
version: 4,
xid: 0,
datapath_id: "",
aux_id: 0,
table_id: 0,
config: 0
aux_id: 0,
table_id: 0,
config: 0
)
alias __MODULE__