Re: [ovs-dev] OpenStack Proposal: Integration with OVN L3 Gateway

2016-06-08 Thread Brian Haley
On 06/07/2016 04:50 PM, Amitabha Biswas wrote: This proposal outlines the modifications needed in networking-ovn (addresses https://bugs.launchpad.net/networking-ovn/+bug/1551717 ) to provide Floating IP (FIP) and SNAT using the L3 gatewa

Re: [ovs-dev] [PATCH] ovn-nb: Add port_security proposal.

2015-09-16 Thread Brian Haley
On 09/16/2015 11:24 AM, Ben Pfaff wrote: On Thu, Sep 10, 2015 at 10:22:46PM -0400, Brian Haley wrote: On 9/10/15 2:54 PM, Ben Pfaff wrote: diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml +80:fa:5b:06:72:b7 192.168.1.10/24 IPv6 too ? :) I don't think an IPv6 example would cl

Re: [ovs-dev] [PATCH] ovn-nb: Add port_security proposal.

2015-09-10 Thread Brian Haley
On 9/10/15 2:54 PM, Ben Pfaff wrote: diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml +80:fa:5b:06:72:b7 192.168.1.10/24 IPv6 too ? :) + + This adds further restrictions to the first example. The host may + send IPv4 packets from or receive IPv4 packets to on

Re: [ovs-dev] [PATCH] odp-util: Handle ipv6 in set nw action.

2012-01-09 Thread Brian Haley
On 01/06/2012 07:01 PM, Pravin B Shelar wrote: > --- a/lib/packets.h > +++ b/lib/packets.h > @@ -464,4 +464,14 @@ void *snap_compose(struct ofpbuf *, const uint8_t > eth_dst[ETH_ADDR_LEN], > const uint8_t eth_src[ETH_ADDR_LEN], > unsigned int oui, uint16_t s

Re: [ovs-dev] [PATCH] socket-util: Correctly return negative values for errors.

2011-12-07 Thread Brian Haley
On 12/06/2011 06:55 PM, Ben Pfaff wrote: > The comment on this function says that negative values indicate errors, and > the callers assume that too, but in fact it was returning positive errno > values, which are indistinguishable from valid fd numbers. > @@ -716,6 +716,7 @@ inet_open_passive(int

Re: [ovs-dev] [PATCH] datapath: Better handle vlan packets sent to userspace.

2011-11-17 Thread Brian Haley
On 11/17/2011 09:07 PM, Jesse Gross wrote: > On Thu, Nov 17, 2011 at 5:45 PM, Brian Haley wrote: >> On 11/17/2011 07:05 PM, Jesse Gross wrote: >>> diff --git a/datapath/datapath.c b/datapath/datapath.c >>> index c43adf9..4a51da6 100644 >>> --- a/datapath/data

Re: [ovs-dev] [PATCH] datapath: Better handle vlan packets sent to userspace.

2011-11-17 Thread Brian Haley
On 11/17/2011 07:05 PM, Jesse Gross wrote: > diff --git a/datapath/datapath.c b/datapath/datapath.c > index c43adf9..4a51da6 100644 > --- a/datapath/datapath.c > +++ b/datapath/datapath.c > @@ -437,17 +437,28 @@ static int queue_userspace_packet(int dp_ifindex, > struct sk_buff *skb, >

Re: [ovs-dev] [PATCH 04/11] ofproto-dpif: Drop special packets more judiciously.

2011-09-07 Thread Brian Haley
Hi Ethan, On 09/06/2011 10:32 PM, Ethan Jackson wrote: > Before this patch, ofproto-dpif would not forward any LACP or CFM > packets regardless of whether or not the relevant modules were > configured on the in_port. > > Feature #6316. > --- > ofproto/ofproto-dpif.c | 19 --- >