Skip to content

[Feature request] support nftables #250

@Mr-win7

Description

@Mr-win7

The work is really impressed!

When I'm planning to apply it into my mac with podman, I notice that podman machine use nftables, not the iptables.

I notice that main logic about iptables is implemented in

func (f *Firewall) teardownIptables() {
, could we create an abstract interface and make the program both compatible with nftables and iptables.

I also notice that

wag/Dockerfile

Line 24 in e2e649f

microdnf install -y iptables nc pam && \
is trying to install the dependencies, maybe need some extra logic to detect the dependencies in the machine or some settings to determine which to use.

I'm glad to help implement it or test in my stack.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions