Indicates that port definition can have specific unallocated IPs

Change-Id: I2eb27e4d697c69f039b0f082b31926eb916cb3d2
Closes-bug: 1078013
This commit is contained in:
Anne Gentle 2014-04-21 12:21:53 -05:00
parent 9accdede20
commit 8a1dc1230d
1 changed files with 10 additions and 10 deletions

View File

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