Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-28 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Neale, Thank you very much for the clarification. I’ll update VRF tests based on this information. Regards, Jan From: Neale Ranns (nranns) Sent: Monday, February 27, 2017 16:49 To: Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev@lists.fd.io Cc: csit-...@lists.fd.io Sub

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-27 Thread Neale Ranns (nranns)
Hi Jan, The remaining prefixes are those added via ‘set int ip addr XXX’ These will not be removed by the FIB flush, they need to be removed via the ‘set int del ip addr …’. The same interface del should happen for v6 too. Otherwise VPP holds stale state (even though it may not be visible in the

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-27 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello vpp developers, Thanks to Neal’s patch the reset of IPv6 FIB works well. Unfortunately I still have doubts regarding reset of IPv4 FIB – there are still remaining some routes for unicast IPv4 addresses in the VRF after its reset (tested on ubuntu16.04 VM with vpp_lite). Could somebody of

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-20 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Neale, Thank you very much for the fix and info. I will have a look on test cases. Regards, Jan From: Neale Ranns (nranns) Sent: Monday, February 20, 2017 18:35 To: Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev@lists.fd.io Cc: csit-...@lists.fd.io Subject: Re: [csit-d

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-20 Thread Neale Ranns (nranns)
Hi Jan, Thanks for the test code. I have fixed the crash with: https://gerrit.fd.io/r/#/c/5438/ the tests don’t pass, but now because of those pesky IP6 ND packets. Regards, neale From: "Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)" Date: Monday, 20 February 2017 at 11:51 To: "N

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-20 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Neale, It’s in review: https://gerrit.fd.io/r/#/c/4433/ Affected tests are skipped there at the moment. Regards, Jan From: Neale Ranns (nranns) Sent: Monday, February 20, 2017 12:49 To: Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev@lists.fd.io Cc: csit-...@lists.fd.i

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-20 Thread Neale Ranns (nranns)
Hi Jan, Can you please share the test code, then I can reproduce the problem and debug it. Maybe push as a draft to gerrit and add me as a reviewer. Thanks, neale From: "Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)" Date: Monday, 20 February 2017 at 09:41 To: "Neale Ranns (nranns)

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-20 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Neale, I tested it with vpp_lite built up from the master branch. I did rebase to the current head (my parent is now 90c55724b583434957cf83555a084770f2efdd7a) but still the same issue. Regards, Jan From: Neale Ranns (nranns) Sent: Friday, February 17, 2017 17:19 To: Jan Gelety -X (jgelet

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-17 Thread Neale Ranns (nranns)
Hi Jan, What version of VPP are you testing? Thanks, neale From: on behalf of "Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)" Date: Friday, 17 February 2017 at 14:48 To: "vpp-dev@lists.fd.io" Cc: "csit-...@lists.fd.io" Subject: [csit-dev] [vpp-dev] reset_fib API issue in case of