Fix def function order of enum macro, and more human readable disconnected handler

This commit is contained in:
Eishun Kondoh 2018-01-30 22:38:54 +09:00
parent 33d406a530
commit fadfcd76bd
6 changed files with 39 additions and 41 deletions

View file

@ -6,7 +6,7 @@ defmodule Openflow.Features.Reply do
n_buffers: 0,
n_tables: 0,
aux_id: 0,
capabilities: [],
capabilities: []
)
alias __MODULE__