[ovs-discuss] ARP request in openvswitch

2018-03-01 Thread Myra Sh
Hello, Is there any configuration for openvswitch to tells that how to send an ARP request? In some cases, when openvswitch is not a neighbor of another openvswitch, instead of sending the request to the controller, broadcast ARP request and it is not correct. (in wireless networks) Do you know

Re: [ovs-discuss] Running ovs-appctl to trace packet

2018-02-02 Thread Myra Sh
each one, otherwise you end > > up having to give full paths. > > > > On Thu, Feb 01, 2018 at 11:09:42AM -0500, Myra Sh wrote: > > > Thank you for your reply. > > > > > > I tried: > > > OVS_RUNDIR=$(pwd) > > > exportOVS_RUNDIR >

Re: [ovs-discuss] Running ovs-appctl to trace packet

2018-02-01 Thread Myra Sh
other way to trace the packets in OVS? On Wed, Jan 31, 2018 at 4:15 PM, Ben Pfaff <b...@ovn.org> wrote: > On Wed, Jan 31, 2018 at 02:53:25PM -0500, Myra Sh wrote: > > Hello, > > > > I run several instances of OVS and I am using the following command and > > pat

[ovs-discuss] Running ovs-appctl to trace packet

2018-01-31 Thread Myra Sh
Hello, I run several instances of OVS and I am using the following command and path to configure them: ovs-vsctl --db=unix:$(pwd)/db.sock add-br br0 The problem in having several instances is that when I want to run "ovs-appctl ..." to trace packets, I have to define a path or target for this