On Mon, Mar 04, 2013 at 05:26:55PM -0800, Bob Lantz wrote:
> From section 4.3 of the OpenFlow 1.0.0 (wire protocol 0x1) spec:
>
> "4.3 Connection Interruption
>
> In the case that a switch loses contact with the controller, as a result of a
> echo request timeout, TLS session timeout, or other d
>From section 4.3 of the OpenFlow 1.0.0 (wire protocol 0x1) spec:
"4.3 Connection Interruption
In the case that a switch loses contact with the controller, as a result of a
echo request timeout, TLS session timeout, or other disconnection, it should
attempt to contact one or more backup control
Hi,
I have created some queues in mininet 2.0 using OVS-VSCTL and want to get
these statistics into my controller.
I am using POX.
sudo ovs-vsctl set Port s1-eth2 qos=@newqos -- --id=@newqos create QoS
type=linux-fifo other-config:max-rate=10 queues=0=@q0,1=@q1 --
--id=@q0 create Queue ot
On Mon, Mar 04, 2013 at 12:55:15PM +0300, Igor Ryzhov wrote:
> Please, help me know, which function works, when computer with OVS
> installed receives a packet.
Please read "Writing a dpif Provider" in PORTING in the OVS source tree:
http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_p
Hello.
Please, help me know, which function works, when computer with OVS
installed receives a packet.
It'll help me to know OVS better, because it's the starting point of it's
work.
Best regards,
Igor Ryzhov
___
discuss mailing list
discuss@openvswitch
Hi Kyle,
it's working now, not sure where the problem in the first place was.
Thanks, for your help.
-martin
On 03.03.2013 03:25, Kyle Mestery (kmestery) wrote:
> On Mar 2, 2013, at 2:29 PM, Martin Mailand wrote:
>> Hi Kyle,
>>
>> I found the patch and applied it. So far so good, gre tunnel ar