Jump to: navigation, search

Difference between revisions of "Neutron/IPv6/PrefixDelegation"

< Neutron‎ | IPv6
(Created page with "=== Prefix Delegation API Extension === This is an API extension to Neutron, to create IPv6 prefix delegation functionality in the Neutron API. https://blueprints.launchpad....")
 
(Design)
Line 6: Line 6:
  
 
=== Design ===
 
=== Design ===
 +
 +
One possible implementation is to create a new API Extension to Neutron, that creates a new resource:
 +
 +
{| border="1" cellpadding="2" cellspacing="0"
 +
| '''Resource'''
 +
|-
 +
| PrefixDelegation
 +
|}
 +
 +
The PrefixDelegation resource would contain the following attributes:
 +
 +
{| class="wikitable"
 +
|-
 +
! PrefixDelegation
 +
|-
 +
| UUID
 +
|-
 +
| Parent Port UUID
 +
|-
 +
| Child Subnet UUID
 +
|}

Revision as of 16:11, 20 March 2014

Prefix Delegation API Extension

This is an API extension to Neutron, to create IPv6 prefix delegation functionality in the Neutron API.

https://blueprints.launchpad.net/neutron/+spec/ipv6-prefix-delegation

Design

One possible implementation is to create a new API Extension to Neutron, that creates a new resource:

Resource
PrefixDelegation

The PrefixDelegation resource would contain the following attributes:

PrefixDelegation
UUID
Parent Port UUID
Child Subnet UUID