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

[MCLAG] ICCP optimizes the way to update linklocal address when stand… #7685

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jianjundong
Copy link
Contributor

@jianjundong jianjundong commented May 24, 2021

…by modifies MAC address

Signed-off-by: dongjianjun@inspur.com

Why I did it

When the MAC address is modified on standby, the IPv6 linklocal address needs to be changed accordingly. In the previous implementation, the IPv6 linklocal address was updated through the down/up port. The down/up port may cause network vibration and traffic interruption.

How I did it

IPv6 linklocal address is generated according to the MAC address according to a certain algorithm. The new implementation uses the command to delete the original linklocal address according to the old MAC address, and then generates and issues the new linklocal address according to the new MAC address.

How to verify it

Test on the switch.

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012

Description for the changelog

A picture of a cute animal (not mandatory but encouraged)

@jianjundong jianjundong requested a review from lguohan as a code owner May 24, 2021 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant