commit | a7318da77436cf773d6efe08bb2322aa382553f9 | [log] [tgz] |
---|---|---|
author | Handa Wang <handaw@google.com> | Wed Oct 23 01:31:43 2024 +0000 |
committer | Handa Wang <handaw@google.com> | Wed Oct 23 01:31:43 2024 +0000 |
tree | 8d04bb797a586c7f4dd71743b52ccb30dd624585 | |
parent | 52c72a11bf8f3c4e526c75dff2ea59e265194468 [diff] |
[Thread] request/release the NAT64 CIDR This CL implements the logic to maintain the NAT64 CIDR at ThreadNetworkControllerService. When NAT64 is enabled, the service needs to request a CIDR via RoutingCoordinatorManager#requestDownstreamAddress(). When NAT64 is disabled, the service needs to release the CIDR via RoutingCoordinatorManager#releaseDownstreamAddress(). Bug: 350699020 Change-Id: I16397fd48c2925efd9d4833a335cf73832b4f4d6