running: "systemctl start network" without NetworkManager installed <br />
fails for non-wireless interfaces because is_wireless_device()<br />
in /etc/sysconfig/network-scripts/network-functions<br />
doesn't return a correct answer for non-wireless interfaces.<br />
This is because iwconfig seems to return "Not connected."<br />
instead of "no wireless extensions" for non-wireless interfaces.
↧