Jamie Hannaford | 686c496 | 2014-09-23 10:46:20 +0200 | [diff] [blame] | 1 | // Package ports contains functionality for working with Neutron port resources. |
| 2 | // A port represents a virtual switch port on a logical network switch. Virtual |
| 3 | // instances attach their interfaces into ports. The logical port also defines |
| 4 | // the MAC address and the IP address(es) to be assigned to the interfaces |
| 5 | // plugged into them. When IP addresses are associated to a port, this also |
| 6 | // implies the port is associated with a subnet, as the IP address was taken |
| 7 | // from the allocation pool for a specific subnet. |
Jamie Hannaford | 548d340 | 2014-09-18 15:50:08 +0200 | [diff] [blame] | 8 | package ports |