mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
ipv6: Set IPv6 CIDR and Gateway in 'nic' profileWithout this information a NPE might be triggered when starting a VR, SSVM or CP as this information is read from the 'nics' table and causes a NPE. During deployment we should set the IPv6 Gateway and CIDR for the NIC object so that it is persisted to the database. Signed-off-by: Wido den Hollander <wido@widodh.nl> * pr/1927: ipv6: Set IPv6 CIDR and Gateway in 'nic' profile Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com>