From adba03927fa9ba6abfbafe1c1e71d8fed32113b2 Mon Sep 17 00:00:00 2001 From: Eishun Kondoh Date: Mon, 27 Nov 2017 11:01:08 +0900 Subject: [PATCH] test: fix a bug which crashes when received table_features_reply that broken from openvswitch --- test/flay.ex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/flay.ex b/test/flay.ex index a8af07f..ffda1f3 100644 --- a/test/flay.ex +++ b/test/flay.ex @@ -20,8 +20,6 @@ defmodule Flay do def init(args) do state = init_controller(args) - TableFeatures.Request.new - |> send_message(state.datapath_id) init_bridge(state.datapath_id) {:ok, state} end @@ -148,7 +146,7 @@ defmodule Flay do ], wildcards: [ :in_port, - :eth_src + :eth_src, :eth_type, :masked_eth_dst, :vlan_vid,