Rate-limit Add/Delete port mappings

Fixes #10
This commit is contained in:
Serhat Şevki Dinçer
2017-12-21 00:23:09 +03:00
parent 1be4557baa
commit a625a89506
2 changed files with 7 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ func TestIGD(t *testing.T) {
if err != nil {
t.Fatal(err)
}
t.Log("Loc:", loc)
// connect to router directly
d, err = Load(loc)