-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement cluster-wide deterministic MAC generator
MACGeneratorClusterDeterministic generates the same MAC address for a given app interface on every node in the cluster. Additionally, the probability of MAC address conflict with other devices outside the cluster is very low (same property that MACGeneratorGloballyScoped provides). Signed-off-by: Milan Lenco <milan@zededa.com>
- Loading branch information
1 parent
6900ef1
commit 91079f0
Showing
3 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters