[ovs-discuss] ovs-vtep - import error

2019-08-21 Thread Massimiliano Bavelloni
Hello, after compiling (gcc) openvswitch-2.11.1 on ubuntu mate 18.04 LTS, at step 6 of "How to use VTEP Emulator" the command (from /usr/local/share/openvswitch/scripts): ./ovs-vtep . fails with error message: *Traceback (most recent call last):* * File "./ovs-vtep", line 26, in * *

Re: [ovs-discuss] VLAN Tag Match

2019-08-21 Thread Ben Pfaff
On Sun, Aug 18, 2019 at 08:39:56PM +0530, V Sai Surya Laxman Rao Bellala wrote: > Does Openvswitch version 2.5 allows to perform VLAN Tag matching? Yes. ___ discuss mailing list disc...@openvswitch.org

Re: [ovs-discuss] Meter tables

2019-08-21 Thread Ben Pfaff
On Mon, Aug 19, 2019 at 10:45:07AM +0530, V Sai Surya Laxman Rao Bellala wrote: > Can anyone explain what are the advantages of meter tables? They allow you to use meters. Probably that is not your real question, but I don't know what your real question is. What do you really want to know?

Re: [ovs-discuss] Building OvS with clang 32bit - shared and not shared libraries

2019-08-21 Thread Ben Pfaff
OVS doesn't do anything special when it comes to arithmetic. I haven't heard of Clang having trouble with this before. You should probably make sure that these kinds of arithmetic operations work OK in trivial test cases with "clang -m32". On Mon, Aug 19, 2019 at 09:09:49AM +, Sirvys,

Re: [ovs-discuss] OpenVswitch

2019-08-21 Thread aginwala
Not sure what steps you used to compile and install 2.11. Use `export OVS_RUNDIR="/var/run/openvswitch" and then try vsctl commands. On Wed, Aug 21, 2019 at 2:43 AM V Sai Surya Laxman Rao Bellala < laxmanraobell...@gmail.com> wrote: > Hello all, > > Can anyone help me in solving this Bug? > I

Re: [ovs-discuss] [OVN] Aging mechanism for MAC_Binding table

2019-08-21 Thread Ben Pfaff
On Tue, Aug 20, 2019 at 06:11:12PM -0700, Han Zhou wrote: > On Tue, Aug 20, 2019 at 4:57 PM Ben Pfaff wrote: > > > > Let me see if I'm following this correctly. This is what currently > > happens: > > > > - HV1 needs a MAC address for an IP so it broadcasts an ARP request. > > > > - The port

Re: [ovs-discuss] [OVN] Aging mechanism for MAC_Binding table

2019-08-21 Thread Daniel Alvarez Sanchez
On Wed, Aug 21, 2019 at 3:11 AM Han Zhou wrote: > > > > On Tue, Aug 20, 2019 at 4:57 PM Ben Pfaff wrote: > > > > Let me see if I'm following this correctly. This is what currently > > happens: > > > > - HV1 needs a MAC address for an IP so it broadcasts an ARP request. > > > > - The port with

Re: [ovs-discuss] Is there any document about nicira externtion

2019-08-21 Thread kai xi fan
Many thanks. I will check that. The "nxm_packet_in_2" packet_in format contains userdata field. It could be used to save arp or dhcp data corresponded to the host in the flow. Then the controller do not need to constructor these caches. It's used in ovn. Ashish Varma 于2019年8月21日周三 上午12:46写道: >