diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2019-01-11 22:34:58 +0900 |
|---|---|---|
| committer | Lorenzo Colitti <lorenzo@google.com> | 2019-02-27 17:30:59 +0900 |
| commit | 7ef8c0f2c1d05489d3e7575fa8f687a01e94f1b4 (patch) | |
| tree | ba64062616c66557c347e8a5af6bbbcaab83a158 /server/NetdNativeService.h | |
| parent | 4e7885519ea31f653089b343870ffc244a0a62f8 (diff) | |
| download | platform_system_netd-7ef8c0f2c1d05489d3e7575fa8f687a01e94f1b4.tar.gz platform_system_netd-7ef8c0f2c1d05489d3e7575fa8f687a01e94f1b4.tar.bz2 platform_system_netd-7ef8c0f2c1d05489d3e7575fa8f687a01e94f1b4.zip | |
Move the 464xlat control plane from clatd to netd.
Some of this code comes from clatd and will be deleted from there
once this topic is merged.
Bug: 65674744
Test: builds, boots
Test: system/netd/tests/runtests.sh
Change-Id: Ifa30652a853401a401d0b74d259d4d27d322e758
Diffstat (limited to 'server/NetdNativeService.h')
| -rw-r--r-- | server/NetdNativeService.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/NetdNativeService.h b/server/NetdNativeService.h index 607bec876..3624052b2 100644 --- a/server/NetdNativeService.h +++ b/server/NetdNativeService.h @@ -227,7 +227,8 @@ class NetdNativeService : public BinderService<NetdNativeService>, public BnNetd binder::Status strictUidCleartextPenalty(int32_t uid, int32_t policyPenalty) override; // Clatd-related commands - binder::Status clatdStart(const std::string& ifName) override; + binder::Status clatdStart(const std::string& ifName, const std::string& nat64Prefix, + std::string* v6Address) override; binder::Status clatdStop(const std::string& ifName) override; // Ipfw-related commands |
