[vpp-dev] Policy routing

2017-08-11 Thread yug...@telincn.com
Hi, Does vpp surpport policy routing? Regards, Ewan yug...@telincn.com ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] ip6 route add bug

2017-08-11 Thread Pragash Vijayaragavan
Hi Neale, I took a look at the code. What i believe is being done is the parsing is going from left to right, for say "ip route add add::123/128 via 9001::3", then when the parser encounters a "add", it sets the is_add = 1, flag, so the is_add flag is set two times in this case and hence the ip

[vpp-dev] Issues building latest master

2017-08-11 Thread Marco Varlese
Hi, I am having troubles building the latest code off the master branch. The commands I always use are: > make bootstrap > make build I get this error: cp: cannot stat '/home/marco/vpp/build-root/build-vpp_debug-native/dpdk/isa- l_crypto-2.18.0/install/lib/libisal_crypto.a': No such file or dire

Re: [vpp-dev] Policy routing

2017-08-11 Thread Steve Shin (jonshin)
Hi Ewan, In VPP we have a generic classifier feature that can be used to filter user specific traffic to support PBR. User can configure a forwarding policy using classifier defined in an ACL to match on interesting packets and redirect traffic using pre-defined VRF specific to PBR. One thing y

Re: [vpp-dev] ip6 route add bug

2017-08-11 Thread Neale Ranns (nranns)
Hi Pragash, It’s in vnet_ip_route_cmd() from ip/lookup.c. It is a loop over a series of text matching rules. After each rule (unformat) the matched text is consumed and the next iteration occurs further into the string, which as you say, occurs left to right. So the order the matching rules ar

Re: [vpp-dev] Issues building latest master

2017-08-11 Thread Burt Silverman
After updating my nasm, I am seeing the very same problem Marco is seeing. On openSUSE 42.3. Not seen on CentOS 7. Not seen on my VyOS system. Burt On Fri, Aug 11, 2017 at 10:36 AM, Marco Varlese wrote: > Hi, > > I am having troubles building the latest code off the master branch. > > The comma

Re: [vpp-dev] Issues building latest master

2017-08-11 Thread Dave Barach (dbarach)
Where is that library located, or is it entirely missing? If you find it, how about making a symbolic link? Thanks… Dave From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Burt Silverman Sent: Friday, August 11, 2017 3:26 PM To: Marco Varlese Cc: vpp-dev Subje

Re: [vpp-dev] ip6 route add bug

2017-08-11 Thread Pragash Vijayaragavan
Hi Neale, Its done. I checked for [add|del] [count ] as well. I believe it works fine now. Please find the output below. vpp# sh ip6 fib ipv6-VRF:0, fib_index 0, flow hash: ::/0 unicast-ip6-chain [@0]: dpo-load-balance: [index:5 buckets:1 uRPF:5 to:[0:0]] [0] [@0]: dpo-drop ip6 fe80::/1