-
Notifications
You must be signed in to change notification settings - Fork 3.4k
bugtool: dump iptables-legacy and iptables-nft #15363
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
03f85ed
to
3e4c119
Compare
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.
Nice, thank you :)
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.
One potential concern here is the size of the dump since we'll have iptables
, iptables-legacy
, and iptables-nft
so there will be some duplicate files. I don't think that's a big concern given the bugtool report is most often compressed. It may also be a bit annoying to have to check which iptables is used to decide if we should look at iptables-legacy
or iptables-nft
.
3e4c119
to
c1486fa
Compare
Fixes : cilium#15270 Signed-off-by: Gaurav Genani <h3llix.pvt@gmail.com>
c1486fa
to
9d12464
Compare
Marked this PR as a candidate for backports given that this is an improvement for a debug tool, see https://docs.cilium.io/en/latest/contributing/release/backports/#backport-criteria. |
Fixes : #15270
Bugtool now dumps iptables-legacy and iptables-nft .
Signed-off-by: Gaurav Genani h3llix.pvt@gmail.com