-
Notifications
You must be signed in to change notification settings - Fork 667
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
Advertise ipv6 link local address #1402
Conversation
This pull request introduces 1 alert when merging edc2196 into 5cff775 - view on LGTM.com new alerts:
|
scripts/neighbor_advertiser
Outdated
ip = IPNetwork(keys[1]) | ||
if str(ip.ip).startswith("fe80"): | ||
ipv6_addr.append(str(ip.ip)) | ||
ipv6_prefix.append(ip.prefixlen) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For link-local, the prefix length should be always set to 128.
This pull request introduces 1 alert when merging e2ecf4c into a6e322a - view on LGTM.com new alerts:
|
@sumukhatv / @prsunny i have cherry-picked in 201911. Test file could not get cherry-picked. Please see if things are fine with python2 and there is no exception. |
This commit could not be cleanly cherry-pick to 202012. Please submit another PR. |
603ac53 (HEAD -> 201911, origin/201911) Advertise ipv6 link local address (sonic-net#1402) 9b0680c [acl_loader] Fix default DENY rule for V6 dataplane ACLs (sonic-net#1281) 25e64ce [show] Fix `show ip bgp sum` (sonic-net#1194) 4709da0 Revert "Add FW dump with new SAI implementation (sonic-net#1298)" (sonic-net#1408) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
- What I did
Modify the neighbor_advertiser script to advertise ipv6 link local address
This PR resolves sonic-net/sonic-buildimage#6599
- How I did it
Add ipv6 link local address to the slice returned by the neighbor advertiser script
- How to verify it
Added the verification logic to the neighbor_advertiser test
- Previous command output (if the output of a command-line utility has changed)
- New command output (if the output of a command-line utility has changed)