1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

Added IP6 reference in IPAM addresses

This commit is contained in:
Ruben S. Montero 2017-03-21 12:22:19 +01:00
parent 889edddd18
commit 4078d55b56

View File

@ -34,7 +34,7 @@ public:
/* ---------------------------------------------------------------------- */
IPAMRequest(const std::string& _ar_xml) :
ar_xml(_ar_xml), address_xml("<ADDRESS><MAC/><IP/><IP6_GLOBAL/>"
"<IP6_ULA/><SIZE/></ADDRESS>"){};
"<IP6_ULA/><IP6/><SIZE/></ADDRESS>"){};
IPAMRequest(const std::string& _ar_xml, const std::string& _address_xml) :
ar_xml(_ar_xml), address_xml(_address_xml){};
@ -57,6 +57,7 @@ public:
* <ADDRESS>
* <MAC>
* <IP>
* <IP6>
* <IP6_ULA>
* <IP6_GLOBAL>
* <SIZE>