1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
======
subnet
======
A **subnet** is a block of IP addresses and associated configuration state.
Subnets are used to allocate IP addresses when new ports are created on a
network.
Network v2
.. NOTE(efried): have to list these out one by one; 'subnet *' pulls in
subnet pool *.
.. autoprogram-cliff:: openstack.network.v2
:command: subnet create
.. autoprogram-cliff:: openstack.network.v2
:command: subnet delete
.. autoprogram-cliff:: openstack.network.v2
:command: subnet list
.. autoprogram-cliff:: openstack.network.v2
:command: subnet set
.. autoprogram-cliff:: openstack.network.v2
:command: subnet show
.. autoprogram-cliff:: openstack.network.v2
:command: subnet unset
|