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:
parent
889edddd18
commit
4078d55b56
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user