BUG 2820 - LLDP refactor 40/16640/4
authorMichal Rehak <mirehak@cisco.com>
Mon, 16 Mar 2015 17:16:22 +0000 (18:16 +0100)
committerMichal Rehak <mirehak@cisco.com>
Mon, 16 Mar 2015 17:16:22 +0000 (18:16 +0100)
commit26dfd63f953982f661e4e72f306c6a6b8e02cfd4
tree6bb8cfc3b7f0b0a66e54792e5c180181347c1bfa
parent84a56440b34302a615b90018cbead28e3d347644
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>
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