[vpp-dev] VPP Failing (all?) Verify Jobs

2018-12-27 Thread Jon Loeliger
Folks, It looks like VPP is failing (all?) verify jobs as it is unable to build some variant. Looks like a failed 'make install-dep' is wedging on a Boost lib install. (Build 9/9.) Any insight here? Thanks, jdl Problem: libboost_headers1_68_0-devel-1.68.0-lp150.243.1.x86_64 conflicts with

Re: [vpp-dev] VPP Failing (all?) Verify Jobs

2018-12-27 Thread Florin Coras
Paul came up with a better fix [1]. Rebasing of the patches should solve the verify problems now. Florin [1] https://gerrit.fd.io/r/#/c/16631/ > On Dec 27, 2018, at 9:54 AM, Florin Coras via Lists.Fd.Io > wrote: > > Hi Jon, > > Yeah, it’s an osleap problem. As far as I can tell, the issue

Re: [vpp-dev] VPP Failing (all?) Verify Jobs

2018-12-27 Thread Florin Coras
Hi Jon, Yeah, it’s an osleap problem. As far as I can tell, the issue is not with make install-dep step but with this one [1]. Not entirely sure about the solution but maybe a “-f” would force the installation of the newer package? Marco, Vanessa, Ed, any other suggestions? Florin [1]

Re: [vpp-dev] Question regarding captive portal

2018-12-27 Thread Yu, Ping
There are two solutions. 1) DNS level: Set your own DNS server, and hijiak all DNS and point to your server. 2) IP and http: When gateway gets request from client to google.com, and you can simulate “man in the middle” to syn/ack to client, and talk with client to provide 302

Re: [vpp-dev] Question regarding captive portal

2018-12-27 Thread Yu, Ping
In this case, you can consider to use vpp nat. https://wiki.fd.io/view/VPP/NAT I have not verified it. Please update me if it works. ☺ Ping From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of carlito nueno Sent: Friday, December 28, 2018 12:36 PM To: vpp-dev@lists.fd.io

Re: [vpp-dev] Question regarding captive portal

2018-12-27 Thread carlito nueno
Hi all, After more research, I found that most devices test connectivity by issuing an HTTP GET request, e.g. to captive.apple.com or connectivitycheck.gstatic.com/generate_204. How do I catch this http request and respond with 302 redirect that redirects user to lan ip address:

Re: [vpp-dev] Question regarding captive portal

2018-12-27 Thread carlito nueno
Hi Yu, Option 2: Can you help understand how I can simulate man in the middle. The request from client to gateway, which is VPP in my case. How can I use VPP to do this? Thanks. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11782):

Re: [vpp-dev] Question regarding captive portal

2018-12-27 Thread carlito nueno
Sorry I wasn't clear: VPP is the gateway in my case. So when a request comes from client to VPP, how can I get redirect that request (in VPP) to an application on the linux host? Application is listening on a tap device on port 80. Thanks -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

[vpp-dev] Always getting single frames in the vector

2018-12-27 Thread satish . gundu
Hi VPP-Dev, Facing some strange issue while developing a new plugin. My plugin registers for a particular IP_PROTO value to tap in all those packets. Even when the VPP receives high number of packets, I never see more than 1 packet per each vector that comes to the new plugin. I have dual loop