Hi,
Our host kernel is " Linux host16 3.17.4-301.fc21.x86_64 #1 SMP Thu Nov 27
19:09:10 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux "
Our guest kernel is
" Red Hat Enterprise Linux Server 7.1(Maipo) Kernel 3.10.0-229.20.1.e17.x86_64
on an x86_64 "
We try to use DPDK2.1. but no effect.
-Orig
> On Dec 29, 2015, at 3:18 AM, Ali Volkan Atli
> wrote:
>
> Hi all
>
> I started a ovs-vswitchd like this:
>
> sudo ovs-vswitchd --pidfile -v tcp:127.0.0.1:6653
You need to specify the ovsdb-server address as the argument, not the OpenFlow
controller. You then add the controller informatio
> On Dec 29, 2015, at 6:06 AM, Tobias Erbshäußer
> wrote:
>
> Hi,
>
> I need to execute an action whenever a special packet arrives. The arriving
> packet must exactly match a predefined one - even the content must be exactly
> the same. All tutorials I found were only matching parts of the
Hi,
I need to execute an action whenever a special packet arrives. The arriving
packet must exactly match a predefined one - even the content must be
exactly the same. All tutorials I found were only matching parts of the
packet headers. Is content matching even possible with Open vSwitch?
___
I know that OVS can only communicate with a controller to notify mismatch. Is
there any exception or any way else that OVS can communicate with an
application through a raw socket?If the answer is no then the scenario i'm
imaginig would be the following:ovs -> controller -> raw socket -> my
app
Hi all
I started a ovs-vswitchd like this:
sudo ovs-vswitchd --pidfile -v tcp:127.0.0.1:6653
and then ovs-testcontroller as follows:
sudo ovs-testcontroller ptcp: --pidfile
but it cannot connect to ovs-vswitchd which gives a parse error for jsonrpc. I
think it should be related to the OVSDB
Hi Kevin,
Our host kernel is " Linux host16 3.17.4-301.fc21.x86_64 #1 SMP Thu Nov 27
19:09:10 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux "
Our guest kernel is
" Red Hat Enterprise Linux Server 7.1(Maipo)
Kernel 3.10.0-229.20.1.e17.x86_64 on an x86_64 "
We try to use DPDK2.1. but no effect.
-