added egress action

This commit is contained in:
worker-9
2021-08-06 13:39:14 -04:00
parent bed63c1e15
commit 94cf8bfbc6
4 changed files with 11 additions and 12 deletions

View File

@@ -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(