commit | 747ba67de634628e36ab7842604248cc3c3ff691 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Wed Jun 15 23:39:12 2022 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Wed Jun 15 23:42:29 2022 +0900 |
tree | 87e8dbc52b7533030163585425123846c98bb7c2 | |
parent | 8274622cb4e4a4486f44db6b94e1c0067506dd97 [diff] |
Add an int constant for CLAT_MARK and freeze INetd v10. Test: m Bug: 235778483 Change-Id: I45a0bd6be39022a913bc6cff8216df0b6559cd4b
diff --git a/staticlibs/netd/binder/android/net/INetd.aidl b/staticlibs/netd/binder/android/net/INetd.aidl index ad469f8..8bf8e5b 100644 --- a/staticlibs/netd/binder/android/net/INetd.aidl +++ b/staticlibs/netd/binder/android/net/INetd.aidl
@@ -569,6 +569,11 @@ */ void clatdStop(in @utf8InCpp String ifName); + /** + * Packet mark that identifies non-offloaded ingress clat packets. + */ + const int CLAT_MARK = 0xdeadc1a7; + /** * Get status of IP forwarding *