mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-11 18:35:28 +00:00
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:
@@ -151,6 +151,7 @@ module sonic-types {
|
||||
enum XAUI;
|
||||
enum XFI;
|
||||
enum XGMII;
|
||||
enum none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user