History: ip_ifc_raw
This page describes all changes made to the ip_ifc_raw package, Raw Interface Controller, since its release.
Version
1.12 (2019-06-12, 19:00):
- Added IP_IFC_RAW_HDR_SIZE configuration option to simulate interface specific header added to the frame (used for example to simulate routing with shared pool between different interfaces).
1.11r2 (2018-08-29, 18:25):
- Document HTML link added to the documentation folder.
- History and document files renamed to the package name.
1.11:
- Corrected ip_raw_ifc_receive() to always return initialized value.
1.10:
- Corrected setting of route handle in IP buffer for received IPv6 packets.
1.9:
- Added missing sending of IP6 packets.
1.8:
- updated to work with IP base major version 6.
1.7:
- updated to work with IP base major version 5.
1.6:
- required package version checks added.
1.5:
- api_ip_ifc_raw.h included to have prototypes for all functions.
1.4:
- use latest IP base.
1.3:
- updated to use latest IP base module.
1.2:
- empty ip_raw_ifc_fill_hdr() function added for MISRA compatibility.
1.1:
- updated to work with latest IP_BASE and NW driver.
- ip_ifc_loopback renamed to ip_ifc_raw.
Original history for ip_ifc_loopback:
1.3:
- Updated to work with the new routing module.
1.2:
- Comments fixed.
1.1:
- Use of NW driver major revision 2.
1.0:
- Initial release.