diff options
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; |
