freebsd-dev/usr.sbin/jls
Ed Schouten be24350167 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.
2010-03-24 12:11:59 +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 MFC r205296: 2010-03-24 12:11:59 +00:00
Makefile Add libjail, a (somewhat) simpler interface to the jail_set and jail_get 2009-06-24 18:18:35 +00:00