commit | 13fa01fab904679970e4b95357f8eed7327b6d49 | [log] [tgz] |
---|---|---|
author | Erik Kline <ek@google.com> | Thu Nov 12 17:49:23 2015 +0900 |
committer | Erik Kline <ek@google.com> | Fri Nov 13 13:07:31 2015 +0900 |
tree | 700f9f0fc3366ff4646f9f863f92de56cc8acba1 | |
parent | e6238a91dc6b775a357e7445b202b88d9e11cfbf [diff] |
Change dnsmasq input command argument separator Heretofore netd issued commands to dnsmasq over a stdin channel using ":" as an argument separator. This make it very complicated to issue commands that involve IPv6 addresses. This changes the separator from ":" to "|". Additionally: - Pass DHCP range string literals through to startTethering(), still performing string literal to IPv4 address validation. Bug: 9580643 Change-Id: I210daf311a4c3d84dae3ed054b92c9fa399a791f