Date: Wed, 24 Mar 2010 12:11:59 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/jls jls.c Message-ID: <201003241212.o2OCCNkP014272@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2010-03-24 12:11:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
usr.sbin/jls jls.c
Log:
SVN rev 205585 on 2010-03-24 12:11:59Z by ed
MFC r205296:
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.
Revision Changes Path
1.13.2.4 +1 -1 src/usr.sbin/jls/jls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003241212.o2OCCNkP014272>
