openBackhaul / wireInterface

Technology specific interface definition for Ethernet PHY interfaces according to IEEE 802.3
Apache License 2.0
3 stars 1 forks source link

Capability do not provide for declaring isolation support #15

Closed niloda closed 4 years ago

niloda commented 4 years ago

Some devices do not implement the separation of PHY from higher network levels. The current model provides an attribute (isolationIsOn) in WireInterfaceConfiguration to enable and disable isolation but in WireInterfaceCapability an attribute is not provided to declare if the device implements this function.

The proposed solution: Adding the Boolean isolationIsAvail attribute to WireInterfaceCapability

openBackhaul commented 4 years ago

WireInterfaceCapability::isolationIsAvail attribute with comment "1 = Separation of the PHY from higher network layers is supported by the device. Maintenance feature. Source: 802.3." added.