Ed Schouten f97f9525ba Properly progress through the list of IPv6 addresses using in6_addr size.
Right now if a jail has multiple IPv6 addresses, it will print them
shifting only 4 bytes at a time. Example:

	2001:4dd0:ff41::b23f:a9
	2001:4dd0:ff41::b23f:aa

Becomes:

	2001:4dd0:ff41::b23f:a9
	ff41::b23f:a9:2001:4dd0

By casting to in6_addr, it uses the correct offsets.

MFC after:	1 week
2010-03-18 20:13:04 +00:00
..
2010-03-05 21:39:16 +00:00
2010-02-15 14:29:17 +00:00
2010-02-26 09:41:16 +00:00
2010-02-26 09:41:16 +00:00
2010-01-15 16:01:22 +00:00
2010-03-02 16:58:04 +00:00
2009-11-02 12:35:38 +00:00
2010-02-19 14:27:32 +00:00
2010-02-26 09:41:16 +00:00
2010-02-20 10:19:19 +00:00
2010-01-03 22:29:06 +00:00
2010-03-15 16:06:52 +00:00
2010-01-03 15:32:25 +00:00
2010-01-15 16:01:22 +00:00
2010-02-25 19:47:47 +00:00
2010-01-09 15:37:24 +00:00
2010-01-10 19:21:23 +00:00