commit | 52cc91ff4585faed0d1bc0c6783d5b3a9268da5e | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Tue Oct 25 10:16:06 2011 -0700 |
committer | Ed Heyl <ed@google.com> | Tue Oct 25 20:35:52 2011 +0000 |
tree | bb161b1bfcdbc24fbb80364ebaadfbbc64892d07 | |
parent | 56f62ef149200e4b580aac35864c731b16f0f888 [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