ClatdController - only generate v4-interface name in one spot
Test: builds, atest
Bug: 65674744
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I9a18cb8b105e5c0cfdf8feff0f73c99643b0d6b6
diff --git a/server/ClatdController.h b/server/ClatdController.h
index 5fba070..a00f713 100644
--- a/server/ClatdController.h
+++ b/server/ClatdController.h
@@ -70,7 +70,8 @@
in6_addr pfx96;
char pfx96String[INET6_ADDRSTRLEN];
- int init(unsigned networkId, const std::string& interface, const std::string& nat64Prefix);
+ int init(unsigned networkId, const std::string& interface, const std::string& v4interface,
+ const std::string& nat64Prefix);
};
std::mutex mutex;