BUG-4692: Migrate TCP-MD5 support in BMP package to netty's native-epoll 49/39849/8
authorOm Prakash <op317q@att.com>
Sat, 18 Jun 2016 03:23:55 +0000 (23:23 -0400)
committerMilos Fabian <milfabia@cisco.com>
Sat, 16 Jul 2016 17:22:44 +0000 (19:22 +0200)
commit8509f34143cc3732cb47a1c17863c34e2be37bc0
tree19d637e7f077c07a3d9b6f2f4a0cc50021f0c7b7
parent47d4ef11c3d12612b990eed107d4a4494953ea47
BUG-4692: Migrate TCP-MD5 support in BMP 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 in BMP package.
This change will include to extended concepts package change , upgrade Netty 4.0.33.Final -> 4.0.36.Final and remove the code of md5 package to use e-poll for this change.

Change-Id: Ib499736868f32642ed6741be10288943615a13a2
Signed-off-by: Om Prakash <op317q@att.com>
13 files changed:
bgp/bmp-api/pom.xml
bgp/bmp-impl/pom.xml
bgp/bmp-impl/src/main/java/org/opendaylight/controller/config/yang/bmp/impl/BmpDispatcherImplModule.java
bgp/bmp-impl/src/main/java/org/opendaylight/controller/config/yang/bmp/impl/BmpMonitorImplModule.java
bgp/bmp-impl/src/main/java/org/opendaylight/protocol/bmp/impl/BmpDispatcherImpl.java
bgp/bmp-impl/src/main/java/org/opendaylight/protocol/bmp/impl/app/BmpMonitoringStationImpl.java
bgp/bmp-impl/src/main/yang/odl-bmp-impl-cfg.yang
bgp/bmp-impl/src/test/java/org/opendaylight/protocol/bmp/impl/app/BmpMonitorImplTest.java
bgp/bmp-impl/src/test/java/org/opendaylight/protocol/bmp/impl/session/BmpDispatcherImplTest.java
bgp/bmp-mock/src/test/java/org/opendaylight/protocol/bmp/mock/BmpMockDispatcherTest.java
bgp/bmp-mock/src/test/java/org/opendaylight/protocol/bmp/mock/BmpMockTest.java
bgp/bmp-spi/pom.xml
bgp/bmp-spi/src/main/java/org/opendaylight/protocol/bmp/api/BmpDispatcher.java