=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- www/59.html 2016/03/02 12:52:50 1.48 +++ www/59.html 2016/03/02 12:55:33 1.49 @@ -132,7 +132,6 @@
  • Split up the tun(4) pseudo-device into tun(4) (for layer 3) and tap(4) (for layer 2) pseudo-devices. As a result, the link0 flag has no effect on tun(4) interfaces anymore. -
  • tcpdump(1) now displays more information about IEEE 802.11 frames when run with the -y IEEE802_11_RADIO and -v options.
  • The iwn(4) driver now passes IEEE 802.11 control frames in monitor mode, allowing full capture of traffic on a particular wireless channel.
  • pflow(4) now supports IPv6 for transport.
  • Several interoperability issues in iked(4) have been fixed, including EAP auth with OS X El Capitan. @@ -163,6 +162,7 @@
  • dhclient(8) was pledged.
  • dhcpd(8) again properly utilizes default-lease-time, max-lease-time and bootp-lease-time options.
  • dhcpd(8) was pledged. +
  • tcpdump(1) now displays more information about IEEE 802.11 frames when run with the -y IEEE802_11_RADIO and -v options.
  • ...