Add feature to clean up iptable rules after test is done or topology#40
Add feature to clean up iptable rules after test is done or topology#40mingchik wants to merge 1 commit intoopenweave:masterfrom
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
|
Please fix the commit message: one line for the title, followed by an empty line description of the changes, markdown is supported within the commit message. In particular, please improve the readability of the message:
After addressing the commit message and the code-related comments, please force push to branch. |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
0a67c7b to
66310d8
Compare
Fixed: - Skip retries (3) when nmcli disabled. (state = NoneType) - Clean iptables after tearing down happy topology. (happy-state-delete) - Handle duplicate iptables rules insertion. - Remove all the existing iptables rules after tearing down topology. - Raise meaningful error message when insertion failed.
66310d8 to
7268402
Compare
tears down
Fix: