Changing type of a single IP address
This packet changes the type of 192.0.2.1 IP address to exclusive.
<packet version="1.4.2.0">
<ip>
<set>
<filter>
<ip_address>192.0.2.1</ip_address>
</filter>
<type>exclusive</type>
</set>
</ip>
</packet>
Changing type of multiple IP addresses
This packet changes the type of 192.0.2.10 and 192.0.2.12 IP addresses to exclusive.
<packet version="1.4.2.0">
<ip>
<set>
<filter>
<ip_address>192.0.2.10</ip_address>
<ip_address>192.0.2.12</ip_address>
</filter>
<type>exclusive</type>
</set>
</ip>
</packet>