-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Revert ipv4-mapped ipv6 and 6vpe nexthop in BGP (backport #16615) #16635
Conversation
I disagree. Here is the detailed explanation: https://mirrors.edge.kernel.org/pub/software/scm/git/docs/howto/revert-a-faulty-merge.txt.
I think it's going to be much more messier when we need to do bisecting and/or re-reverting things. I'm pretty sure we will be screwed up at some time. Conclusion:
|
This is a bit out of context. The point isn't to go revert every single commit to fix the problem, but to go and find the exact commit that cause the problem, revert/fix that. Here is another quote from that link:
So, that link doesn't say you should revert a PR by reverting every commit in the PR, it says go fix the problem (revert the offending commit ) because otherwise it is going to be a mess regardless of how you handle it. |
In the history, we will see ONLY a merge commit reverted, instead of every commit separately, which is weird. |
closed in favor of #16587 |
Replaces #16587