History log of /system/connectivity/shill/dhcp_properties_unittest.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
62d57630fe05899743f319326bd99168fc2cd69c 03-Nov-2015 Rebecca Silberstein <silberst@google.com> shill: add DhcpProperties to Android.mk

Add new files for DhcpProperties to the Android.mk file.

Bug: 24162121
TEST=compiled for Brillo

Change-Id: I1268efaf8ba4b045ae3f2655d678da6c0f8487c8
/system/connectivity/shill/dhcp_properties_unittest.cc
a77c5e24c871e2b25b2ca4def689388ba6c6892b 08-Oct-2015 Rebecca Silberstein <silberst@google.com> shill: create DHCP properties to use for config

Create a DHCP Properties class that stores optional settings for DHCP
requests. The class will initally support two properties: Hostname and
VendorClass. This class also implements PropertyStore plumbing for the
properties. This change includes new unitests for the DhcpProperties
functionality.

Bug: 24162121
TEST="FEATURES=test USE="asan clang" emerge-samus shill"

Change-Id: I62696d45fd04d0bbc8be2cebaef7b4a5aebb80ee
/system/connectivity/shill/dhcp_properties_unittest.cc