-
Notifications
You must be signed in to change notification settings - Fork 123
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 cleanup issues of bond interface #2907
Fix cleanup issues of bond interface #2907
Conversation
This code fixes the cleanup issues of bonding interfaces by flushing the IP address using nmcli command and restoring back the original IP cnfiguration file. Signed-off-by: Shaik Abdulla <[email protected]>
root@ltcden7-lp5-test: Note: currently changes supports only for local bond interfaces, and "peer_bond_needed" should be "False" |
@FarooqAbdulla02 so you will be sending separate PR for nm_flush_ipaddr ? |
waiting for avocado-framework/avocado#6042 |
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.
LGTM
HI Farooq , |
This code fixes the cleanup issues of bonding interfaces by flushing the IP address using nmcli command and restoring back the original IP cnfiguration file.