Re: [vpp-dev] Building router plugin

2017-03-26 Thread Shaw, Jeffrey B
The mailman did not let my last message go through because it was too big so I am removing the previous threads to keep this message under 100KB limit. Hello, Dave and Pierre are correct, the router plugin is no longer being maintained. There was not much interest in the community for this proj

Re: [vpp-dev] Building router plugin

2017-03-26 Thread Shaw, Jeffrey B
...@cisco.com] Sent: Sunday, March 26, 2017 6:21 AM To: Pierre Pfister (ppfister) ; Łukasz Chrustek ; Shaw, Jeffrey B Cc: Łukasz Chrustek ; vpp-dev@lists.fd.io; Neale Ranns (nranns) Subject: RE: [vpp-dev] Building router plugin +1. See diffs below, which are a start on the problem / fix first

Re: [vpp-dev] Multiple VRFs in 1609

2017-10-05 Thread Shaw, Jeffrey B
/root/vpp/build-data/../src/vpp/vnet/main.c:202 From: Michael Borokhovich [mailto:michael...@gmail.com] Sent: Thursday, October 05, 2017 9:39 AM To: Pierre Pfister (ppfister) Cc: Florin Coras ; vpp-dev ; Neale Ranns (nranns) ; Shaw, Jeffrey B Subject: Re: [vpp-dev] Multiple VRFs in 1609 Hi Pie

Re: [vpp-dev] Multiple VRFs in 1609

2017-10-09 Thread Shaw, Jeffrey B
I’ve submitted changes 8716, 8717, and 8718, which should fix the issues we’ve discussed in this thread. Thanks, Jeff From: Michael Borokhovich [mailto:michael...@gmail.com] Sent: Monday, October 09, 2017 9:07 AM To: Ni, Hongjun Cc: Neale Ranns (nranns) ; Shaw, Jeffrey B ; vppsb

Re: [vpp-dev] [vppsb-dev] Router plugin with VPP 1707 - incoming OSPF Hello packets are dropped by VPP

2017-10-09 Thread Shaw, Jeffrey B
We have this code, which is supposed to tell the fib that packets going to the 224.0.0.x/24 network should be delivered to our node. { dpo_proto_t proto = 0; dpo_id_t dpo = DPO_INVALID; fib_prefix_t pfx = {}; pfx.fp_addr.ip4.as_u32 = 0x00E0; /* 224.0.0.0 */ pfx.fp_len =

Re: [vpp-dev] [vppsb-dev] Router plugin with VPP 1707 - incoming OSPF Hello packets are dropped by VPP

2017-10-09 Thread Shaw, Jeffrey B
[mailto:michael...@gmail.com] Sent: Monday, October 09, 2017 3:26 PM To: Shaw, Jeffrey B Cc: vpp-dev ; vppsb-...@lists.fd.io Subject: Re: [vppsb-dev] Router plugin with VPP 1707 - incoming OSPF Hello packets are dropped by VPP Jef, is there a cli command I can use to instruct VPP to forward multicast to