Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: V3.9.0.0
-
Fix Version/s: V3.9.0.1, V3.9.1.0 (trunk)
-
Component/s: Core
-
Labels:None
-
Account:SPC EthernetIp Core (SPCETHERNET)
Description
When the Eip-Core is configured to not support the LLDP Data Table object (0x10A) - which is only possible when building a custom COM firmware - the LLDP Datastore attribute 4 (LLDP Management Object - 0x109) incorrectly reports that the "LLDP Data Table Object" is supported by setting bit 0.
According to the expected behavior, bit 0 should be 0 in this case, indicating that the LLDP Data Table object is not available.
Steps to Reproduce:
- Build a custom COM firmware without support for the LLDP Data Table object (0x10A).
- Observe the value of LLDP Datastore attribute 4 (0x109).
- Bit 0 is incorrectly set to 1 instead of 0.
Expected Behavior:
- Bit 0 of LLDP Datastore attribute 4 (0x109) should be 0 when the LLDP Data Table object (0x10A) is not supported.
Actual Behavior:
- Bit 0 is incorrectly set to 1, indicating support for the LLDP Data Table object despite it being unavailable.
Impact:
This incorrect reporting may lead to misinterpretation of LLDP capabilities and potential issues with network management tools relying on this attribute.
Suggested Fix:
Ensure that bit 0 of LLDP Datastore attribute 4 (0x109) is correctly set to 0 when the LLDP Data Table object (0x10A) is not included in the build.
Attachments
Issue Links
- mentioned in
-
Page Loading...