Don't check net type for empty adj list 87/76987/2
authorJosh <jhershbe@redhat.com>
Mon, 15 Oct 2018 09:13:44 +0000 (12:13 +0300)
committerSam Hague <shague@redhat.com>
Tue, 16 Oct 2018 12:53:35 +0000 (12:53 +0000)
commitd13f2e16fc0f0d218477c03eadd36e79ea40b3e8
treef0b7e51c42bf891a689d9f667aa8f8ec3ea03a43
parent631366410823151fb12a2056b5b988123be89b18
Don't check net type for empty adj list

The code previously assumed that if the
list was present it would not be empty
resulting in the flawed conclusion that
the non-existant adjacency is of the
wrong IP version ;-)

Change-Id: I5ff8c4fc54a637cc02a3fe18e7c522183c869274
Signed-off-by: Josh <jhershbe@redhat.com>
vpnmanager/impl/src/main/java/org/opendaylight/netvirt/vpnmanager/iplearn/AbstractIpLearnNotificationHandler.java