commit | b56f69c6007c6d2a6fa7aad45b1258dd2dc70b34 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Fri Sep 16 05:07:13 2022 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Fri Sep 16 06:39:57 2022 +0000 |
tree | eb255f2ac2bebb0ef8794b24375a6375a743ea93 | |
parent | fb8e40eaed2bb6c74491068e3fbf88aae8f13272 [diff] |
ClatIngress6Key.java - replace U32 ifindex with S32 These are allocated in order by the kernel, if we go over 2 billion, we've got other problems... besides U32 to S32 conversion will work just fine anyway. Surprisingly it appears no further fixups are required to make this compile, due to other places already being 'int's. Bug: 245472520 Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I9008e20f40c983a1bb8a0547a61190f28042b22a