-
Notifications
You must be signed in to change notification settings - Fork 6
snat allocation function refactor #698
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
Conversation
|
Oh, the "edge case" is the fact that when previously doing a rollback (which basically never happens) |
|
I added a commit using a For example - changes from #700 would require duplicating Also for #697 there needs to be some That's why I opted for a simple |
0997628 to
1cf9cdb
Compare
|
I had to rebase onto #700 because otherwise the review is really misleading as you never saw the actual code that I am working on. |
f5b4bde to
881e5d1
Compare
guvenc
left a comment
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.
Thanks
For #697 I need to re-use SNAT create/delete functions.
This PR reorganizes the code slightly for that to be easier in a followup PR.
I have separated the work into small commits so that each is easier to be reviewed as a separate change.