Merge "Indicates that port definition can have specific unallocated IPs"

This commit is contained in:
Jenkins 2014-05-09 17:09:27 +00:00 committed by Gerrit Code Review
commit 5cdb69e52e

View File

@ -136,16 +136,16 @@
</tr> </tr>
<tr> <tr>
<td align="left">port</td> <td align="left">port</td>
<td colspan="4">A virtual switch port on a logical <td colspan="4">A virtual switch port on a logical network
network switch. Virtual instances attach their switch. Virtual instances attach their interfaces into
interfaces into ports. The logical port also ports. The logical port also defines the MAC address and
defines the MAC address and the IP addresses the IP addresses to be assigned to the interfaces
to be assigned to the interfaces plugged into plugged into them. When creating a port, any unallocated
them. When IP addresses are associated to a IP in the subnet can be stated specifically, even if the
port, this also implies the port is associated IP address is not in the allocation pool. Enabling users
with a subnet, as the IP address was taken to specify the IP explicitly allows them to retain a
from the allocation pool for a specific particular subset of the subnet IPs for static
subnet.</td> allocation.</td>
</tr> </tr>
<tr> <tr>
<td align="left">subnet</td> <td align="left">subnet</td>