Re: [vpp-dev] Ipv6 neighbor not getting discovered

2019-12-03 Thread Ole Troan
Lists.Fd.Io > Sent: Tuesday, December 3, 2019 12:50 PM > To: Rajith PR > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Ipv6 neighbor not getting discovered > > On Tue, Dec 3, 2019 at 10:09 AM Rajith PR wrote: > Hello Team, > > During integration of our software with VPP

Re: [vpp-dev] Ipv6 neighbor not getting discovered

2019-12-03 Thread Dave Barach via Lists.Fd.Io
Subject: Re: [vpp-dev] Ipv6 neighbor not getting discovered On Tue, Dec 3, 2019 at 10:09 AM Rajith PR mailto:raj...@rtbrick.com>> wrote: Hello Team, During integration of our software with VPP 19.08 we have found that ipv6 neighbor does not get discovered on first sw_if_index on which i

Re: [vpp-dev] Ipv6 neighbor not getting discovered

2019-12-03 Thread Jon Loeliger via Lists.Fd.Io
On Tue, Dec 3, 2019 at 10:09 AM Rajith PR wrote: > Hello Team, > > During integration of our software with VPP 19.08 we have found that ipv6 > neighbor does not get discovered on first sw_if_index on which ipv6 is > enabled. > Do you have a small test case available? > Based on our understandi

[vpp-dev] Ipv6 neighbor not getting discovered

2019-12-03 Thread Rajith PR
Hello Team, During integration of our software with VPP 19.08 we have found that ipv6 neighbor does not get discovered on first sw_if_index on which ipv6 is enabled. On further analysis we found that, it is due to radv_info->mcast_adj_index being checked against "0" in the following code :- Func