Never mind, ignore my question. Didn't realize that dump-flows command also
required the -O option.
Thanks
On Fri, Sep 11, 2015 at 3:41 PM, Ray Li wrote:
> Hi, I'm testing this on 2.4.0.
>
> I created a group with some entries, and then added a flow with
> actions=group:. However when I checked
Hi, I'm testing this on 2.4.0.
I created a group with some entries, and then added a flow with
actions=group:. However when I checked the flow table, the flow
entry becomes actions=drop.
Any idea why that happens?
Thanks,
Ray
___
discuss mailing list
d
Hi Joe,
It’s a vm NIC. Ok so the only way to do this is by using a GRE tunnel? Or is
there any other way so that i don’t need to use a tunnel?
Thanks for the reply,
Regards
> On 11 Sep 2015, at 22:58, Joe Stringer wrote:
>
> On 11 September 2015 at 12:12, Pedro Maia wrote:
>> Hello,
>>
>> I
On 11 September 2015 at 12:12, Pedro Maia wrote:
> Hello,
>
> I’m trying to create a network environment in which i have two Machines each
> with 1 VM running openvswitch.
> Both machines are connected to the same switch and the VMs are using the same
> vlan which is mapped on that switch.
> It’
Hi, here's another issue. If I create an empty group first without buckets,
and then run insert-buckets with command_bucket_id=last, it will fail to
add the bucket and somehow delete the empty group. it works if I ran
insert-buckets with command_bucket_id=first though.
On Thu, Sep 10, 2015 at 5:10
Hello,
I’m trying to create a network environment in which i have two Machines each
with 1 VM running openvswitch.
Both machines are connected to the same switch and the VMs are using the same
vlan which is mapped on that switch.
It’s something like
(((ovs1)VM1)Host1)— switch — (Host2(VM2(ovs2)
On Fri, Sep 11, 2015 at 12:04:48PM +0200, Egoitz Urrutia wrote:
> I am having problems with the connection Switch - Controller using OF15.
> I work in a mininet network enviroment, and I put OF15 to the switch with
> this command:
Support for OpenFlow 1.5 isn't complete, so you shouldn't bother
For a very specific reason, I wanted to know if you can add a device that
has it's own memory space and then run the process in OpenVSwitch that
builds and maintains the FIB.
If we can tweak OpenVSwitch to load the process in a separate Linux OS (a
container...and execute the FIB process), we can
Hello,
I am having problems with the connection Switch - Controller using OF15.
I work in a mininet network enviroment, and I put OF15 to the switch with this
command:
root@ryu-vm:~# ovs-vsctl set bridge 1º protocol=OpenFlow15
I am using RYU controller, and when I open an application based on Ope