Skip to content

New Network Data and Improved Information Report

Compare
Choose a tag to compare
@robertpeteuil robertpeteuil released this 02 Jan 02:48
· 87 commits to master since this release
3bc43a5

Added

  • Network Info Enhancements
    • Added collection/display of: Adapter Name, IPv6 Address and MAC Address (for active connections)
      • Report only displays data for Active and Non-Virtual Adapters
      • Report only displays defined data (IPv6 not displayed if not assigned or only a local-link address)
    • Gathers network data via ip and ifconfig based on command availability on host
    • Gathers InternetIP via dig and curl based on command availability on host

Changed

  • Information Report
    • Reorganized Report to minimize number of lines, improve ability to quickly scan data
    • Incorporate new Network Info without adding additional lines
    • Added "compressed output" mode (accessed by using -c parameter)
      • Eliminates whitespace lines in Report (these lines improve scan-ability but use more screen-space)
    • Changed most colors used in the report from bold to normal
  • Enhanced conditional checks when calling non-core commands to eliminates aborts