[ovs-discuss] Fw:assert failure for recirc_id_node_unref

2018-12-19 Thread 汪翰林
Anyone met this case or give some suggestions, many thanks! Forwarding messages From: "汪翰林" Date: 2018-12-15 15:35:40 To: "b...@openvswitch.org" Subject: assert failure for recirc_id_node_unref hi,we got assert failure when running openvswitch for a long time, maybe some

[ovs-discuss] Fw:assert failure for recirc_id_node_unref

2018-12-19 Thread 汪翰林
Anyone met this case or solved this problem already? Forwarding messages From: "汪翰林" Date: 2018-12-15 15:35:40 To: "b...@openvswitch.org" Subject: assert failure for recirc_id_node_unref hi,we got assert failure when running openvswitch for a long time, maybe some weeks

[ovs-discuss] open vswitch / openflow includes for nicira extensions

2018-12-19 Thread Raymond Burkholder
I have been using header file definitions found in https://www.opennetworking.org/wp-content/uploads/2014/10/openflow-switch-v1.4.1.pdf to build an open flow controller. The controller communicates successfully with openvswitch. But in tutorials such as https://github.com/openvswitch/ovs/blob

Re: [ovs-discuss] Single nic server and ovn

2018-12-19 Thread Grant Taylor via discuss
On 12/19/2018 02:51 PM, Vasiliy Tolstov wrote: I know about that, but if ovs have panics/crushes or misconfigured i can' get access to my server via ethernet Fair concern. I've not personally experienced problems with OvS. But I'm not pushing it. You might consider something like MACVLAN and

Re: [ovs-discuss] Single nic server and ovn

2018-12-19 Thread Ben Pfaff
"send traffic"? Definitely not true. Localnet ports do need the Ethernet device to be part of an OVS bridge, but the device doesn't have to be reserved exclusively for OVS. Which tutorials are putting out this information? We can correct them or ask the authors to correct them. On Thu, Dec 20,

Re: [ovs-discuss] Single nic server and ovn

2018-12-19 Thread Raymond Burkholder
On 2018-12-19 2:51 p.m., Vasiliy Tolstov wrote: ср, 19 дек. 2018 г. в 22:31, Grant Taylor via discuss : On 12/18/2018 11:56 PM, Vasiliy Tolstov wrote: Hi, i have some servers that have only one nic for network. As i understand for ovn i need to add this interface to ovs bridge. But for host a

Re: [ovs-discuss] Single nic server and ovn

2018-12-19 Thread Vasiliy Tolstov
ср, 19 дек. 2018 г. в 22:31, Grant Taylor via discuss : > > On 12/18/2018 11:56 PM, Vasiliy Tolstov wrote: > > Hi, i have some servers that have only one nic for network. As i > > understand for ovn i need to add this interface to ovs bridge. > > But for host access i need some ip address on server

Re: [ovs-discuss] Single nic server and ovn

2018-12-19 Thread Vasiliy Tolstov
As i understand in various tutorials i need to add ethernet device to ovs to be able to send traffic or use localnet port ср, 19 дек. 2018 г. в 20:16, Ben Pfaff : > > On Wed, Dec 19, 2018 at 09:56:28AM +0300, Vasiliy Tolstov wrote: > > Hi, i have some servers that have only one nic for network. As

Re: [ovs-discuss] Single nic server and ovn

2018-12-19 Thread Grant Taylor via discuss
On 12/18/2018 11:56 PM, Vasiliy Tolstov wrote: Hi, i have some servers that have only one nic for network. As i understand for ovn i need to add this interface to ovs bridge. But for host access i need some ip address on server and also if ovs or ovn is down or something else with this services

Re: [ovs-discuss] Connection loss when adding comm interface to ovs

2018-12-19 Thread Ben Pfaff
On Wed, Dec 19, 2018 at 02:19:49PM +0200, Sara Gittlin wrote: > Ok - found the answer for the 1st question in > http://docs.openvswitch.org/en/latest/faq/issues/ > you have to assign the ip-address to the br0. > what about my 2nd question : how to delete the persistent ovs configuration > file befo

Re: [ovs-discuss] Single nic server and ovn

2018-12-19 Thread Ben Pfaff
On Wed, Dec 19, 2018 at 09:56:28AM +0300, Vasiliy Tolstov wrote: > Hi, i have some servers that have only one nic for network. As i understand > for ovn i need to add this interface to ovs bridge. > But for host access i need some ip address on server and also if ovs or ovn > is down or something e

Re: [ovs-discuss] a small mistake in function call

2018-12-19 Thread Ben Pfaff
On Wed, Dec 19, 2018 at 05:44:23PM +0800, shaoke xi wrote: > I am reading the source code about QoS module now, and I find there is a > small mistake at line 3801 in function sfq_tc_load() of file > ovs/lib/netdev-linux.c. When it calls the function sfq_install__(), it > passes parameter perturb fi

[ovs-discuss] ovs configuration for my setup

2018-12-19 Thread Sara Gittlin
Hello i have 3 physical interfaces eth0, eth1,eth2 in my server A eth0 is the interface to reach the default GW and it is also the communication interface - i.e. I can reach A only through eth0. eth1 and eth2 are connected back to back to another server B. **My requirement** is to send packets f

Re: [ovs-discuss] Connection loss when adding comm interface to ovs

2018-12-19 Thread Sara Gittlin
Ok - found the answer for the 1st question in http://docs.openvswitch.org/en/latest/faq/issues/ you have to assign the ip-address to the br0. what about my 2nd question : how to delete the persistent ovs configuration file before running ovs ? -Sara On Wed, Dec 19, 2018 at 1:31 PM Sara Gittlin wr

[ovs-discuss] Connection loss when adding comm interface to ovs

2018-12-19 Thread Sara Gittlin
Hello I have a very simple setup in server A : br0 and then I add my communication interface [interface to outside network] to br0. after that i cannot ssh server A . why ? also after reboot when i run ovs - the DB is persistent - and i loose communication again. how to delete the DB file befo

[ovs-discuss] a small mistake in function call

2018-12-19 Thread shaoke xi
Hi, I am reading the source code about QoS module now, and I find there is a small mistake at line 3801 in function sfq_tc_load() of file ovs/lib/netdev-linux.c. When it calls the function sfq_install__(), it passes parameter perturb first, then quantum, which is different from the function declara

Re: [ovs-discuss] add-flow based on dest-ip and dest-port

2018-12-19 Thread Sara Gittlin
Thank you Mark -Sara On Tue, Dec 18, 2018 at 8:55 PM Mark Michelson wrote: > On 12/18/18 8:33 AM, Sara Gittlin wrote: > > Hello > > can you give the correct syntax to use "ovs-ofctl add-flow" for packet > > destined to ip=x and dest-port=y, the action should be output to port z > > Thank you > >