Fixing a NullPointerException in Neutron Interface (Bug-323)
authorMadhu Venugopal <mavenugo@gmail.com>
Fri, 17 Jan 2014 23:58:30 +0000 (15:58 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 13 Feb 2015 16:05:04 +0000 (08:05 -0800)
commit3e182b51e36d77f2e04dca27e4ac6ca28cbdb3a3
treef71cb2a01db9c473afdd0028aabe9a14a9f8c100
parent689d5e025bd1878da328a7af04d89471441b19f9
Fixing a NullPointerException in Neutron Interface (Bug-323)

Ideally, this condition should never occur. But there seems to be a consistency issue in the ML2 driver
which could potentially result in this condition. While we are addressing the root-cause in ODL ML2
driver, we should also patch our side of the interface as well to avoid failing for such conditions when
it is harmless for a few usecases.

Change-Id: Iff5fdb76b45280aba38607cdcf82715cb4338b05
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronSubnet_IPAllocationPool.java