Re: [ovs-discuss] flow table in standalone mode

2018-09-17 Thread Ben Pfaff
On Tue, Sep 11, 2018 at 05:05:15PM +0800, sun joe wrote: > I'm trying to pack OVS into a fibre modem to build a vCPE controlled > by ODL。Reading those documents describing interaction between OVS and ODL, > it seems flow tables should be controlled by ODL and initialized by ODL. > >

Re: [ovs-discuss] OVS Faucet tutorial broken

2018-09-17 Thread Ben Pfaff
On Thu, Sep 13, 2018 at 09:33:54AM +1200, Brad Cowie wrote: > On 31 August 2018 at 08:05, Ben Pfaff wrote: > > > > Well, that wouldn't be too hard, I guess. It's too bad that there's no > > > way with a Table Features Request to just modify *some* of the > > > properties of a table (such as the

Re: [ovs-discuss] What is the best way to map a VTEP flow to an internal port?

2018-09-17 Thread Ben Pfaff
On Sat, Sep 15, 2018 at 07:40:11PM -0600, Grant Taylor via discuss wrote: > What is the best way to map a specific flow ID coming in a VTEP to a > specific internal port? > > # ovs-vsctl add-br br0 > > # ovs-vsctl add-port br0 port0 -- set interface port0 type=internal -- set > port port0

Re: [ovs-discuss] line 17: /usr/local/share/openvswitch/scripts/ovs-lib: No such file or directory

2018-09-17 Thread Ben Pfaff
On Fri, Sep 14, 2018 at 10:36:02PM +, Paul Greenberg wrote: > Running the latest: > > https://github.com/openvswitch/ovs/commit/cd2c1d3b1e03b41f0e2c964fcbdb1e82cde7c794 > > An attempt to start "ovs-vswitchd.service" fails: > > ovs-ctl[2078]: /usr/share/openvswitch/scripts/ovs-kmod-ctl: line

Re: [ovs-discuss] line 17: /usr/local/share/openvswitch/scripts/ovs-lib: No such file or directory

2018-09-17 Thread Gregory Rose
On 9/14/2018 3:36 PM, Paul Greenberg wrote: Running the latest: https://github.com/openvswitch/ovs/commit/cd2c1d3b1e03b41f0e2c964fcbdb1e82cde7c794 An attempt to start "ovs-vswitchd.service" fails: ovs-ctl[2078]: /usr/share/openvswitch/scripts/ovs-kmod-ctl: line 17:

[ovs-discuss] VXLAN over IPSec - what's wrong

2018-09-17 Thread Sebastian Pitei
Hi everyone, I'm trying to build a simple OVS setup as follows: -two OVS switches (on separate machines), both having one physical port (enp0s10) and a virtual one (vxlan0), on the same br0 bridge. -each br0 has a manually set IPv6 address that's being used as source and destination for the

Re: [ovs-discuss] Connection to VM issue

2018-09-17 Thread Flavio Leitner
On Fri, Sep 14, 2018 at 11:22:55AM +, Polossat, Arnaud [FR] wrote: > Hello, > > I would like to connect a CentOS 7 virtual machine to an Open > vSwitch 2.5.0 (OVS) with SSH. The OVS is installed on a CentOS 7 > physical server and the VM, which runs on the same server, is > managed with

Re: [ovs-discuss] [ovs-dev] [PATCH v2] [PATCH] QinQ: support more vlan headers.

2018-09-17 Thread Eric Garver
On Tue, Sep 11, 2018 at 01:10:09AM +, Lilijun (Jerry, Cloud Networking) wrote: > Thanks for your reply. > > In my use case, it's OVS userspace datapath with dpdk. > > My detail case was a bit complicated as follows: > 1. Start the OVS userspace datapath with dpdk in my host server. > 2. A

Re: [ovs-discuss] Starting OVS w/ DPDK ...

2018-09-17 Thread Flavio Leitner
On Thu, Sep 13, 2018 at 04:56:51PM +0200, Andrzej Ostruszka wrote: > First of all, thank you for your reply Flavio. > > On 12.09.2018 19:33, Flavio Leitner wrote: > > On Wed, Sep 12, 2018 at 09:21:18AM +0200, Andrzej Ostruszka wrote: > [...] > >> but when I try to start the vswitchd I'm getting