Edward Haas has uploaded a new change for review. Change subject: net schema: Add IPv6 setupNetworks attributes ......................................................................
net schema: Add IPv6 setupNetworks attributes Although IPv6 attributes have been handled by VDSM for some time, they were missing from the schema. Adding IPv6 setupNetworks attributes to the schema. (as type 'SetupNetworkNetAttributes') Change-Id: Ib4999d2eed1aca71adbfc7f3bfca79f8715ff1aa Signed-off-by: Edward Haas <[email protected]> --- M lib/api/vdsmapi-schema.json 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/82/54382/1 diff --git a/lib/api/vdsmapi-schema.json b/lib/api/vdsmapi-schema.json index f697d8e..69f83b7 100644 --- a/lib/api/vdsmapi-schema.json +++ b/lib/api/vdsmapi-schema.json @@ -65,6 +65,15 @@ # @bootproto: #optional Interface autoconfiguration protocol (typically # 'dhcp' or 'none') # +# @ipv6addr: #optional Assign this static IPv6 address to the interface +# ('<ip>/<prefixlen>') +# +# @ipv6gateway: #optional IPv6 address of the network gateway +# +# @ipv6autoconf: #optional Whether use stateless autoconfiguration +# +# @dhcpv6: #optional Whether use DHCPv6 +# # @remove: #optional If True, remove existing network only # # @hostQos: #optional host traffic QoS params. @@ -80,6 +89,8 @@ {'type': 'SetupNetworkNetAttributes', 'data': {'*vlan': 'str', '*bonding': 'str', '*nic': ['str'], '*ipaddr': 'str', '*netmask': 'str', '*gateway': 'str', '*bootproto': 'str', + '*ipv6addr': 'str', + '*ipv6gateway': 'str', '*ipv6autoconf': 'bool', '*dhcpv6': 'bool', '*remove': 'bool', '*hostQos': 'HostQoSParams', '*defaultRoute': 'bool', -- To view, visit https://gerrit.ovirt.org/54382 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib4999d2eed1aca71adbfc7f3bfca79f8715ff1aa Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Edward Haas <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
