[ovs-discuss] OVS gtp-u implementation

2016-08-19 Thread Ashish Kurian
Dear All, As part of my internship, I am trying to evaluate the GTP-U implementation on OVS. Is there a patch already available and if so, how good is that? Best Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http

[ovs-discuss] [openvswitch 2.6.90] testsuite: 754 2260 failed

2016-08-25 Thread Ashish Kurian
Dear Members, I implemented the OVS gtp patch and tried to run the command fakeroot debian/rules binary and I got the result that GTP test failed. I tried to look into the error but could not identify the cause of it. If anyone could help me, please let me know. Best Regards, Ashish Kurian

[ovs-discuss] Error while adding a port to the bridge

2016-08-31 Thread Ashish Kurian
face "eth0" error: "could not open network device eth0 (No such device)" Please advice me on how to fix this error. My Ubuntu verison is 16.04.1 LTS Open vswitch is 2.6.90 Best Regards, Ashish Kurian ___ discuss mailing lis

Re: [ovs-discuss] Error while adding a port to the bridge

2016-09-01 Thread Ashish Kurian
something? Now I am trying to install ubuntu 14.04.5 on my virtual machine and test the commands. Do you think this could be an issue with the latest version of the Ubuntu? Thanks and regards, Ashish Kurian Best Regards, Ashish Kurian On Wed, Aug 31, 2016 at 6:14 PM, Ben Pfaff wrote: > O

Re: [ovs-discuss] Error while adding a port to the bridge

2016-09-02 Thread Ashish Kurian
Dear Members, Thank you for your time. My port naming convention was different and it was the reason for the error. There was no eth0 on my machine. Best Regards, Ashish Kurian On Thu, Sep 1, 2016 at 4:55 PM, Ben Pfaff wrote: > If you run "ifconfig eth0", does it exist? >

[ovs-discuss] Performance of the GTP-U patch available

