-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add fallback and fast_rate attributes to LAG interfaces module #458
base: main
Are you sure you want to change the base?
Conversation
url = f'data/sonic-portchannel:sonic-portchannel/PORTCHANNEL/PORTCHANNEL_LIST={name}' | ||
if attr: | ||
url += f'/{attr}' |
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.
Please skip usage of 'format string', since it resulted in a pylint failure in python 2.7 during an earlier release in ansible automation hub. (Ref: #434)
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.
Removed f-strings.
SUMMARY
I added fallback and fast_rate attributes to the LAG interfaces module.
ISSUE TYPE
COMPONENT NAME
sonic_lag_interfaces
OUTPUT
regression-2024-10-15-13-01-36.html.pdf
facts_gathering.log
diff_output.log
merge_lag.log
delete_lag.log
Checklist: