summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnushek Prasal <anushekprasal@gmail.com>2021-08-01 00:00:54 +0530
committerSemavi Ulusoy <doc.divxm@gmail.com>2021-08-28 22:03:11 +0300
commitdd0d64a2abd2b1a1e3fcc9db45f2ede859ab7924 (patch)
tree126263b5f0cb2a22888487b7fb473f893252b9cc
parent427e5e48c1f7c93d3c7f01d55928db203a2a675a (diff)
netd: Update hash and fix APIr11.1
Signed-off-by: Anushek Prasal <anushekprasal@gmail.com> Change-Id: I2df09eb4458c31adf158811d89bcf650e5500f75
-rw-r--r--server/aidl_api/netd_aidl_interface/5/.hash2
-rw-r--r--server/aidl_api/netd_aidl_interface/5/android/net/INetd.aidl2
-rw-r--r--server/aidl_api/netd_aidl_interface/6/.hash2
-rw-r--r--server/aidl_api/netd_aidl_interface/6/android/net/INetd.aidl1
4 files changed, 5 insertions, 2 deletions
diff --git a/server/aidl_api/netd_aidl_interface/5/.hash b/server/aidl_api/netd_aidl_interface/5/.hash
index 873c6317..989a61ec 100644
--- a/server/aidl_api/netd_aidl_interface/5/.hash
+++ b/server/aidl_api/netd_aidl_interface/5/.hash
@@ -1 +1 @@
-196feb9c82d2fd353d969d3b31995f74666d8870
+81b2ffe161e8be9a8bc9671556f64cf9a80fa710
diff --git a/server/aidl_api/netd_aidl_interface/5/android/net/INetd.aidl b/server/aidl_api/netd_aidl_interface/5/android/net/INetd.aidl
index 71b0e791..085777f4 100644
--- a/server/aidl_api/netd_aidl_interface/5/android/net/INetd.aidl
+++ b/server/aidl_api/netd_aidl_interface/5/android/net/INetd.aidl
@@ -124,6 +124,8 @@ interface INetd {
android.net.TetherStatsParcel tetherOffloadGetAndClearStats(int ifIndex);
void bandwidthAddRestrictAppOnInterface(in @utf8InCpp String usecase, in @utf8InCpp String ifName, int uid);
void bandwidthRemoveRestrictAppOnInterface(in @utf8InCpp String usecase, in @utf8InCpp String ifName, int uid);
+ void strictGlobalCleartextPenalty(int policyPenalty);
+ void strictDNSCleartextWhitelist(in @utf8InCpp String[] dnsAddrs);
void firewallSetMACAddressRule(in @utf8InCpp String macAddr, int firewallRule);
const int IPV4 = 4;
const int IPV6 = 6;
diff --git a/server/aidl_api/netd_aidl_interface/6/.hash b/server/aidl_api/netd_aidl_interface/6/.hash
index 4b18acc1..21b20573 100644
--- a/server/aidl_api/netd_aidl_interface/6/.hash
+++ b/server/aidl_api/netd_aidl_interface/6/.hash
@@ -1 +1 @@
-481fb809310dc710d224026e591d049b83dbac64
+10a88a6b12a32e51cd9b0939ba0de143606dee18
diff --git a/server/aidl_api/netd_aidl_interface/6/android/net/INetd.aidl b/server/aidl_api/netd_aidl_interface/6/android/net/INetd.aidl
index 57d56d22..085777f4 100644
--- a/server/aidl_api/netd_aidl_interface/6/android/net/INetd.aidl
+++ b/server/aidl_api/netd_aidl_interface/6/android/net/INetd.aidl
@@ -126,6 +126,7 @@ interface INetd {
void bandwidthRemoveRestrictAppOnInterface(in @utf8InCpp String usecase, in @utf8InCpp String ifName, int uid);
void strictGlobalCleartextPenalty(int policyPenalty);
void strictDNSCleartextWhitelist(in @utf8InCpp String[] dnsAddrs);
+ void firewallSetMACAddressRule(in @utf8InCpp String macAddr, int firewallRule);
const int IPV4 = 4;
const int IPV6 = 6;
const int CONF = 1;