diff --git a/orchagent/portsorch.cpp b/orchagent/portsorch.cpp index 0f6ef956940c..b58670451571 100755 --- a/orchagent/portsorch.cpp +++ b/orchagent/portsorch.cpp @@ -128,6 +128,7 @@ static map interface_type_map = // Interface type map used for auto negotiation static map interface_type_map_for_an = { + { "none", SAI_PORT_INTERFACE_TYPE_NONE }, { "cr", SAI_PORT_INTERFACE_TYPE_CR }, { "cr2", SAI_PORT_INTERFACE_TYPE_CR2 }, { "cr4", SAI_PORT_INTERFACE_TYPE_CR4 },