[ovs-discuss] netlink: 'ovs-vswitchd': attribute type 5 has an invalid length.

2019-01-11 Thread Levente Csikor
Hi, I have just compiled and install openvswitch 2.10.0, and everything goes well with the configuration and set up, but when I first add a bridge instance via sudo ovs-vsctl add-br, then dmesg says the following warning/error: netlink: 'ovs-vswitchd': attribute type 5 has an invalid length.

Re: [ovs-discuss] Inserting and using the compiled OVS kernel modules

2019-01-11 Thread Levente Csikor
On Thu, 2019-01-10 at 09:34 -0800, Gregory Rose wrote: > On 1/10/2019 3:37 AM, Levente Csikor wrote: > > Issue has just been solved, sorry for the avalanche of questions :) > > > > The solution was the following: > > I have created a directory for the new module: > > # mkdir

Re: [ovs-discuss] Inserting and using the compiled OVS kernel modules

2019-01-11 Thread Levente Csikor
I have installed the same OVS on another server, but with the same properties (e.g., Ubunt 18.04, linux kernel 4.15.0-32-generic). The make modules_install command now has been processed properly. In particular, - the new module is still in the .../extra folder - but when I want to load the

Re: [ovs-discuss] [SFC NSH] Update "eth_dst" for original packet after decap nsh encapsulation packet.

2019-01-11 Thread Ben Pfaff
I don't think OVS supports this kind of encapsulation. On Fri, Jan 11, 2019 at 10:42:10AM +0900, Hoàng Công Phước wrote: > Hi Ben, thank for your > > I am sorry because I didn't show the encapsulation command. In this case, > original packet is encapsulated 2 times, with nsh and ethernet

Re: [ovs-discuss] netlink: 'ovs-vswitchd': attribute type 5 has an invalid length.

2019-01-11 Thread Gregory Rose
On 1/11/2019 12:37 AM, Levente Csikor wrote: Hi, I have just compiled and install openvswitch 2.10.0, and everything goes well with the configuration and set up, but when I first add a bridge instance via sudo ovs-vsctl add-br, then dmesg says the following warning/error: netlink:

Re: [ovs-discuss] Inserting and using the compiled OVS kernel modules

2019-01-11 Thread Gregory Rose
On 1/11/2019 1:08 AM, Levente Csikor wrote: I have installed the same OVS on another server, but with the same properties (e.g., Ubunt 18.04, linux kernel 4.15.0-32-generic). The make modules_install command now has been processed properly. In particular, - the new module is still in the

Re: [ovs-discuss] [SFC NSH] Update "eth_dst" for original packet after decap nsh encapsulation packet.

2019-01-11 Thread Hoàng Công Phước
here are the document I am following: https://github.com/openvswitch/ovs/blob/master/tests/nsh.at#L65-L68 My ovs version is 2.9.0 and when I check ovs, in version 2.9.0, NSH is supported. Vào Th 7, 12 thg 1, 2019 vào lúc 01:52 Ben Pfaff đã viết: > I don't think OVS supports this kind of