Re: [ovs-discuss] Ip grouping in openflow rule

2017-02-22 Thread Tugrul Erdogan
Many thanks for your replies. I will study on OVN. > On Feb 20, 2017, at 12:46 AM, Tugrul Erdogan wrote: > > Hi all, > > I am working on Centos 7 with OVS. I have simple flow rules as stated below: > > ovs-ofctl add-flow ovs-brext "ip, nw_dst=10.3.4.6, actions=drop" > ovs-ofctl add-flow ovs-br

Re: [ovs-discuss] mirror ports aggregation

2017-02-22 Thread Aaron Conole
Laszlo Fekete writes: > > > On 2017. February 20. 15:43:05 Aaron Conole wrote: > >> Laszlo Fekete writes: > >> > Hello! > >> > > >> > > >> > > >> > I have 8 separate ports where have some incomming traffic (not related to > >> > that interface so using promisc) and want to mirror these traf

Re: [ovs-discuss] coding ovs actions

2017-02-22 Thread Pavel Popa
I had the same exact issue back when I started to work on my thesis project, and for what I remember there isn't any developer documentation. The only way was to do a code walkthrough, starting from the utility tool of your interest (ovs-ofctl, ovs-dpctl, etc..). I wrote some documentation in my th

Re: [ovs-discuss] Geneve Tunnel between Containers on Single Host using OVS Overlay n/w

2017-02-22 Thread Guru Shetty
On 22 February 2017 at 09:53, Sanjeev Maheve wrote: > Hello Teams, >I am using openvswitch for connecting Docker containers > on multiple hosts using OVS (overlay networks - Geneve encapsulation). I > have a requirement to connect Docker containers within Single host using > G

Re: [ovs-discuss] Geneve Tunnel between Containers on Single Host using OVS Overlay n/w

2017-02-22 Thread Guru Shetty
On 22 February 2017 at 09:53, Sanjeev Maheve wrote: > Hello Teams, >I am using openvswitch for connecting Docker containers > on multiple hosts using OVS (overlay networks - Geneve encapsulation). I > have a requirement to connect Docker containers within Single host using > G

[ovs-discuss] Geneve Tunnel between Containers on Single Host using OVS Overlay n/w

2017-02-22 Thread Sanjeev Maheve
Hello Teams, I am using openvswitch for connecting Docker containers on multiple hosts using OVS (overlay networks - Geneve encapsulation). I have a requirement to connect Docker containers within Single host using GENEVE tunnel interface - I am wondering if it is possible to add

[ovs-discuss] coding ovs actions

2017-02-22 Thread Alessio Giorgetti
I'm trying to introduce some extended actions in the switch (I'm using Ubuntu and ovs 2.4). My idea is to manipulate the mpls_header, so I need to combine basic mpls actions togheter with some additional code. To do this I started to modify the file /datapath/actions.c I noticed this file is c

Re: [ovs-discuss] OVS and LXC with OpenLisp Control Plane

2017-02-22 Thread Lori Jakab
On 2/22/17 12:59 PM, Massimiliano Gualtieri wrote: > Hi, > > i would like to install OpenLisp control plane on a linux container > and attach to OVS. > When i run the command *make -f Makefile_linux *in the source > directory i get this error: > > *cc */*.c ./*.c -o opencp -L/usr/local/lib/

[ovs-discuss] OVS and LXC with OpenLisp Control Plane

2017-02-22 Thread Massimiliano Gualtieri
Hi, i would like to install OpenLisp control plane on a linux container and attach to OVS. When i run the command *make -f Makefile_linux *in the source directory i get this error: *cc */*.c ./*.c -o opencp -L/usr/local/lib/ -lexpat -lpthread -g -O2 -DHAVE_IPV6 -DLINUX* *thr_pool/thr_pool

[ovs-discuss] OpenLisp cp and OVS

2017-02-22 Thread Massimiliano Gualtieri
Hi, ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss