Dear all,
I am using OVS 2.1.2
I want to configure a switch with two ports to transparently forward
what comes to one port to the other. These are the rules that I am
using:
cookie=0x0, duration=77674.340s, table=0, n_packets=0, n_bytes=0,
idle_age=65534, hard_age=65534, in_port=1 actions=outpu
Dear all,
I have cloned openvswitch into a private git repository and when
compiling with make I get an error that the distribution is missing
files in dist-hooks-git.
The error comes from this line in Makefile.am:
(cd $(srcdir) && git ls-files) | grep -v '\.gitignore$$' | \
sort -u > all-gitfil
Hi Ben,
Thanks. Looking at struct flow I see the structure flow_tnl. Should
matching fields of the GTP header be declared in here or directly as
members of the flow struct?
Cheers
Daniel
On Tue, Nov 4, 2014 at 6:50 PM, Ben Pfaff wrote:
> On Tue, Nov 04, 2014 at 07:42:36PM +0100, Dani Ca
Dear all,
I am interested in extending Openvswitch to be able to match on GTP-U
fields, typically used in mobile telecom networks. At a high level
what I would like to do is:
1) Have an openflow controller install rules in OVS where the match
portion of the rules includes fields of the GTP-U head
Dear all,
We are testing a custom library that we want to include to
openvswitch. This library uses netlink and the -DCONFIG_LIBNL20
compilation flag.
We can compile the library standalone and it works, but when we add it
to openvswitch the compilation crashes.
The way we add the library to open
sockets.
Thanks for clarifying.
BR
Daniel
On Fri, May 23, 2014 at 5:09 PM, Ben Pfaff wrote:
> On Fri, May 23, 2014 at 11:36:17AM +0200, Dani Camps wrote:
>> We are trying to have ofproto.c calling a function defined in another
>> kernel module. For that we do EXPORT_SYMBOL() in the ot
Dear all,
We are trying to have ofproto.c calling a function defined in another
kernel module. For that we do EXPORT_SYMBOL() in the other module, and
include the corresponding header file in ofproto.c.
The problem we have is that we get compilation errors in ofproto.c because
it can not locate t
Hi,
This is my version:
ovs-vsctl (Open vSwitch) 2.1.1
Compiled Apr 30 2014 14:41:26
BR
Daniel
On Thu, May 22, 2014 at 6:31 PM, Ben Pfaff wrote:
> On Thu, May 22, 2014 at 05:53:56PM +0200, Dani Camps wrote:
> > I think the problem I am having is that the "ARP request
14 at 4:43 PM, Ben Pfaff wrote:
> The OFPP_NORMAL action does act as a normal L2 bridge.
>
> On Thu, May 22, 2014 at 12:29:12PM +0200, Dani Camps wrote:
> > Dear Ben,
> >
> > Thanks, I had already read it. What I do not understand from that
> > explanation tho
, Ben Pfaff wrote:
> On Wed, May 21, 2014 at 06:05:56PM +0200, Dani Camps wrote:
> > Could anyone explain how is in-band supposed to
> > work? Especially the part where an ARP Request to the controller from a
> > connected switch should be treated as a NORMAL packet but stil
Dear all,
I have the following set up:
-- --
So all switches and the controller live in network 192.168.56.0/24.
In the switches, there is the OVS bridge (e.g. s3) who is assigned the ip
address in the network 192.168.56/24, and then there are additional virtual
interfaces that are a
11 matches
Mail list logo