Bug 2820 - problem to add second TLV with type 127. 82/16682/4
authorJozef Gloncak <jgloncak@cisco.com>
Tue, 17 Mar 2015 10:34:03 +0000 (11:34 +0100)
committerJozef Gloncak <jgloncak@cisco.com>
Fri, 20 Mar 2015 07:40:46 +0000 (08:40 +0100)
commit80aa6ca219506d06a8ad1628271598ffb4fb8710
tree8afd2726d20931dffeff74bb3464483ab17cedab
parent9b2d6abcc63a9253571ed474419039b1fe1914c8
Bug 2820 - problem to add second TLV with type 127.

Custom TLVs aren't saved to map with key type but are stored in
standalone array.

 - fixed list copy (for custom TLV list)
 - extended test
 - involved custom TLV list items into packet length counting
 - published

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