-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
incomplete bgp route map for RM_SET_SRC/RM_SET_SRC6 #3765
Conversation
Merge Azure/sonic-buildimage
Fix merging error in last commit
Modify test sample_output file
Merge branch 'master' into loopback, remove blank line
Build triggered for merge commit. |
retest vs please |
1 similar comment
retest vs please |
ip address {{ lo_ipv4_addrs[0] }} | ||
{% endif %} | ||
{% if lo_ipv6_addrs|length > 0 %} | ||
ipv6 address {{ lo_ipv6_addrs[0] | ip }}/{{ lo_ipv6_addrs[0] | 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.
this does not subscript the config db lo address change.
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.
Yes, so does all configs in templates, there are several commands referenced the lo address. To follow changes, a lot of work to do. I think it is a new requirement.
retest vs please |
hi Tyler, can you please separate the minigraph changes to another PR as we would need that to unblock |
obsoleted by 057ced0 |
- What I did
Fix the issue #3735
- How I did it
- How to verify it
test
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)