Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-06-03 Thread Burt Silverman
Thanks for pointing that out, Chris. I have not tested changing shm permissions, but I see that I can "sudo vpp_api_test" directly and run commands without having to make any changes to /etc/sudoers like the one I needed to use vppctl in my setup. Burt On Fri, Jun 2, 2017 at 6:27 PM, Luke,

Re: [vpp-dev] unknown failure in centos-build [gerrit review process]

2017-06-03 Thread Burt Silverman
It looks like the same failure as occurred last month reported by Dave Wallace on this list, and I mentioned a possible fix in https://lists.fd.io/pipermail/vpp-dev/2017-May/005168.html. The issue is trying to install an RPM that appears to be older than the one already installed, based on the

Re: [vpp-dev] question about mfib

2017-06-03 Thread Neale Ranns (nranns)
Hi Xyxue, To configure a multicast route with multiple replications, one just needs to add the route with multiple paths (like you would for ECMP on a unicast route). For example, do: ip mroute 232.1.1.1 via Eth0 Forward ip mroute 232.1.1.1 via Eth1 Forward ip mroute 232.1.1.1 via Eth2

[vpp-dev] unknown failure in centos-build [gerrit review process]

2017-06-03 Thread khers
Hi I'd commit my change to gerrit 6919 , but there is a ambiguous failure. I read the logs , it seems fine! Any help is appreciated. Regards, khers ___

[vpp-dev] question about mfib

2017-06-03 Thread 薛欣颖
Hi guys, In the mfib one ingress interface Correspond to multiple egress interface. Then how can I configure this. In addtion, a multicast message next hop will be 'next0 = IP4_INPUT_NEXT_LOOKUP_MULTICAST' and lookup in mfib: if (PREDICT_FALSE (ip4_address_is_multicast (>dst_address)))

Re: [vpp-dev] ALG

2017-06-03 Thread yug...@telincn.com
Hi there, New applications can do this themselves, but what about old applications such as TFTP? Regards, Ewan yug...@telincn.com From: otroan Date: 2017-05-26 16:52 To: yugang CC: vpp-dev Subject: Re: [vpp-dev] ALG Hi there, > Many applications have two channels, one is data channel,