0.1.3
This PR introduces several improvements, bug fixes, and refactors across multiple areas of the project. Below is a summary of the changes:
- Allow checking IP mapping using the full name of the interface: Enhances the interface name resolution to check mappings using the full interface name.
- Fix nexthop check : Corrects the logic for
nexthop
checks. - Add equality check for routing table : Introduces a new equality check to ensure consistency in routing table data.
- Add check for DNS records: Implements a new verification step for DNS records, improving system reliability.
- Add custom command check: Introduces a new custom command check to expand functionality in command processing.
- Minor fixes
Contributors:
@tcaiazzi
@lorenzo93
@xReniar