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

Fix enable ipv6-link-local-only fail on VLAN interface without IP #3526

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

Conversation

link19430
Copy link

@link19430 link19430 commented Sep 6, 2024

What I did

Change the condition to be check VLAN exist and has VLAN member joined instead of VLAN interface with IP to enable ipv6-link-local-only on VLAN.

Why I did it

The ipv6-link-local-only function works even if the VLAN interface without IP.

How to verify it

Unit test

@link19430
Copy link
Author

/azpw run

@mssonicbld
Copy link
Collaborator

/AzurePipelines run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@link19430 link19430 force-pushed the Fix-enable-ipv6-link-local-only-fail-on-vlan-intf branch 4 times, most recently from d984ea2 to 5450aff Compare September 26, 2024 07:11
The ipv6-link-local-only function works even if the VLAN interface without IP.
Change the condition to be check VLAN exist and has VLAN member joined instead of VLAN interface with IP to enable ipv6-link-local-only on VLAN.
@link19430 link19430 force-pushed the Fix-enable-ipv6-link-local-only-fail-on-vlan-intf branch from 5450aff to 2044182 Compare September 26, 2024 07:48
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.

2 participants