BUG 2820 - LLDP refactor. 74/21174/3
authorJozef Gloncak <jgloncak@cisco.com>
Tue, 17 Mar 2015 12:35:51 +0000 (13:35 +0100)
committerJozef Gloncak <jgloncak@cisco.com>
Wed, 27 May 2015 09:39:03 +0000 (09:39 +0000)
commit6e875b7412ea4ed282a88dff061ce4aff96cd477
treed4dc828748b4ccddc189833560c8858331924d1c
parent7fbe47abd15ea486c69c08f20c4cb21324775c3f
BUG 2820 - LLDP refactor.

LLDP class field changed from tlvList to mandatoryTLVs, optionalTLVs, customTLVs
Added new create custom TLV value in order to hold security hint for LLDP topology discovery.
Fixed guava bundle import
Fixed apache-lang3 bundle import

Change-Id: I5d0c6b9a9e29213d3f25aa99ff7edd5b30e6c7a8
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
Signed-off-by: Michal Rehak <mirehak@cisco.com>
(cherry picked from commit 26dfd63f953982f661e4e72f306c6a6b8e02cfd4)
(cherry picked from commit 2d82dd8cc1845228818c121070548d4784cc65b7)
opendaylight/commons/liblldp/pom.xml
opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/CustomTLVKey.java [new file with mode: 0644]
opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/LLDP.java
opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/LLDPTLV.java
opendaylight/commons/liblldp/src/test/java/org/opendaylight/controller/liblldp/LLDPTest.java [new file with mode: 0644]