Hi,
I am able to successfully move packet fields to Reg0,Reg1 using OF flow mod
message.
But Regi0 and Reg1 values are not received by OF controller along with miss
packet.
I am using OF 1.3 Controller.
Thanks
-ns murthy
___
discuss mailing list
d
On Wed, Jul 02, 2014 at 11:05:57AM +0100, Joni Lee wrote:
> Thank you Ben,
>
> - ovs-vswitchd.log did show that the port was added to br-int:
>
> Jun 30 07:30:14|5422458|bridge|INFO|created port qr-3cc2ad9c-a3 on bridge
> br-int
>
>
> - I only found this "No such device" suspicious. Is this lo
On Wed, Jul 02, 2014 at 06:18:39PM +0100, Rafael Gomes wrote:
> I've sent some e-mails before about the incorrect matching behavior
> when I run OpenvSwitch with a controller like Floodlight and
> OpenDaylight. I've been trying to figure out if there is some
> difference in OpenvSwitch's source to
Hello everyone,
I've sent some e-mails before about the incorrect matching behavior when I run
OpenvSwitch with a controller like Floodlight and OpenDaylight. I've been
trying to figure out if there is some difference in OpenvSwitch's source to the
OpenFlow rules matching in the case where I ins
The tcp field is missing, could you try 'ovs-dpctl dump-flow -m' to get
all fields. And use it as input to 'ovsdpctl flow-del'
Thanks,
Alex Wang,
On Wed, Jul 2, 2014 at 1:22 AM, Han Zhou wrote:
> Hi Alex,
>
> On Wed, Jul 2, 2014 at 2:30 PM, Alex Wang wrote:
> >
> >
> >
> > On Tue, Jul 1, 201
Thank you Ben,
- ovs-vswitchd.log did show that the port was added to br-int:
Jun 30 07:30:14|5422458|bridge|INFO|created port qr-3cc2ad9c-a3 on bridge br-int
- I only found this "No such device" suspicious. Is this logged by the "find
Interface" command? (because the command was executed exac
Hi Alex,
On Wed, Jul 2, 2014 at 2:30 PM, Alex Wang wrote:
>
>
>
> On Tue, Jul 1, 2014 at 7:38 PM, Han Zhou wrote:
>>
>> Hi Alex,
>>
>> That's cool!
>> Just one more question.
>> >Due to the race condition in userspace, there is chance that two
>> >overlapping megaflows could be installed
Hi All,
When we write a openflow rule action=local, what will exactly happens.
I mean till what layer the packet will traverse in the local stack. When
will be the packet accepted/ discarded to the local stack. What are the
semantics it should follow.
Thanks,
Ramana.
_
Hi there,
I am working with ovs and mininet just for a few days, and now I have
some difficulties to unterstand one thing.
I have the "official" mininet VM and locally it works fine. I use
another VM running an OVS-installation. I installed it according to the
INSTALL.Debian instructions. This