mr-canoehead / network_performance_monitor

Network Performance Monitor - a portable tool for troubleshooting performance issues with home networks
GNU General Public License v3.0
84 stars 21 forks source link

Add a test to check if Predictable Network Interface Names is enabled. #5

Closed mr-canoehead closed 4 years ago

mr-canoehead commented 4 years ago

The setup scripts should check that Predictable Network Interface Names is enabled. If it's not, the scripts should show an error message and prompt the user to run raspi-config and enable that setting. Changing this setting requires a reboot.

mr-canoehead commented 4 years ago

The setup scripts now check that Predictable Network Interface Names is enabled. If it isn't, they show an error message directing the user to enable this option, reboot, and run the setup script again.