Note: This topic was introduced with the v9.5.0 migration engine and is not applicable to
the legacy engine.
Option-value elementsFor the 9.5.0 migration engine, DNS/DHCP option values for
dhcp-raw-option, dhcp-vendor-option,
dhcp-client-option, and dns-raw-option must be
provided using the option-value tag with a value
attribute:
Legacy Engine:
<dhcp-raw-option server="Adonis">
<value>foo bar 1;</value>
</dhcp-raw-option>
New Migration Engine:
<dhcp-raw-option server="Adonis">
<option-value value="foo bar 1;"/>
</dhcp-raw-option>
Value elements
For other elements that still use value elements, such as user groups
and user-defined fields (UDFs), the data attribute has been changed to
value:
Legacy Engine:
<user-group name="TestUserGroup">
<value name="TestUserGroup-a" data="Test" />
</user-group>
New Migration Engine:
<user-group name="TestUserGroup">
<value name="TestUserGroup-a" value="Test" />
</user-group>