commit | a475672e174eed43a8d6aeea7d1b681feee5f5e3 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Tue Sep 19 09:37:19 2023 -0700 |
committer | Patrick Rohr <prohr@google.com> | Tue Sep 19 09:40:48 2023 -0700 |
tree | 0b8bf36153b1c29c755cdbb57a42db9a0cba7573 | |
parent | 285a61cbd897036a0118e0ce73186958610ba6df [diff] |
Set acceptRaMinLft in ApfConfig Test: TH Change-Id: Id38b373e199db27834b93107cca11593f8784671
diff --git a/src/android/net/ip/IpClient.java b/src/android/net/ip/IpClient.java index 29cb526..6fdb490 100644 --- a/src/android/net/ip/IpClient.java +++ b/src/android/net/ip/IpClient.java
@@ -2342,6 +2342,7 @@ } apfConfig.minRdnssLifetimeSec = mMinRdnssLifetimeSec; + apfConfig.acceptRaMinLft = mAcceptRaMinLft; return mDependencies.maybeCreateApfFilter(mContext, apfConfig, mInterfaceParams, mCallback); }