RELEASE_NOTES
changeset 10494 69f1d28a831e
parent 10479 fc4ee8106e4a
child 10510 34299825e664
equal deleted inserted replaced
10493:ccb3c64e55e8 10494:69f1d28a831e
    19 Supported platforms
    19 Supported platforms
    20 -------------------
    20 -------------------
    21 
    21 
    22 New user-visible features
    22 New user-visible features
    23 -------------------------
    23 -------------------------
       
    24 - IPv6 addresses and routing tables are printed in a more conventional way,
       
    25   closely matching the Linux "route -A inet6" command.
       
    26   
    24 - new SixLowPanNetDevice model, headers and associated helpers.  The 
    27 - new SixLowPanNetDevice model, headers and associated helpers.  The 
    25   SixLowPanNetDevice is able to act as a shim between IPv6 and a NetDevice, 
    28   SixLowPanNetDevice is able to act as a shim between IPv6 and a NetDevice, 
    26   compressing IPv6 headers according to RFCs 4944 and 6262.
    29   compressing IPv6 headers according to RFCs 4944 and 6262.
    27   The SixLowPanNetDevice is meant to be used over 802.15.4 NetDevices, 
    30   The SixLowPanNetDevice is meant to be used over 802.15.4 NetDevices, 
    28   but it can be used on other NetDevices as well (see the manual for full 
    31   but it can be used on other NetDevices as well (see the manual for full