Allow interface type value none (#9098)

This PR allow user to set none value to interface type. So there is a way to achieve the goal via CLI:

config interface type XXX none
config interface speed XXX 10000
config interface type XXX CR
This commit is contained in:
Junchao-Mellanox 2021-11-06 10:09:14 +08:00 committed by Judy Joseph
parent d627587377
commit 3a8807e72f

View File

@ -151,6 +151,7 @@ module sonic-types {
enum XAUI;
enum XFI;
enum XGMII;
enum none;
}
}