changed way network learns about nodes
This commit is contained in:
13
client/clientIPTable/iptable_test.go
Normal file
13
client/clientIPTable/iptable_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package clientIPTable
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestUpdateIpTableListClient(t *testing.T) {
|
||||
err := UpdateIpTableListClient()
|
||||
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user