Hi,
please also include jvpp jars (hc2vpp 17.01 depends on them).
For 16.06 and 16.09, they were installed in
https://nexus.fd.io/content/repositories/fd.io.release
Regards,
Marek
-Original Message-
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Van
Cool. My suggestion would not have solved the issue, but looking at
Damjan's .am files gives me a hint why the years ago project had issues,
for example:
libsvm_la_LIBADD = libvppinfra.la -lrt -lpthread
libsvm_la_DEPENDENCIES = libvppinfra.la
I'll bet we did not have the second line in the years
Hi
My understanding as following, if i am wrong correct me.
1. lb plugin work in DSR mode, lb will not change dst ip address of incoming
packet , and i read the code,lb will use selected as ip address as gre outer
dst ip address.
2. client communicate to vip not use gre tunnel, vip communicate
On Thu, Jan 12, 2017 at 5:40 PM, Damjan Marion
wrote:
>
> A few more details: this is race condition in parallel execution of “make
> install” targets.
> I am aware of the problem, but for me it was hard to troubleshoot as it is
> not happening
> in my system, and so far I noticed it only occasio
+Billy
On 01/11/2017 07:00 PM, Dave Barach (dbarach) wrote:
Dear Tom,
I’m now running my “work” subnet behind a vpp gateway. In fact, if you
see this message, it’s working... (;-).
Cool. I assume this is the box,
https://www.netgate.com/products/rcc-ve-4860.html. It is a 2.4 GHz
rangely
A few more details: this is race condition in parallel execution of “make
install” targets.
I am aware of the problem, but for me it was hard to troubleshoot as it is not
happening
in my system, and so far I noticed it only occasionaly in verify jobs.
I think it was caused by:
libvppinfradir =
On Thu, Jan 12, 2017 at 5:09 PM, Burt Silverman wrote:
> Hi Jon,
>
> I have a conjecture. It is based on some experiences with previous
> projects I have worked on. I need to test this out before stating anything
> definite, but I will give you a heads up on what I will try experimentally,
> in c
Hi Jon,
I have a conjecture. It is based on some experiences with previous projects
I have worked on. I need to test this out before stating anything definite,
but I will give you a heads up on what I will try experimentally, in case
you wish to try it yourself. Consider the .am files in directory
Hi Jon,
Do you see this issue with latest master, taken today?
Thanks,
Damjan
> On 11 Jan 2017, at 22:59, Jon Loeliger wrote:
>
> Folks,
>
> I'm staring at some VPP builds on a fresh CentOS system.
> I've installed all the "install-deps", and get pretty far into the
> build before it wedge
On Thu, Jan 12, 2017 at 3:10 PM, Jon Loeliger wrote:
>
> jdl@localhost $ find . -name libvppinfra\*
> ./build-root/build-tool-native/tools/.libs/libvppinfra.so.0.0.0
> ./build-root/build-tool-native/tools/.libs/libvppinfra.so.0
> ./build-root/build-tool-native/tools/.libs/libvppinfra.so
> ./build
On Thu, Jan 12, 2017 at 12:34 PM, Jon Loeliger wrote:
>
>
> So, this is classically some form of library location using some
> combination of -L, -l, rpath, DESTDIR-style options. Another
> classic issue might be ld config related. The other option that
> I think might be at work here is that i
Le 11 janv. 2017 à 16:46, 黄登辉
mailto:denghuihu...@163.com>> a écrit :
Hi Pierre
Thanks for your reply.
For example, i have one interface called Ethernet0/1/0 which is managed by
vpp.
then, we create two gre tunnel interfaces, gre0 and gre1.
e.g.
Ethernet0/1/0 has two ip addr
Dave,
Specifically the artifacts I will be promoting during the release.
Thank you,
Vanessa
On 01/12/2017 01:18 PM, Dave Barach (dbarach) wrote:
> Are you interested in a list of .debs and .rpms?
>
> Thanks… Dave
>
> -Original Message-
> From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev
Are you interested in a list of .debs and .rpms?
Thanks… Dave
-Original Message-
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Vanessa Valderrama
Sent: Thursday, January 12, 2017 2:11 PM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] VPP 17.01 Formal Rel
In preparation for the VPP 17.01 formal release, please provide the list of
artifacts as soon as possible.
Thank you,
Vanessa
signature.asc
Description: OpenPGP digital signature
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mail
On Wed, Jan 11, 2017 at 4:45 PM, Burt Silverman wrote:
> I don't have a great answer, but this is something I would try.
>
Thanks.
> If you have a clean git repository, with no local uncommitted modifications
>
This is a clean git checkout and build. My top-of-tree is VPP's
top-of-tree.
No l
Are you trying to use setsockopt with an IP address configured in VPP?
VPP and the kernel are independent, isolated, network stacks. Sockopts are a
purely kernel-network-stack concept and have no effect on anything VPP does.
Even if you were trying to interact with an IP address in the kernel ne
Done. The Coverity web-ui makes this simple for admins to do.
Reference for other Coverity admins: On the "Analysis settings" tab, add a
"component" whose path is a regexp and you check the "ignore in analysis" box.
The list is ordered; drag the new item into the appropriate place and then
save
With the posted steps, I was able to build CentOS on a clean VPP sandbox.
Unicast me if it is still not working. Here is my system info:
CentOS Linux release 7.2.1511
3.10.0-327.13.1.el7.x86_64
Billy
On Thu, Jan 12, 2017 at 7:51 AM, Billy McFall wrote:
> I build on CentOS and Fedora regul
I build on CentOS and Fedora regularly, though it has been Fedora more
recently. I haven't seen it bail on vppifra, but I will go kick off a fresh
sandbox on CentOS right now. In the meantime, here are my steps on a fresh
sandbox:
cd vpp; make install-dep; make bootstrap; make build-release;
Looking at your note again; I tried to replicate, but make was too smart
for my feeble attempt. But a few thoughts:
1. The warning about relinking is normal AFAIK. Roughly speaking, libsvm.la
was linked to libvppinfra.la in the build tree but now it will be linked to
libvppinfra.la in the install
Hi Vpp Developers,
Following are the few observation about the issue
1. setsockopt() APi is returning error 'eaddrnotavail' .
2. If we don't assign the ip address to interface then we are not getting
above error.But in this
case it is not considering this interface for igmp functionality.
Hi Juan,
to skip feature you can just disable it for given interface
usage: feature_enable_disable arc_name feature_name
| sw_if_index [disable]
Pavel
From: vpp-dev-boun...@lists.fd.io on behalf of
Juan Salmon
Sent: Thursday, January 12, 2017 9:12 AM
To:
Hi,
I want to know how to skip one or several features in a feature-arc?
Best Regards,
Juan Salmon.
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev
I've opened
https://jira.fd.io/browse/VPP-594
and
https://jira.fd.io/browse/VPP-595
https://jira.fd.io/browse/VPP-596
From: John Lo (loj)
Sent: 10. januára 2017 17:14
To: Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Deleting VXLAN int
25 matches
Mail list logo