2016-09-02 Thread Ashish Kurian
Dear Members, Are you aware of a GTP-U patch for the OVS. Do you have any idea of how the performance of that patch is? Best Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
. When I tried to debug the error, I am not able to locate the file ovs-vswitchd log. Is it due to some dependency errors or something else? Best Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, modprobe openvswitch gives me nothing Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 3:31 PM, Thadeu Lima de Souza Cascardo < casca...@redhat.com> wrote: > On Tue, Sep 06, 2016 at 02:52:23PM +0200, Ashish Kurian wrote: > > Dear Team, > > > > I just re

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, I did try the command as "modprobe openvswitch" and it returned nothing. But when i tried lsmod | less, I could see openvswitch in the list. Do I need to reboot the system after the install? Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 3:47 PM, Thadeu Lima de Souz

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
|failed to create bridge br0: No such file or directory Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 4:05 PM, Thadeu Lima de Souza Cascardo < casca...@redhat.com> wrote: > On Tue, Sep 06, 2016 at 03:56:49PM +0200, Ashish Kurian wrote: > > Dear All, > > > &g

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, Some where I also read that I have to install openvswitch-datapath-source and openvswitch-brcompat. Also in another forum read that I have to update the database schema. Can you advice if these are necessary and if so, how to update the database schema? Best Regards, Ashish Kurian On

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, I did not downgrade from 4.4.0-31-generic. Also the commands ovs-ctl is not recognised. I think downgrading to 4.3 should work. Can you advice me on how to downgrade to 4.3 Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 4:35 PM, Thadeu Lima de Souza Cascardo < casca...@redhat.

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
I used command sudo ./configure from home>>ovs. then I ran sudo make install. Is there any command to uninstall the package ovs and also all the files created in the directory /usr/local/var/log/openvswitch/* Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 4:46 PM, Thadeu Lima de

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
using the command sudo make uninstall and also tried sudo rm -rf delete options in the usr/local/var/log/ directory and still getting the above error. Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 5:43 PM, Thadeu Lima de Souza Cascardo < casca...@redhat.com> wrote: > On Tue, Sep 06, 2

[ovs-discuss] OVS 2.5.0 support on Ubuntu 16

2016-09-07 Thread Ashish Kurian
Dear All, I just wanted to know if the tar ball release of OVS 2.5.0 is supported on ubuntu 16 Best Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] applying a patch

2016-09-08 Thread Ashish Kurian
openvswitch-2.5.0 >> checked the build dependencies >> fakeroot debian/rules binary. the output of that command is "dh binary --with autoreconf,python2 --paralell". Can you explain why this would have happened? Is this the method to successfully install the patch? Best

[ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-09 Thread Ashish Kurian
|pid 1452 died, killed (Terminated), exiting Do you know what can be done to fix this error. Best Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-09 Thread Ashish Kurian
on the procedure to do this properly. Best Regards, Ashish Kurian On Fri, Sep 9, 2016 at 4:58 PM, Guru Shetty wrote: > > > On 9 September 2016 at 07:48, Ashish Kurian wrote: > >> Dear Team, >> >> I installed the ovs successfully and tested the ovs-vsctl ad

[ovs-discuss] ovs-vsctl: Error detected while setting up 'gtp0'

2016-09-12 Thread Ashish Kurian
for the exact configurations. If you can advice on which all files I should check, then I can look in those files and identify the reason for the errors. Best Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Viewing only the updated part of log file

2016-09-14 Thread Ashish Kurian
Dear Developers, Is there a way by which I can view only the latest updates made to the log file. I need to see the contents of the ovs-vswitchd log file but it has a lot of entries. I need to view only the entries triggered by the last few commands. Best Regards, Ashish Kurian

[ovs-discuss] Complete architecture of OVS

2016-09-19 Thread Ashish Kurian
ter that I would like to understand the implementation of GRE tunneling protocol. Are you aware of any papers or documents that are available to understand the complete implementation of GRE tunneling in OVS? Best Regards, Ashish Kurian ___ discuss ma

[ovs-discuss] ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)

2016-09-22 Thread Ashish Kurian
Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)

2016-09-23 Thread Ashish Kurian
--bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert --pidfile --detach sudo ovs-vsctl --no-wait init sudo ovs-vswitchd --pidfile --detach Best Regards, Ashish Kurian On Thu, Sep 22, 2016 at 5:00 PM, Ben Pfaff wrote: > On Thu, Sep 22, 2016 at 10:21:04AM +0200, Ashish Kurian wrote: > >

[ovs-discuss] attaching a host to a specific port in OVS

2016-09-26 Thread Ashish Kurian
Hi Team, I have added gtp-u port in OVS and now I need to test it using mininet. I do not know how can I attach a host to the the gtp-u port that I have created on the OVS. The default topologies in mininet connects all the host to eth port on the OVS. Please help me. Best Regards, Ashish Kurian

[ovs-discuss] GTP-U patch

2016-09-29 Thread Ashish Kurian
some one has applied that patch and tried flow, please let me know. Best Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] ln: failed to create symbolic link ‘cacert.pem’: File exists

2016-10-11 Thread Ashish Kurian
Dear Developers, I am getting the error in subject when giving the command sudo dpkg --configure -a Because of this, I cannot install any other packages. Please help me on how I can fix this. Best Regards, Ashish Kurian ___ discuss mailing list

Re: [ovs-discuss] ln: failed to create symbolic link ‘cacert.pem’: File exists

2016-10-12 Thread Ashish Kurian
-controller (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: openvswitch-controller So I do not think it is caused by openvswitch-testcontroller package Best Regards, Ashish Kurian On Tue, Oct 11, 2016 at 8:34 PM

[ovs-discuss] adding gtp flow

2016-10-19 Thread Ashish Kurian
h2, I am getting response, but in wire shark on H2, I am not seeing any gtp packets. Best Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] gre tunneling OVS

2016-10-26 Thread Ashish Kurian
If you have implemented this please help me. Also if you can identify the mistake in my setup, it would be helpful. Best Regards, Ashish Kurian Best Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] eht1 not learning mac

2016-11-04 Thread Ashish Kurian
tunneling and followed the commands given in OVS Github - lisp* Best Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] eht1 not learning mac

2016-11-04 Thread Ashish Kurian
Dear Lori, Thanks for the response. What more details do you require? Another thing is that, if I do not attach the eth1 to the switches and give static arp entries, the ping works. If you wish I can send you the python script for the topology and the flows that I used, so that you can analyse.