dentproject / dentOS

dentOS SwitchDev based NOS
Other
200 stars 59 forks source link

Fix ports not coming up sometimes on AS4564 #160

Closed eladnachman closed 2 years ago

eladnachman commented 2 years ago

Fix ports not coming up sometimes on AS4564. There is an existing mechanism for other Accton platform to prevent a race condition between the ifupdown2 script and the creation and renaming of the ports by the udev script, which was disabled for AS4564. Enable this for AS4564 as well.

Signed-off-by: Elad Nachman enachman@marvell.com

paulmenzel commented 2 years ago

@brandonchuang, do you remember, why you disabled it in the initial port?

brandonchuang commented 2 years ago

@paulmenzel As far as I can remember, I copied init.py from as4224 but didn't know what it is and how to test, so I disabled it.