VLAN trunk test and NAT test

This commit is contained in:
Eishun Kondoh 2017-12-01 20:51:43 +09:00
parent 49d40bf2c0
commit 9b7fb2dc96
5 changed files with 112 additions and 29 deletions

View file

@ -17,6 +17,7 @@ defmodule Heckle.Mixfile do
end
defp deps do
[{:tres, path: @tres_path}]
[{:tres, path: @tres_path},
{:pkt, github: "msantos/pkt", branch: "master"}]
end
end