Re: [vpp-dev] issue with RA suppress

2021-07-01 Thread ashish . saxena
Hi, Thanks for all the replies. We were trying to run the RA suppress on VPP 21.01 version , but still facing the same issue. Earlier in the this thread there were discussions regarding rewriting of the IPv6 RA code. Do we have fix for this issue now in the latest release (21.06) or in any devel

Re: [vpp-dev] issue with RA suppress

2021-01-27 Thread hemant via lists.fd.io
: Benoit Ganne Cc: ashish.sax...@hsc.com; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] issue with RA suppress It's been on the list to rewrite the IPv6 RA code for a while. There might be a use case for disabling periodic advertisements, while at the same time responding to RS messages. In this

Re: [vpp-dev] issue with RA suppress

2021-01-27 Thread hemant via lists.fd.io
the RFC I have listed update RFC 4861. Hemant -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Ole Troan Sent: Wednesday, January 27, 2021 6:02 AM To: Benoit Ganne Cc: ashish.sax...@hsc.com; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] issue with RA suppress It's been

Re: [vpp-dev] issue with RA suppress

2021-01-27 Thread Ole Troan
> Looking at the code, it looks like when RA is tuned off in VPP it stops to > send periodic RA but continues to respond to RS. And this is coherent with > the logs you shared. > I think 'suppress-ra' should turn off both periodic RA and RS reponses if I > read RFC 4861 correctly [1]. > Ole any

Re: [vpp-dev] issue with RA suppress

2021-01-27 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Ashish, Looking at the code, it looks like when RA is tuned off in VPP it stops to send periodic RA but continues to respond to RS. And this is coherent with the logs you shared. I think 'suppress-ra' should turn off both periodic RA and RS reponses if I read RFC 4861 correctly [1]. Ole any