mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 00:43:58 +08:00
added egress action
This commit is contained in:
@@ -20,6 +20,7 @@ const TEN_YEARS_IN_SECONDS = 300000000
|
||||
const NODE_UPDATE_KEY = "updatekey"
|
||||
const NODE_DELETE = "delete"
|
||||
const NODE_IS_PENDING = "pending"
|
||||
const NODE_EGRESS_CHANGE = "egresschange"
|
||||
const NODE_NOOP = "noop"
|
||||
|
||||
var seededRand *rand.Rand = rand.New(
|
||||
|
Reference in New Issue
Block a user