
# HG changeset patch # User Sharad Mishra <snmishra@us.ibm.com> # Date 1259698251 28800 # Node ID 955cc84d7c9a4964240e77e9e83adfccf40ad5c5 # Parent 52c9710d5c2db50b9b869b0a939778b25c94340d Add IPv6 flag to mof file. Signed-off-by: Sharad Mishra <snmishra@us.ibm.com> diff -r 52c9710d5c2d -r 955cc84d7c9a schema/ResourceAllocationSettingData.mof --- a/schema/ResourceAllocationSettingData.mof Tue Dec 01 12:10:46 2009 -0800 +++ b/schema/ResourceAllocationSettingData.mof Tue Dec 01 12:10:51 2009 -0800 @@ -139,6 +139,9 @@ [Description ("VNC password")] string Password; + + [Description ("Is IPv6 only addressing is to be used")] + boolean IsIPv6Only; }; [Description ("KVM virtual graphics device"), @@ -155,6 +158,9 @@ [Description ("VNC password")] string Password; + + [Description ("Is IPv6 only addressing is to be used")] + boolean IsIPv6Only; }; [Description ("LXC virtual graphics device"), @@ -171,6 +177,9 @@ [Description ("VNC password")] string Password; + + [Description ("Is IPv6 only addressing is to be used")] + boolean IsIPv6Only; }; [Description ("Xen virtual input device"),