-
Notifications
You must be signed in to change notification settings - Fork 671
system/iptables: avoid trap when run "iptables -L" if configured CONF… #3295
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
masc2008
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.
|
@masc2008 please fix: |
829cba5 to
2b35fe5
Compare
|
updated the commit info, please further review. |
|
Still codespell needs a fix :-) |
|
sorry, but I didn't realize which typo should be fixed. while I updated the comments first. thanks! |
|
A trap occurs every time CONFIG_NET_NAT is enabled while CONFIG_NET_IPFILTER is not. Signed-off-by: Jerry Ma <[email protected]>
|
thanks, I thought the "Signed-off-by" info will be added automatically when it was merged. |
cederom
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.
Thank you @masc2008 :-) Let's just make sure CI builds fine this time :-)
avoid trap when run "iptables -L" if configured CONFIG_NET_NAT while not configured CONFIG_NET_IPFILTER
It's a trap happen everytime.
It's a trap happen everytime.
it can fix issue: #3294