Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecate prefix on prefix removal from interface #85

Open
mhanor opened this issue Feb 11, 2018 · 4 comments
Open

deprecate prefix on prefix removal from interface #85

mhanor opened this issue Feb 11, 2018 · 4 comments

Comments

@mhanor
Copy link

mhanor commented Feb 11, 2018

Hello,

This issue is a continuation of the second part of the discussion we made in issue #36. And issue #39 is related
Currently, radvd is able to be notified of an address prefix being added or removed from an interface, but I'm still interested that its clients receive a RA to deprecate the prefix being removed from the interface, which radvd doesn't do.

Here's my radvd.conf

interface enp0s8
{
    AdvSendAdvert on;
    AdvManagedFlag off;
    AdvOtherConfigFlag on;

    prefix ::/64
    {
	AdvOnLink on;
	AdvAutonomous on;
	AdvRouterAddr on;
	DeprecatePrefix on;
    };
};
@reubenhwk
Copy link
Collaborator

reubenhwk commented Feb 12, 2018 via email

@stu-gott
Copy link

stu-gott commented May 9, 2018

I'm also interested in this. I noticed this dynamic after my network prefix changed. Clients continued to use addresses that should have been deprecated until the valid lifetime was exceeded.

@Neustradamus
Copy link
Member

Any news?

@ihipop
Copy link

ihipop commented Aug 24, 2024

any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants