Is there a possibility that I can hardcode interface name(say eth1) to a specific interface in the linux driver code?
This is in a controlled environemnt only, so breaking from default linux way(dynamically assigning name) is ok.
|
Is there a possibility that I can hardcode interface name(say eth1) to a specific interface in the linux driver code? This is in a controlled environemnt only, so breaking from default linux way(dynamically assigning name) is ok.
| |||
|
feedback
|
|
You may not need to do that; you could instead just fiddle with the dynamic assignment mechanism. Check out the man page and docs for | |||||||
feedback
|
|
You can rename network devices which are not up using the "ifconfig" command or the ioctl it uses. I strongly recommend that you don't :) | |||
|
feedback
|