freebsd-dev/usr.sbin/jls
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
..
jls.8 Give a more expected behavior to -[hns] options, defaulting to all 2009-07-08 15:57:22 +00:00
jls.c Properly progress through the list of IPv6 addresses using in6_addr size. 2010-03-18 20:13:04 +00:00
Makefile The last big commit: let usr.sbin/ use WARNS=6 by default. 2010-01-02 11:07:44 +00:00