mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 01:36:23 +08:00
ingress gateway functional
This commit is contained in:
@@ -294,6 +294,12 @@ func CreateExtClient(extclient models.ExtClient) error {
|
||||
// insert our network into the network table
|
||||
_, err := collection.InsertOne(ctx, extclient)
|
||||
defer cancel()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
err = SetNetworkNodesLastModified(extclient.Network)
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user