You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using go-iptables a lot over the last months.
One of the main issues we have is that we use the raw table that is not always present in all distributions.
As such, some API calls fail randomly, and I'm trying to figure out if there is a way in which go-iptables could detect the host capabilities and return the set of tables that could be used ?
Would be happy to submit this as a PR if it is agreed it could be useful.
The text was updated successfully, but these errors were encountered:
I have been using go-iptables a lot over the last months.
One of the main issues we have is that we use the
raw
table that is not always present in all distributions.As such, some API calls fail randomly, and I'm trying to figure out if there is a way in which go-iptables could detect the host capabilities and return the set of tables that could be used ?
Would be happy to submit this as a PR if it is agreed it could be useful.
The text was updated successfully, but these errors were encountered: