Hi,
The allowed address pair extension was added to the neutron api to allow
protocols like VRRP to work. All it dictates are
mac_address/ip_address(cidrs) that are allowed to pass through a neutron
port.
rest inline
On Wed, Jul 1, 2015 at 10:47 AM, Ben Pfaff wrote:
> On Wed, Jul 01, 2015 at 1
On Wed, Jul 01, 2015 at 12:25:58PM -0500, Kyle Mestery wrote:
> On Wed, Jul 1, 2015 at 12:11 PM, Ben Pfaff wrote:
> > Where's the spec for allowed address pairs? It's probably pretty easy
> > to implement in OVN.
> >
> The API developer documentation is here [1]. The BP with a link to a google
>
On Wed, Jul 1, 2015 at 12:11 PM, Ben Pfaff wrote:
> On Wed, Jul 01, 2015 at 11:11:05AM +0300, Gal Sagie wrote:
> > As you might know, allowed address pairs in neutron is an extension to
> > allow port
> > to have more then a pair of MAC-IP addresses assigned to it.
> > This is useful for cases of
On Wed, Jul 01, 2015 at 11:11:05AM +0300, Gal Sagie wrote:
> As you might know, allowed address pairs in neutron is an extension to
> allow port
> to have more then a pair of MAC-IP addresses assigned to it.
> This is useful for cases of where few VM's need to share virtual MAC/IP,
> like
> for VRR
On Wed, Jul 01, 2015 at 08:30:20AM -0400, Russell Bryant wrote:
> On 07/01/2015 04:11 AM, Gal Sagie wrote:
> > Hello Everyone,
> >
> > As you might know, allowed address pairs in neutron is an extension to
> > allow port
> > to have more then a pair of MAC-IP addresses assigned to it.
> > This is
On 07/01/2015 04:11 AM, Gal Sagie wrote:
> Hello Everyone,
>
> As you might know, allowed address pairs in neutron is an extension to
> allow port
> to have more then a pair of MAC-IP addresses assigned to it.
> This is useful for cases of where few VM's need to share virtual MAC/IP,
> like
> for
Hello Everyone,
As you might know, allowed address pairs in neutron is an extension to
allow port
to have more then a pair of MAC-IP addresses assigned to it.
This is useful for cases of where few VM's need to share virtual MAC/IP,
like
for VRRP, Load balancing, NFV use cases and so on...
(Aaron w