mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 15:14:22 +08:00
rm return
This commit is contained in:
parent
845bb33c68
commit
65a683ad79
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ import (
|
||||||
|
|
||||||
// AreNodesAllowed - checks if nodes are allowed to communicate in their network ACL
|
// AreNodesAllowed - checks if nodes are allowed to communicate in their network ACL
|
||||||
func AreNodesAllowed(networkID NetworkID, node1, node2 NodeID) bool {
|
func AreNodesAllowed(networkID NetworkID, node1, node2 NodeID) bool {
|
||||||
return true
|
|
||||||
var currentNetworkACL, err = FetchAllACLs(networkID)
|
var currentNetworkACL, err = FetchAllACLs(networkID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Add table
Reference in a new issue