Re: [ovs-discuss] [ovs-announce] Open vSwitch 2.8.0 Available

2017-11-14 Thread Zhao, Haiyang A. (NSB - CN/Nanjing)
Hi, How to use 802.1ad, does have any document? Thanks BR Haiyang The Open vSwitch team is pleased to announce the release of Open vSwitch 2.8.0: http://openvswitch.org/releases/openvswitch-2.8.0.tar.gz A few other feature highlights of 2.8.0 include: -

Re: [ovs-discuss] Can't add a row into a table with ovsdb-client

2017-11-14 Thread Ben Pfaff
On Tue, Nov 14, 2017 at 09:28:31PM -0500, Scott Reeve wrote: > At this point, I would be fine to just add an empty row. > > RFC shows this: > --- > > 5.2.1 . Insert > >The "insert" object contains the following m

Re: [ovs-discuss] Can't add a row into a table with ovsdb-client

2017-11-14 Thread Scott Reeve
At this point, I would be fine to just add an empty row. RFC shows this: --- 5.2.1 . Insert The "insert" object contains the following members: "op": "insert" required "table": requir

Re: [ovs-discuss] Integration of ovn/ovs with kubernetes

2017-11-14 Thread Guru Shetty
On 14 November 2017 at 14:40, Sébastien Bernard wrote: > Hello, > > I'm looking for some pieces of advise to use a network based on > openvswitch with kubernetes. > > I've tried to follow the following document https://github.com/openvswitch > /ovn-kubernetes, with some success and some failures.

[ovs-discuss] Integration of ovn/ovs with kubernetes

2017-11-14 Thread Sébastien Bernard
Hello, I'm looking for some pieces of advise to use a network based on openvswitch with kubernetes. I've tried to follow the following document https://github.com/openvswitch/ovn-kubernetes, with some success and some failures. First, it's not really clear what version of kubernetes is sup

Re: [ovs-discuss] Help adding ports in ovs-sandbox

2017-11-14 Thread Ben Pfaff
ovs-vswitchd running in the sandbox doesn't interact with the system at all, so ports you create there won't appear when you run system utilities. On Tue, Nov 14, 2017 at 07:29:16PM +, Omar Ramadan wrote: > Hello, > > > I am using the ovs-sandbox to run ovs-vswitchd in gdb and am having some

Re: [ovs-discuss] ovs-2.8 Cannot open /dev/uio0

2017-11-14 Thread Shivaram Mysore
What is the output of the following commands: lshw -c network -businfo lspci | egrep -i --color 'network|ethernet' lsmod | grep uio /sbin/dpdk-devbind --status On Mon, Nov 13, 2017 at 9:29 PM, 王嵘 wrote: > I just want to use ovs-2.8 for userspace connection-track, and I choose > the latest

Re: [ovs-discuss] Can't add a row into a table with ovsdb-client

2017-11-14 Thread Ben Pfaff
On Tue, Nov 14, 2017 at 02:40:22PM -0500, Scott Reeve wrote: > Tried a whole bunch of things but none seem to work. > There is one db: "hardware_vtep" > One of the tables is Ucast_Macs_Local: > > > "Ucast_Macs_Local": { > "columns": { > "MAC": { > "type": "string"}, >

[ovs-discuss] Can't add a row into a table with ovsdb-client

2017-11-14 Thread Scott Reeve
Tried a whole bunch of things but none seem to work. There is one db: "hardware_vtep" One of the tables is Ucast_Macs_Local: "Ucast_Macs_Local": { "columns": { "MAC": { "type": "string"}, "ipaddr": { "type": "string"}, "locator": { "

[ovs-discuss] Help adding ports in ovs-sandbox

2017-11-14 Thread Omar Ramadan
Hello, I am using the ovs-sandbox to run ovs-vswitchd in gdb and am having some trouble adding ports to a bridge I've created. The port is added to the bridge, however the link state is down and neither the bridge nor the added port appear in the list of system interfaces. Therefore, it isn't

Re: [ovs-discuss] Multiple Goto on Single Flow Statement

2017-11-14 Thread Ben Pfaff
On Tue, Nov 14, 2017 at 07:14:13PM +, Michael Williams wrote: > Under OvS 2.4.1 when we issue the following command; > > sudo ovs-ofctl -O OpenFlow13 add-flow s1 > table=0,in_port=2,actions=goto_table:1,goto_table:2 > > > we get this message; > > ovs-ofctl: instruction goto_table may be sp

[ovs-discuss] Multiple Goto on Single Flow Statement

2017-11-14 Thread Michael Williams
Under OvS 2.4.1 when we issue the following command; sudo ovs-ofctl -O OpenFlow13 add-flow s1 table=0,in_port=2,actions=goto_table:1,goto_table:2 we get this message; ovs-ofctl: instruction goto_table may be specified only once Does OvS support this in later versions? ___

Re: [ovs-discuss] OVN Logical Router Port ARP response

2017-11-14 Thread Hui Xiang
Hi Tiago, Thanks much, finally figure out that need to add dl_dst=01:00:00:00:00:00 as well, then it match eth.mcast, otherwise it will be seen unknown MAC. Hui. On Tue, Nov 14, 2017 at 6:53 PM, Tiago Lam wrote: > Hi Hui, > > I don't think the query you are providing to ovn-trace is correct,

Re: [ovs-discuss] OVN Logical Router Port ARP response

2017-11-14 Thread Tiago Lam
Hi Hui, I don't think the query you are providing to ovn-trace is correct, hence why you see differences between your "real case" and the "tracing case". If you look at the first (commented) line that ovn-trace prints, you can see both eth.dst and eth.src being set to "00:00:00:00:00:00". Since t

Re: [ovs-discuss] Debugging ct dnat openflow action

2017-11-14 Thread Hui Xiang
Oh, it should be OK without above mentioned patches under kernel 4.6, just saw below code, thanks everyone for the help. #if LINUX_VERSION_CODE < KERNEL_VERSION(4,6,0) /* Linux 4.5 and older depend on skb_dst being set when recalculating * checksums after NAT helper has mangled TCP or UDP packet p