Re: [ovs-discuss] Inband Behavior in XenServer Host

2011-12-01 Thread David Erickson
On 12/01/2011 01:11 PM, David Erickson wrote: On 12/1/2011 12:05 PM, Ben Pfaff wrote: On Thu, Dec 01, 2011 at 12:02:46PM -0800, David Erickson wrote: On 12/1/2011 12:01 PM, Ben Pfaff wrote: On Wed, Nov 30, 2011 at 06:18:15PM -0800, David Erickson wrote: I think I've run into another semi-rela

Re: [ovs-discuss] ARP Behavior in XenServer Host

2011-12-01 Thread David Erickson
On 12/1/2011 12:05 PM, Ben Pfaff wrote: On Thu, Dec 01, 2011 at 12:02:46PM -0800, David Erickson wrote: On 12/1/2011 12:01 PM, Ben Pfaff wrote: On Wed, Nov 30, 2011 at 06:18:15PM -0800, David Erickson wrote: I think I've run into another semi-related issue with inband. I recently changed the

Re: [ovs-discuss] ARP Behavior in XenServer Host

2011-12-01 Thread Ben Pfaff
On Thu, Dec 01, 2011 at 12:02:46PM -0800, David Erickson wrote: > On 12/1/2011 12:01 PM, Ben Pfaff wrote: > >On Wed, Nov 30, 2011 at 06:18:15PM -0800, David Erickson wrote: > >>I think I've run into another semi-related issue with inband. I > >>recently changed the fail mode of my OVS instances fr

Re: [ovs-discuss] ARP Behavior in XenServer Host

2011-12-01 Thread David Erickson
On 12/1/2011 12:01 PM, Ben Pfaff wrote: On Wed, Nov 30, 2011 at 06:18:15PM -0800, David Erickson wrote: I think I've run into another semi-related issue with inband. I recently changed the fail mode of my OVS instances from standalone to secure because I wanted them to continue using the rules

Re: [ovs-discuss] ARP Behavior in XenServer Host

2011-12-01 Thread Ben Pfaff
On Wed, Nov 30, 2011 at 06:18:15PM -0800, David Erickson wrote: > I think I've run into another semi-related issue with inband. I > recently changed the fail mode of my OVS instances from standalone > to secure because I wanted them to continue using the rules that had > been set in the event the

Re: [ovs-discuss] PATCH lib/netdev-linux.c: Added IPv6 rate limiting support (Linux)

2011-12-01 Thread Justin Pettit
On Nov 30, 2011, at 8:38 AM, Ben Pfaff wrote: > On Wed, Nov 30, 2011 at 04:14:31PM +, Mike Bursell wrote: >> 1.2.2 openvswitch only supports IPv4 rate limiting, though IPv6 >> traffic is correctly handled. > > Justin, you originally implemented policing. Why does policing apply > itself only

Re: [ovs-discuss] OVS and L2 loop preventation protocol like Extreme ESRP

2011-12-01 Thread Pasi Kärkkäinen
On Thu, Dec 01, 2011 at 08:42:03AM -0800, Justin Pettit wrote: > On Dec 1, 2011, at 8:27 AM, Ben Pfaff wrote: > > > On Thu, Dec 01, 2011 at 12:19:01PM +0200, Pasi K?rkk?inen wrote: > >> Any plans to support simple L2 loop preventation protocols like > >> Extreme's ESRP in OVS? > > > > I am not a

Re: [ovs-discuss] OVS and L2 loop preventation protocol like Extreme ESRP

2011-12-01 Thread Pasi Kärkkäinen
On Thu, Dec 01, 2011 at 08:27:01AM -0800, Ben Pfaff wrote: > On Thu, Dec 01, 2011 at 12:19:01PM +0200, Pasi K?rkk?inen wrote: > > Any plans to support simple L2 loop preventation protocols like > > Extreme's ESRP in OVS? > > I am not aware of any work on that. > Ok. > > http://apps.extremenetwo

Re: [ovs-discuss] how to install ovs with openflow on Xenserver?

2011-12-01 Thread Ben Pfaff
Thanks. I pushed this change to master, branch-1.3, branch-1.4. On Thu, Dec 01, 2011 at 11:29:37AM +0530, Ramana Reddy wrote: > Hi Ben, > > Now the instructions are more clear and valid. > Thanks, > Ramana. > > On Thu, Dec 1, 2011 at 2:24 AM, Ben Pfaff wrote: > > > Thank you for the report.

Re: [ovs-discuss] OVS and L2 loop preventation protocol like Extreme ESRP

2011-12-01 Thread Justin Pettit
On Dec 1, 2011, at 8:27 AM, Ben Pfaff wrote: > On Thu, Dec 01, 2011 at 12:19:01PM +0200, Pasi K?rkk?inen wrote: >> Any plans to support simple L2 loop preventation protocols like >> Extreme's ESRP in OVS? > > I am not aware of any work on that. I don't know if it's sufficient for your needs, bu

Re: [ovs-discuss] how to change bonding mode in openvswitch on xenserver 6

2011-12-01 Thread Ben Pfaff
On Thu, Dec 01, 2011 at 05:10:39PM +0530, Amit Tewari wrote: > 1. Following command will create a bond name bond0 having eth1 and > eth2 as part of the bond and add this bond as the port to the bridge br1 > > Ovs-vsctl add-bond br1 bond0 eth1 eth2 That's probably a mistake on XenServer. Yo

Re: [ovs-discuss] OVS and L2 loop preventation protocol like Extreme ESRP

2011-12-01 Thread Ben Pfaff
On Thu, Dec 01, 2011 at 12:19:01PM +0200, Pasi K?rkk?inen wrote: > Any plans to support simple L2 loop preventation protocols like > Extreme's ESRP in OVS? I am not aware of any work on that. > http://apps.extremenetworks.com/libraries/whitepapers/technology/VRRPvsESRP_WP.asp > http://www.techops

[ovs-discuss] how to change bonding mode in openvswitch on xenserver 6

2011-12-01 Thread Amit Tewari
Hi, Please let me know how to change bonding mode in bond created using openvswitch in xenserver 6. I created bond in xenserver 6 using following command:- 1. Following command will create a bond name bond0 having eth1 and eth2 as part of the bond and add this bond as the port to the

[ovs-discuss] OVS and L2 loop preventation protocol like Extreme ESRP

2011-12-01 Thread Pasi Kärkkäinen
Hello, Any plans to support simple L2 loop preventation protocols like Extreme's ESRP in OVS? I'd need something like that. I know one could implement it using ovs openflow and openflow controller.. but I was wondering if there's an 'easier' way currently? http://apps.extremenetworks.com/libr