commit | 531debc2802064e0e242fc873a711787d6dcd762 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Tue Oct 25 10:16:06 2011 -0700 |
committer | Nick Kralevich <nnk@google.com> | Tue Oct 25 10:20:42 2011 -0700 |
tree | 80f02d6240383c51d88d7a26bfdb7f09a4876475 | |
parent | 0c292bb1176fb40a157b3166db35d5402726f3c6 [diff] |
fix IPv6 loopback pattern In /proc/net/udp6 and /proc/net/tcp6, the addresses stored in that file are in network byte order. As a result, the IPv6 loopback address, ::1, is stored as 00000000000000000000000001000000 NOT 00000000000000000000000000000001 Bug: 5473686 Change-Id: I73098d52c981c48d82423c8ce99b6b20d11a5568