Handle ElanTunnelISL NumberFormatException 57/84057/1
authorStephen Kitt <skitt@redhat.com>
Thu, 29 Aug 2019 08:11:26 +0000 (10:11 +0200)
committerStephen Kitt <skitt@redhat.com>
Thu, 29 Aug 2019 08:11:26 +0000 (10:11 +0200)
commitc1ff4591cc925fca028477c456b5db85a633fa56
tree9de949915b8ef34d11820fe14c24f7dfbf89254e
parentc6606d88b9c0aedf52344c4505c6da65f1e3465b
Handle ElanTunnelISL NumberFormatException

This explicitly handles NumberFormatException when converting from
String to BigInteger, without queuing a job if the input data is
invalid.

Change-Id: If9c8e479970c72824ddc399c0f1971dd422842b2
Signed-off-by: Stephen Kitt <skitt@redhat.com>
elanmanager/impl/src/main/java/org/opendaylight/netvirt/elan/internal/ElanTunnelInterfaceStateListener.java