Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
1171
Description
create subnet with disabled gateway from openstack sends the neutron request with ipaddress as empty string
which is not handled in NeutronSubnet.java class of northbound of ODL.
only check for null is handled.due to which it gives null pointer exception when used in case of disabled gateway.