Comment 7 for bug 1458890

Revision history for this message
Ed Warnicke (hagbard-0) wrote : Re: Add segment support to Neutron

This sounds remarkably similar to an issue we ran into in OpenDaylight with the Forwarding Model for Policy.

In our case (which may differ from what you are discussion here) we found that endpoints (think ports) always need to live in *some* kind of 'network context'. That 'network context' can be:

- A Flood Domain
- A Bridge Domain
- An L3-Domain (think VRF)

A neutron network is basically defined as a 'bridge domain' out of the box. It sounds like you are saying that you also have L3-Domains you'd like to be able to model as well.

Does this sound similar to what you are asking for here?