CHROMIUMOS: dhcp: dbus: Encode classless routes as a string
Encoding classless static routes as an array of UINT32 values
did not make any sense, since the string-form of these routes
is an array of alternating "address/prefix address" sets,
which doesn't have any readily straightforward conversion
into DBus. Since shill can easily parse these values, leave
that value as a string.
BUG=chromium-os:25908
TEST=New client autotest network_DhcpClasslessStaticRoute
Change-Id: I86d7a201ae37bf6d3f108a44650e3176d00b65c6
Reviewed-on: https://gerrit.chromium.org/gerrit/38183
Reviewed-by: mukesh agrawal <quiche@chromium.org>
Commit-Ready: Paul Stewart <pstew@chromium.org>
Tested-by: Paul Stewart <pstew@chromium.org>
1 file changed