Re: [vpp-dev] Unable to set valid-lifetime in ipv6 ra

2022-08-02 Thread Takanori Hirano via lists.fd.io
, > > > > I don't see no-decrement ra option in rfc4861.  Could you please > > provide a reference in a document first. > > > > Thanks, > > > > Hemant > > > > -Original Message- > > From: vpp-dev@lists.fd.io On Behalf

Re: [vpp-dev] Unable to set valid-lifetime in ipv6 ra

2022-08-01 Thread Ole Troan
nt first. > > Thanks, > > Hemant > > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Takanori Hirano > via lists.fd.io > Sent: Monday, August 01, 2022 7:01 AM > To: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Unable to set valid-lifetime i

Re: [vpp-dev] Unable to set valid-lifetime in ipv6 ra

2022-08-01 Thread hemant via lists.fd.io
p-dev@lists.fd.io Subject: Re: [vpp-dev] Unable to set valid-lifetime in ipv6 ra Dear Mr. Andrew Yourtchenko, Thank you for your review and merge. It is an honor to contribute with your great support. I have newly added the no-decrement option to ra config. Can you please review this one too?

Re: [vpp-dev] Unable to set valid-lifetime in ipv6 ra

2022-08-01 Thread Takanori Hirano via lists.fd.io
Dear Mr. Andrew Yourtchenko, Thank you for your review and merge. It is an honor to contribute with your great support. I have newly added the no-decrement option to ra config. Can you please review this one too? https://gerrit.fd.io/r/c/vpp/+/36781 > Takanori-san, > > Thanks a lot for the conf

Re: [vpp-dev] Unable to set valid-lifetime in ipv6 ra

2022-07-30 Thread Andrew Yourtchenko
ra.pcap Description: Binary data -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21745): https://lists.fd.io/g/vpp-dev/message/21745 Mute This Topic: https://lists.fd.io/mt/92689730/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https:/

Re: [vpp-dev] Unable to set valid-lifetime in ipv6 ra

2022-07-29 Thread Takanori Hirano via lists.fd.io
Dear Mr. Andrew Yourtchenko, Thanks for the review. We have checked the actual packets created. ``` create tap set interface state tap0 up set ip6 address tap0 2001:db8::/64 ip6 nd tap0 prefix 2001:db8::/64 14400 12600 ip6 nd tap0 no ra-suppress ``` The result of rdisc6 at this time was this. (

Re: [vpp-dev] Unable to set valid-lifetime in ipv6 ra

2022-07-29 Thread Andrew Yourtchenko
Takanori-san, Did you verify with the tcpdump/wire shark that your patch achieves the intended result of setting the lifetime ? >From my quick look it seems like this suggested change will not achieve the >behavior you are looking for; but I am not very familiar with that part of the >code so