From 7ef8c0f2c1d05489d3e7575fa8f687a01e94f1b4 Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Fri, 11 Jan 2019 22:34:58 +0900 Subject: 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 --- server/NetdNativeService.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/NetdNativeService.h') 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, 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 -- cgit v1.2.3