Re: [ovs-discuss] VXLAN: How to pass VNI while setting up VXLAN Tunnel

2012-01-24 Thread Justin Pettit
As Ben mentioned, VXLAN isn't merged yet into the main codebase--the patch is currently being reworked--so we can't support it. In the meantime, I'd recommend using GRE, which should do everything you need and has been supported by OVS for a long time, so the interfaces are more stable. --Just

Re: [ovs-discuss] Fw: VXLAN: How to pass VNI while setting up VXLAN Tunnel

2012-01-24 Thread Ben Pfaff
The patches include documentation. Please read it. On Tue, Jan 24, 2012 at 01:08:20PM -0800, senthil arumugam wrote: > Ben > > Sorry. I forgot to mention it. I have applied the patches as per the thread > > [ovs-dev] [PATCH] Implement draft VXLAN L2-over-L3 tunneling protocol. > > And I could

Re: [ovs-discuss] Fw: VXLAN: How to pass VNI while setting up VXLAN Tunnel

2012-01-24 Thread senthil arumugam
Ben Sorry. I forgot to mention it. I have applied the patches as per the thread [ovs-dev] [PATCH] Implement draft VXLAN L2-over-L3 tunneling protocol. And I could ping vm1 and vm2 across this tunnel. What I am looking for is how to pass VNI in the setup command. Thanks =Senthil _

Re: [ovs-discuss] Forcing Switch to Reconnect

2012-01-24 Thread Ben Pfaff
[merging multiposts into a crosspost] On Tue, Jan 24, 2012 at 06:48:27PM +0200, Volkan YAZICI wrote: > On Tue, 24 Jan 2012 07:22:06 -0800, Ben Pfaff writes: > > On Tue, Jan 24, 2012 at 01:53:31PM +0200, Volkan YAZICI wrote: > >> In the controller I need to schedule restarts, which disconnects the

Re: [ovs-discuss] Forcing Switch to Reconnect

2012-01-24 Thread Volkan YAZICI
On Tue, 24 Jan 2012 09:12:56 -0800, Justin Pettit writes: > On Jan 24, 2012, at 8:48 AM, Volkan YAZICI wrote: >> On Tue, 24 Jan 2012 07:22:06 -0800, Ben Pfaff writes: >>> Open vSwitch automatically reconnects after its connection drops. >> >> What is the default delay between retries? Is that some

Re: [ovs-discuss] Forcing Switch to Reconnect

2012-01-24 Thread Justin Pettit
On Jan 24, 2012, at 8:48 AM, Volkan YAZICI wrote: > On Tue, 24 Jan 2012 07:22:06 -0800, Ben Pfaff writes: >> On Tue, Jan 24, 2012 at 01:53:31PM +0200, Volkan YAZICI wrote: >>> In the controller I need to schedule restarts, which disconnects the >>> OVS question: Is it possible to configure OVS to

Re: [ovs-discuss] Forcing Switch to Reconnect

2012-01-24 Thread Volkan YAZICI
On Tue, 24 Jan 2012 07:22:06 -0800, Ben Pfaff writes: > On Tue, Jan 24, 2012 at 01:53:31PM +0200, Volkan YAZICI wrote: >> In the controller I need to schedule restarts, which disconnects the >> OVS question: Is it possible to configure OVS to retry connecting every >> N seconds? > > Open vSwitch au

Re: [ovs-discuss] DataPath ID

2012-01-24 Thread Volkan YAZICI
On Tue, 24 Jan 2012 07:23:32 -0800, Ben Pfaff writes: > On Tue, Jan 24, 2012 at 03:28:08PM +0200, Volkan YAZICI wrote: >> In OVS 1.3.0, how can I set a DPID for an OpenFlow switch? > > ovs-vsctl set Bridge other_config:datapath-id= Thanks so much! ___ d

Re: [ovs-discuss] DataPath ID

2012-01-24 Thread Ben Pfaff
On Tue, Jan 24, 2012 at 03:28:08PM +0200, Volkan YAZICI wrote: > In OVS 1.3.0, how can I set a DPID for an OpenFlow switch? ovs-vsctl set Bridge other_config:datapath-id= ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/li

Re: [ovs-discuss] Forcing Switch to Reconnect

2012-01-24 Thread Ben Pfaff
On Tue, Jan 24, 2012 at 01:53:31PM +0200, Volkan YAZICI wrote: > In the controller I need to schedule restarts, which disconnects the > controller from the switch. But after a few (1-2) seconds, I want my > switches to reconnect to the just started controller, that will be > serving at the same IP

[ovs-discuss] DataPath ID

2012-01-24 Thread Volkan YAZICI
In OVS 1.3.0, how can I set a DPID for an OpenFlow switch? ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Forcing Switch to Reconnect

2012-01-24 Thread Volkan YAZICI
Hi! In the controller I need to schedule restarts, which disconnects the controller from the switch. But after a few (1-2) seconds, I want my switches to reconnect to the just started controller, that will be serving at the same IP address and port. OF question: Is it possible to order the switch