CentaurusInfra / mizar

Mizar – Experimental, High Scale and High Performance Cloud Network https://mizar.readthedocs.io
https://mizar.readthedocs.io
GNU General Public License v2.0
112 stars 50 forks source link

Add Mizar support for predictable interface naming #519

Closed vinaykul closed 2 years ago

vinaykul commented 3 years ago

Currently, Mizar assumes that the interface name of primary interface in a single NIC system is "eth0". This is not true in the newer OSes that use naming such as "ens33" etc..

We need to fix the Mizar control plane code to handle this scenario.

vinaykul commented 3 years ago

We need this for the 9/30 milestone so Wei will work on fixing this issue.

click2cloud-ashwin commented 3 years ago

Hi @w-yue

Recently I was working on this issue. I came to know that @vinaykul Sir assigned this issue to you. I have made some findings which may help you to resolve this issue.

I will share my internal public repo link. I hope, you will find it useful.

Kindly revert if any confusion arises.

w-yue commented 2 years ago

This issue is closed with solution https://github.com/CentaurusInfra/mizar/pull/555.