Re: [vpp-dev] Error while binding the socket with vpp interface.

2017-01-12 Thread Deepak Jain4
p functionality. Please provide any input on this. Regards, Deepak -----Deepak Jain4/DEL/TCS wrote: - To: "vpp-dev@lists.fd.io" From: Deepak Jain4/DEL/TCS Date: 01/11/2017 04:16PM Cc: Deepankar Gupta/DEL/TCS@TCS, deepanshu.saxe...@tcsexch.com Subject: Error while binding the

[vpp-dev] Error while binding the socket with vpp interface.

2017-01-11 Thread Deepak Jain4
Hello Members, I am getting error while  Binding the  socket to vpp interface. it gets bind perfectly  with Linux interface ,but when i pass the vpp interface  it gives the error. We also tried to debug the issue with the code given at /vnet/map/examples/health_check.c. But still it giving the

[vpp-dev] Regarding IGMP implementation in VPP

2016-12-09 Thread Deepak Jain4
Hello All, We are working on IGMP protocol support in VPP. We have implemented the following tasks. IGMP initialization timer init interface init Node  Creation node for IGMP packet input nodes  to process iGMp message Process Membership Query\Membership report message. query and report mess

Re: [vpp-dev] Problem while setting socket parameter

2016-12-02 Thread Deepak Jain4
Barach (dbarach)" , Deepak Jain4 From: Keith Burns Date: 11/23/2016 06:10PM Cc: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] Problem while setting socket parameter Potentially a couple of things wrong: 1.  3756520960 == 223.231.246.0  575366855 == 34.75.102.199 192.168.1.1 == 3232235

Re: [vpp-dev] Problem while setting socket parameter

2016-11-23 Thread Deepak Jain4
HI, No requested ip (192.168.1.1/24 ) is not assigned.please find the output in attached file. Regards, Deepak -"Dave Barach (dbarach)" wrote: - To: Deepak Jain4 , "vpp-dev@lists.fd.io" From: "Dave Barach (dbarach)" Date: 11/21/2016 06:42PM Subjec

[vpp-dev] Problem while setting socket parameter

2016-11-20 Thread Deepak Jain4
HI Team, system call setsockopt(socket, IPPROTO_IP, MRT_ADD_VIF, (char *)&vc, sizeof(vc)) system call is getting fail with error "GigabitEthernet0: Cannot assign requested address". socket has been created with   socket(AF_INET, SOCK_RAW, IPPROTO_IGMP) API. vc having following values (gdb) p

[vpp-dev] Problem while creating socket

2016-11-05 Thread Deepak Jain4
HI Team, I need to create a socket with in vpp .i have tried to create it using socket API   call by passing PF_INET, but its  getting crash. Can anyone help me this. Regards, Deepak =-=-= Notice: The information contained in this e-mail message and/or attachments to it may c