-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dual-stack support to etcd registry
Take advantage of the etcd keys now being able to serialize an ipv4 and ipv6 address to allow dual-stack leases. ipv4 is mandatory, ipv6 is optional. The lease lookup in etcd is still done based on the external ipv4 address. Generated dual-stack addresses will use the same offset inside the address range for v4 and v6, so the coupling is deterministic. Signed-off-by: Sjoerd Simons <[email protected]>
- Loading branch information
1 parent
0b9d879
commit 7267f7b
Showing
10 changed files
with
135 additions
and
68 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
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
Oops, something went wrong.