[vpp-dev] the problem of deleting the static arp

2018-04-03 Thread xyxue
Hi guys, I’m testing the static arp. When I configured one hundred thousand static arp ,and delete to 34467th, there is a SIGABRT. More info is shown below: VPP# set ip arp host-eth1 1.1.69.234 00:01:00:00:45:ea del /home/vpp/build-data/../src/vnet/fib/ip4_fib.c:230 (ip4_fib_table_destroy) as

[vpp-dev] Does VPP supports RSVP-TE

2018-04-03 Thread Sadegh Sehhat bakhsh
Hi I want to use VPP as DataPlane and FRR as Control plane and also want to use OSPF-TE for traffic engineering. I want to know that VPP supports RSVP-TE or not. if it doesn't support , is there any similar protocol that I can use instead of RSVP-TE thanks

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread Hamid via Lists.Fd.Io
Sorry guys. I did not provide absolute path to the router.so link. The router.so is now showing up on vppctl show plugins and I am able to execute vppctl enable tap-inject. Thanks Burt, Damien and Wang!

Re: [vpp-dev] Multiple Static Mappings

2018-04-03 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco)
Hi Jon, This does not work properly, should be prohibited. I will fix issue. Thanks, Matus From: Jon Loeliger Sent: Tuesday, April 3, 2018 6:52 PM To: vpp-dev ; Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) Subject: Multiple Static Mappings Matus, Are multiple static mappings

Re: [vpp-dev] Removing a NAT static mapping

2018-04-03 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco)
Hi Jon, For static mapping without port(icmp id) protocol should be ignored, but looks like there is some bug. I will fix issue. When I don’t specify protocol it works: DBGvpp# sh interface GigabitEthernet0/8/0 addr GigabitEthernet0/8/0 (dn): L3 10.0.0.1/24 DBGvpp# sh nat44 static mappings NAT

Re: [vpp-dev] VAT ACL for 18.04

2018-04-03 Thread Shashi Kant Singh
Thanks Prashant This worked Regards Shashi From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Prashant G Sent: 04 April 2018 07:50 To: vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VAT ACL for 18.04 Hi Shashi, Can you check if you really want to load t

Re: [vpp-dev] VAT ACL for 18.04

2018-04-03 Thread Prashant G
Hi Shashi, Can you check if you really want to load the same plugins in VPP process (plugin_path ./build-root/install-vpp_debug-native/vpp/lib64/vpp_plugins/) and VAT (plugin_path ./build-root/install-vpp_debug-native/vpp/lib64/vpp_api_test_plugins/)? Would not expect it to work that way. -

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread Hamid via Lists.Fd.Io
Hi Demian, My environment is KVM virtual machine (Ubuntu 16.04 server) with 2 cores and 2 GB RAM on an R620 server (guest is Ubuntu 16.04 desktop). I am building vpp from sources through deb installer packages on the VM. Normal VPP operations are working. My objective is to use routing and CG-NAT

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread demian
Hi Hamid I follow the same sample and its working (at least inside the VM). Are you running the ln -sf /home/xflow/vppsb/netlink inside the vagrant VM ? Demian > El 3 abr. 2018, a las 15:16, Hamid via Lists.Fd.Io > <14mseesrasool=seecs.edu...@lists.fd.io> escribió: > > I am fol

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread Wang
sudo ln -sf /root/xflow/install1/vpp/build-root/install-vpp_debug- native/router/lib64/router.so.0.0.0 /usr/lib/vpp_plugins/router.so can you copy instead of ln? 2018-04-03 14:16 GMT-04:00 Hamid Rasool <14mseesras...@seecs.edu.pk>: > I am following the FRR tutorial >

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread Hamid via Lists.Fd.Io
I am following the FRR tutorial to set up vppsb. Please let me know if there is better documentation available. I had already built and ran stable/1801 branch vpp code on my machine but due to conflicts with vppsb I had to

[vpp-dev] Multiple Static Mappings

2018-04-03 Thread Jon Loeliger
Matus, Are multiple static mappings for a single local address expected behavior? vpp# nat44 add static mapping icmp local 10.10.10.100 external 200.0.0.1 vpp# nat44 add static mapping icmp local 10.10.10.100 external 200.0.0.2 vpp# nat44 add static mapping icmp local 10.10.10.100 external 200

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread Wang
Would you share the command lines you used to install router plugin? It seems to me the router plugin is not loaded? 2018-04-02 13:05 GMT-04:00 Hamid Rasool <14mseesras...@seecs.edu.pk>: > Hi Wang, > > My copy of the code contains the patch. I have checked the source and it > is according to the

[vpp-dev] Removing a NAT static mapping

2018-04-03 Thread Jon Loeliger
Matus, I have a question about the expected behavior for removing a static mapping on an external interface address. vpp# show int TenGigabitEthernet6/0/0 addr TenGigabitEthernet6/0/0 (dn): L3 200.0.0.1/24 vpp# show nat44 static mappings NAT44 static mappings: And add a static mapping: vpp# n

Re: [vpp-dev] VAT ACL for 18.04

2018-04-03 Thread Andrew Yourtchenko
Also, if this does not work even from the fresh "simple" build, you can verify that the correct libraries are being picked up: ayourtch@ayourtch-mbp:~/vpp$ sudo strace ./build-root/install-vpp_debug-native/vpp/bin/vpp_api_test plugin_path ./build-root/install-vpp_debug-native/vpp/lib64/vpp_api_te

Re: [vpp-dev] VAT ACL for 18.04

2018-04-03 Thread Andrew Yourtchenko
Shashi, Why not simply clone into an empty directory and “make build” in the root directory ? --a > On 3 Apr 2018, at 12:03, Shashi Kant Singh wrote: > > Hi Andrew, > > I was trying that in the meantime. This is what I have got: > > git clone https://gerrit.fd.io/r/vpp vpp5 > git checkout

Re: [vpp-dev] VAT ACL for 18.04

2018-04-03 Thread Shashi Kant Singh
Hi Andrew, I was trying that in the meantime. This is what I have got: git clone https://gerrit.fd.io/r/vpp vpp5 git checkout remotes/origin/master cd build-root/ make distclean cd .. make build [root@vbbubng6-shashi-7 vpp5]# make run STARTUP_CONF=../startup.conf vlib_plugin_early_init:359: p

Re: [vpp-dev] VAT ACL for 18.04

2018-04-03 Thread Andrew Yourtchenko
Shashi, yeah, this looks like some localized issue with the build. You might issue "git clean -fdx" to get rid of extraneous stuff and then redo "make build", or just check out a clean repo into a new directory. I have just checked out the fresh master on ubuntu 16.04.4 box, built it, and was ab