BUG-4692: Migrate TCP-MD5 support in concepts package to netty's native-epoll 97/36097/24
authorOm Prakash <op317q@att.com>
Mon, 23 May 2016 17:13:57 +0000 (13:13 -0400)
committerMilos Fabian <milfabia@cisco.com>
Wed, 25 May 2016 21:42:22 +0000 (21:42 +0000)
commit9bacfa291beecb1f477d0bd896b44973c83a8485
tree0c0e877fe66399544c3f02238bc70fd3484b43a1
parent1798e098c6901fb095cd78e486962c8e494c7872
BUG-4692: Migrate TCP-MD5 support in concepts package to netty's native-epoll

The reason for migration is that TCP-MD5 are part of the netty library so There is no need to inject any md5 config modules.
This will require upgrade Netty 4.0.33.Final -> 4.0.36.Final and Added new rfc2385.yang and KeyMapping for md5 key as base changes.
this base changes will be extended to other module like pcep,bgp and pcc-mock for the migration.

Change-Id: I13ce392759cadb569ffed37fcee8e7095bbcc2e7
Signed-off-by: Om Prakash <op317q@att.com>
concepts/src/main/java/org/opendaylight/protocol/concepts/KeyMapping.java [new file with mode: 0644]
concepts/src/main/yang/rfc2385.yang [new file with mode: 0644]
parent/pom.xml