Fix check for pending UUID 91/85991/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 26 Nov 2019 18:24:25 +0000 (19:24 +0100)
committerAbhinav Gupta <abhinav.gupta@ericsson.com>
Wed, 27 Nov 2019 06:42:32 +0000 (06:42 +0000)
commitc01f90847a398fa6d3043965ab4f5782ee1e4217
treef1b9439b3dee1113db4006194d95da1720ca3e15
parent5602bb1b64344d066109af931a521b8f205dec8a
Fix check for pending UUID

The check is wrong here, as it will evaluate to true if original
is null and update has "PENDING" deviceId -- which is definitely not
inteded, as it will invariantly blow up on Uuid instantiation.

Change-Id: I1aedaf6279df2c442c4d5b35b328d86c42a00b86
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
neutronvpn/impl/src/main/java/org/opendaylight/netvirt/neutronvpn/NeutronPortChangeListener.java