diff options
author | Mark Chien <markchien@google.com> | 2020-04-10 13:22:17 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-04-10 13:22:17 +0000 |
commit | ad6540d6acef794757b072352b698a84b9987ec6 (patch) | |
tree | 95afabe4cf1426fcfddcfac6d722a92387aa15f9 /common/networkstackclient/src | |
parent | 3ca1ff17e22563682167b38acef28d8ab6087ada (diff) | |
parent | fd1649fc1801a201af30ef03f7bf33c43085ee8b (diff) |
Merge "Support specific client address configuration" into rvc-dev
Diffstat (limited to 'common/networkstackclient/src')
-rw-r--r-- | common/networkstackclient/src/android/net/dhcp/DhcpServingParamsParcel.aidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/networkstackclient/src/android/net/dhcp/DhcpServingParamsParcel.aidl b/common/networkstackclient/src/android/net/dhcp/DhcpServingParamsParcel.aidl index 7b8b9ee..5e19374 100644 --- a/common/networkstackclient/src/android/net/dhcp/DhcpServingParamsParcel.aidl +++ b/common/networkstackclient/src/android/net/dhcp/DhcpServingParamsParcel.aidl @@ -26,5 +26,6 @@ parcelable DhcpServingParamsParcel { long dhcpLeaseTimeSecs; int linkMtu; boolean metered; + int clientAddr; } |