Re: [vpp-dev] VPP not learning the MAC from RA (Router Advertisement)

2020-04-09 Thread vyshakh krishnan via lists.fd.io
Thanks Ole, Neale. Vyshakh On Thu, Apr 9, 2020 at 1:56 PM Neale Ranns (nranns) wrote: > > Hi Vyshakh, > > A well placed call to: > ip_neighbor_learn_dp() > would do the job. Then some tests in test_ip6.py TestIPv6RD. > > /neale > > On 09/04/2020 07:42, "vpp-dev@lists.fd.io on behalf of Ole T

Re: [vpp-dev] VPP not learning the MAC from RA (Router Advertisement)

2020-04-09 Thread Neale Ranns via lists.fd.io
Hi Vyshakh, A well placed call to: ip_neighbor_learn_dp() would do the job. Then some tests in test_ip6.py TestIPv6RD. /neale On 09/04/2020 07:42, "vpp-dev@lists.fd.io on behalf of Ole Troan" wrote: Vyshakh, That’s certainly what the RFC says. Care to submit a patch?

Re: [vpp-dev] VPP not learning the MAC from RA (Router Advertisement)

2020-04-08 Thread Ole Troan
Vyshakh, That’s certainly what the RFC says. Care to submit a patch? Cheers Ole > On 9 Apr 2020, at 06:10, vyshakh krishnan via lists.fd.io > wrote: > >  > Hi, > > VPP is not learning the MAC address on receiving an RA. Even after receiving > multiple RAs from a neighbor, ping to the li

[vpp-dev] VPP not learning the MAC from RA (Router Advertisement)

2020-04-08 Thread vyshakh krishnan via lists.fd.io
Hi, VPP is not learning the MAC address on receiving an RA. Even after receiving multiple RAs from a neighbor, ping to the link local address of that neighbor results in a NS/NA resulting in the drop of 1st ping packet. Is this expected? Just like learning the MAC from NA/NS, why can't learning b