Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #169 from Netflix/ipv6-static-ip
Browse files Browse the repository at this point in the history
get address allocation by ipv6 address
  • Loading branch information
aloktiagi committed Apr 4, 2022
2 parents 150ce20 + c06fb47 commit 85ab7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/proto/netflix/titus/titus_vpc_api.proto
Expand Up @@ -28,6 +28,7 @@ message GetAllocationRequest {
oneof searchParameter {
string address = 1;
string uuid = 2;
string ipv6Address = 3;
}
};

Expand Down

0 comments on commit 85ab7b6

Please sign in to comment.