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 in
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
Subject
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 s
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): https://lists
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 redirec
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: 192.168.1.2:80/
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
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]
https:
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 na